HomeSort by: relevance | last modified time | path
    Searched refs:instance (Results 1 - 25 of 432) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-thread.h 22 int srp_thread_init(otInstance* instance);
23 int srp_thread_shutdown(otInstance* instance);
  /src/external/gpl3/gdb/dist/sim/common/
hw-instances.h 28 As with IEEE1275, a device can be opened, creating an instance.
30 hardware. For example, the instance methods for a disk may include
37 instance and (should a given device support it) standard operations
55 /* construct an instance of the hardware */
69 (struct hw_instance *instance);
72 /* methods applied to an instance of the hw */
75 (struct hw_instance *instance,
79 #define hw_instance_read(instance, addr, len) \
80 ((instance)->to_instance_read ((instance), (addr), (len))
    [all...]
hw-instances.c 55 struct hw_instance *instance)
57 hw_abort (hw, "no instance finish method");
72 struct hw_instance **instance = &me->instances;
73 while (*instance != NULL)
75 struct hw_instance *old_instance = *instance;
77 instance = &me->instances;
84 hw_instance_delete (struct hw_instance *instance)
87 hw_abort (hw_instance_hw (instance), "not implemented");
89 struct hw *me = hw_instance_hw (instance);
90 if (instance->to_instance_delete == NULL
220 struct hw_instance *instance = ZALLOC (struct hw_instance); local
    [all...]
hw-handles.h 33 struct hw_instance *instance);
41 struct hw_instance *instance);
45 struct hw_instance *instance);
  /src/external/gpl3/gdb.old/dist/sim/common/
hw-instances.h 28 As with IEEE1275, a device can be opened, creating an instance.
30 hardware. For example, the instance methods for a disk may include
37 instance and (should a given device support it) standard operations
55 /* construct an instance of the hardware */
69 (struct hw_instance *instance);
72 /* methods applied to an instance of the hw */
75 (struct hw_instance *instance,
79 #define hw_instance_read(instance, addr, len) \
80 ((instance)->to_instance_read ((instance), (addr), (len))
    [all...]
hw-instances.c 55 struct hw_instance *instance)
57 hw_abort (hw, "no instance finish method");
72 struct hw_instance **instance = &me->instances;
73 while (*instance != NULL)
75 struct hw_instance *old_instance = *instance;
77 instance = &me->instances;
84 hw_instance_delete (struct hw_instance *instance)
87 hw_abort (hw_instance_hw (instance), "not implemented");
89 struct hw *me = hw_instance_hw (instance);
90 if (instance->to_instance_delete == NULL
220 struct hw_instance *instance = ZALLOC (struct hw_instance); local
    [all...]
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_debugfs.h 48 int vchiq_debugfs_add_instance(VCHIQ_INSTANCE_T instance);
50 void vchiq_debugfs_remove_instance(VCHIQ_INSTANCE_T instance);
vchiq_kern_lib.c 72 VCHIQ_INSTANCE_T instance = NULL; local
94 instance = kzalloc(sizeof(*instance), GFP_KERNEL);
95 if (!instance) {
97 "%s: error allocating vchiq instance", __func__);
101 instance->connected = 0;
102 instance->state = state;
103 lmutex_init(&instance->bulk_waiter_list_mutex);
104 INIT_LIST_HEAD(&instance->bulk_waiter_list);
106 *instanceOut = instance;
382 VCHIQ_INSTANCE_T instance; local
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
refclock_oncore.c 90 * instance->pp->leap indicator but only run this test in December and June for
270 struct instance { struct
361 #define rcvbuf instance->Rcvbuf
362 #define rcvptr instance->Rcvptr
367 static void oncore_consume (struct instance *);
368 static void oncore_read_config (struct instance *);
370 static int oncore_ppsapi (struct instance *);
371 static void oncore_get_timestamp (struct instance *, long, long);
372 static void oncore_init_shmem (struct instance *);
374 static void oncore_antenna_report (struct instance *, enum antenna_state)
599 register struct instance *instance; local
783 register struct instance *instance; local
819 struct instance *instance; local
1440 struct instance *instance; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_arct_reg_init.c 39 adev->reg_offset[GC_HWIP][i] = (uint32_t *)(&(GC_BASE.instance[i]));
40 adev->reg_offset[HDP_HWIP][i] = (uint32_t *)(&(HDP_BASE.instance[i]));
41 adev->reg_offset[MMHUB_HWIP][i] = (uint32_t *)(&(MMHUB_BASE.instance[i]));
42 adev->reg_offset[ATHUB_HWIP][i] = (uint32_t *)(&(ATHUB_BASE.instance[i]));
43 adev->reg_offset[NBIO_HWIP][i] = (uint32_t *)(&(NBIF0_BASE.instance[i]));
44 adev->reg_offset[MP0_HWIP][i] = (uint32_t *)(&(MP0_BASE.instance[i]));
45 adev->reg_offset[MP1_HWIP][i] = (uint32_t *)(&(MP1_BASE.instance[i]));
46 adev->reg_offset[UVD_HWIP][i] = (uint32_t *)(&(UVD_BASE.instance[i]));
47 adev->reg_offset[DF_HWIP][i] = (uint32_t *)(&(DF_BASE.instance[i]));
48 adev->reg_offset[OSSSYS_HWIP][i] = (uint32_t *)(&(OSSSYS_BASE.instance[i]))
    [all...]
amdgpu_navi10_reg_init.c 39 adev->reg_offset[GC_HWIP][i] = (const uint32_t *)(&(GC_BASE.instance[i]));
40 adev->reg_offset[HDP_HWIP][i] = (const uint32_t *)(&(HDP_BASE.instance[i]));
41 adev->reg_offset[MMHUB_HWIP][i] = (const uint32_t *)(&(MMHUB_BASE.instance[i]));
42 adev->reg_offset[ATHUB_HWIP][i] = (const uint32_t *)(&(ATHUB_BASE.instance[i]));
43 adev->reg_offset[NBIO_HWIP][i] = (const uint32_t *)(&(NBIO_BASE.instance[i]));
44 adev->reg_offset[MP0_HWIP][i] = (const uint32_t *)(&(MP0_BASE.instance[i]));
45 adev->reg_offset[MP1_HWIP][i] = (const uint32_t *)(&(MP1_BASE.instance[i]));
46 adev->reg_offset[VCN_HWIP][i] = (const uint32_t *)(&(VCN_BASE.instance[i]));
47 adev->reg_offset[DF_HWIP][i] = (const uint32_t *)(&(DF_BASE.instance[i]));
48 adev->reg_offset[DCE_HWIP][i] = (const uint32_t *)(&(DCN_BASE.instance[i]))
    [all...]
amdgpu_navi12_reg_init.c 39 adev->reg_offset[GC_HWIP][i] = (const uint32_t *)(&(GC_BASE.instance[i]));
40 adev->reg_offset[HDP_HWIP][i] = (const uint32_t *)(&(HDP_BASE.instance[i]));
41 adev->reg_offset[MMHUB_HWIP][i] = (const uint32_t *)(&(MMHUB_BASE.instance[i]));
42 adev->reg_offset[ATHUB_HWIP][i] = (const uint32_t *)(&(ATHUB_BASE.instance[i]));
43 adev->reg_offset[NBIO_HWIP][i] = (const uint32_t *)(&(NBIF0_BASE.instance[i]));
44 adev->reg_offset[MP0_HWIP][i] = (const uint32_t *)(&(MP0_BASE.instance[i]));
45 adev->reg_offset[MP1_HWIP][i] = (const uint32_t *)(&(MP1_BASE.instance[i]));
46 adev->reg_offset[VCN_HWIP][i] = (const uint32_t *)(&(UVD0_BASE.instance[i]));
47 adev->reg_offset[DF_HWIP][i] = (const uint32_t *)(&(DF_BASE.instance[i]));
48 adev->reg_offset[DCE_HWIP][i] = (const uint32_t *)(&(DMU_BASE.instance[i]))
    [all...]
amdgpu_navi14_reg_init.c 39 adev->reg_offset[GC_HWIP][i] = (const uint32_t *)(&(GC_BASE.instance[i]));
40 adev->reg_offset[HDP_HWIP][i] = (const uint32_t *)(&(HDP_BASE.instance[i]));
41 adev->reg_offset[MMHUB_HWIP][i] = (const uint32_t *)(&(MMHUB_BASE.instance[i]));
42 adev->reg_offset[ATHUB_HWIP][i] = (const uint32_t *)(&(ATHUB_BASE.instance[i]));
43 adev->reg_offset[NBIO_HWIP][i] = (const uint32_t *)(&(NBIF0_BASE.instance[i]));
44 adev->reg_offset[MP0_HWIP][i] = (const uint32_t *)(&(MP0_BASE.instance[i]));
45 adev->reg_offset[MP1_HWIP][i] = (const uint32_t *)(&(MP1_BASE.instance[i]));
46 adev->reg_offset[VCN_HWIP][i] = (const uint32_t *)(&(UVD0_BASE.instance[i]));
47 adev->reg_offset[DF_HWIP][i] = (const uint32_t *)(&(DF_BASE.instance[i]));
48 adev->reg_offset[DCE_HWIP][i] = (const uint32_t *)(&(DMU_BASE.instance[i]))
    [all...]
amdgpu_vega10_reg_init.c 39 adev->reg_offset[GC_HWIP][i] = (uint32_t *)(&(GC_BASE.instance[i]));
40 adev->reg_offset[HDP_HWIP][i] = (uint32_t *)(&(HDP_BASE.instance[i]));
41 adev->reg_offset[MMHUB_HWIP][i] = (uint32_t *)(&(MMHUB_BASE.instance[i]));
42 adev->reg_offset[ATHUB_HWIP][i] = (uint32_t *)(&(ATHUB_BASE.instance[i]));
43 adev->reg_offset[NBIO_HWIP][i] = (uint32_t *)(&(NBIO_BASE.instance[i]));
44 adev->reg_offset[MP0_HWIP][i] = (uint32_t *)(&(MP0_BASE.instance[i]));
45 adev->reg_offset[MP1_HWIP][i] = (uint32_t *)(&(MP1_BASE.instance[i]));
46 adev->reg_offset[UVD_HWIP][i] = (uint32_t *)(&(UVD_BASE.instance[i]));
47 adev->reg_offset[VCE_HWIP][i] = (uint32_t *)(&(VCE_BASE.instance[i]));
48 adev->reg_offset[VCN_HWIP][i] = (uint32_t *)(&(VCN_BASE.instance[i]))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-builtins-shapes.cc 55 /* Add one function instance for GROUP, using operand suffix at index OI,
81 /* Add a function instance for every operand && predicate && args
97 /* Declare the function shape NAME, pointing it to an instance
118 char *get_name (function_builder &b, const function_instance &instance,
124 b.append_base_name (instance.base_name);
125 b.append_name (type_suffixes[instance.type.index].vsetvl);
133 char *get_name (function_builder &b, const function_instance &instance,
137 if (overloaded_p && !instance.base->can_be_overloaded_p (instance.pred))
140 b.append_base_name (instance.base_name)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
memory-block.h 42 /* memory_block_pool singleton instance, defined in memory-block.cc. */
43 static memory_block_pool instance; member in class:memory_block_pool
58 if (instance.m_blocks == NULL)
61 void *result = instance.m_blocks;
62 instance.m_blocks = instance.m_blocks->m_next;
72 block->m_next = instance.m_blocks;
73 instance.m_blocks = block;
  /src/external/gpl3/gcc.old/dist/gcc/
memory-block.h 42 /* memory_block_pool singleton instance, defined in memory-block.cc. */
43 static memory_block_pool instance; member in class:memory_block_pool
58 if (instance.m_blocks == NULL)
61 void *result = instance.m_blocks;
62 instance.m_blocks = instance.m_blocks->m_next;
72 block->m_next = instance.m_blocks;
73 instance.m_blocks = block;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/
proxy.d 30 GC instance() { return _instance; }
59 auto protoInstance = instance;
116 instance.collectNoStack(); // not really a 'collect all' -- still scans
120 instance.runFinalizers((cast(ubyte*)null)[0 .. size_t.max]);
123 destroy(instance);
129 instance.enable();
134 instance.disable();
139 instance.collect();
144 instance.minimize();
149 return instance.getAttr(p)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce120/
dce120_timing_generator.h 39 uint32_t instance,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce80/
dce80_timing_generator.h 38 uint32_t instance,
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/
test-srpl.c 68 srpl_instance_t *instance = srpl_connection->instance; local
79 service->instance = instance;
80 RETAIN_HERE(instance, srpl_instance);
81 service->domain = instance->domain;
83 instance->services = service;
117 srpl_instance_t *instance = calloc(1, sizeof (*instance)); local
118 TEST_FAIL_CHECK(state, instance != NULL, "no memory for instance")
135 srpl_instance_t *instance = test_srpl_instance_create(state, server); local
167 srpl_instance_t *instance = test_srpl_instance_create(state, server); local
    [all...]
  /src/sys/arch/powerpc/ibm4xx/dev/
rgmii.c 49 rgmii_attach(device_t self, int instance,
57 instance %= 2;
59 rgmii_disable(self, instance);
61 ssr &= ~SSR_SP(instance, SSR_SP_MASK);
70 rgmii_enable(device_t self, int instance)
75 instance %= 2;
79 fer |= FER_MDIOEN(instance);
84 rgmii_disable(device_t self, int instance)
89 instance %= 2;
97 rgmii_speed(device_t self, int instance, int speed
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2-core.h 90 * Argon2 instance: memory pointer, number of passes, amount of memory, type,
132 * @param instance Pointer to the current instance
139 static uint32_t index_alpha(const argon2_instance_t *instance,
167 position->slice * instance->segment_length +
171 position->slice * instance->segment_length +
178 reference_area_size = instance->lane_length -
179 instance->segment_length + position->index -
182 reference_area_size = instance->lane_length -
183 instance->segment_length
    [all...]
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-cplus-types.c 51 static gcc_type compile_cplus_convert_func (compile_cplus_instance *instance,
409 compile_cplus_convert_reference (compile_cplus_instance *instance,
412 gcc_type target = instance->convert_type (type->target_type ());
427 return instance->convert_reference_base (target, quals);
441 compile_cplus_convert_pointer (compile_cplus_instance *instance,
444 gcc_type target = instance->convert_type (type->target_type ());
446 return instance->convert_pointer_base (target);
452 compile_cplus_convert_array (compile_cplus_instance *instance,
456 gcc_type element_type = instance->convert_type (type->target_type ());
463 return instance->plugin ().error (s)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-cplus-types.c 51 static gcc_type compile_cplus_convert_func (compile_cplus_instance *instance,
409 compile_cplus_convert_reference (compile_cplus_instance *instance,
412 gcc_type target = instance->convert_type (type->target_type ());
427 return instance->convert_reference_base (target, quals);
441 compile_cplus_convert_pointer (compile_cplus_instance *instance,
444 gcc_type target = instance->convert_type (type->target_type ());
446 return instance->convert_pointer_base (target);
452 compile_cplus_convert_array (compile_cplus_instance *instance,
456 gcc_type element_type = instance->convert_type (type->target_type ());
463 return instance->plugin ().error (s)
    [all...]

Completed in 44 milliseconds

1 2 3 4 5 6 7 8 91011>>