| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/ |
| srp-test-runner.c | 118 adv_instance_t *instance; local 124 instance = host->instances->vec[i]; 125 if (!strcmp(instance->instance_name, name) && 126 !strcmp(instance->service_type, regtype)) 128 return instance;
|
| test-packet.c | 63 // the event gets delivered, so we have to create a domain and an instance and tie them together, and then 64 // hang the connection off of the instance. 65 srpl_instance_t *instance = calloc(1, sizeof (*instance)); local 66 TEST_FAIL_CHECK(state, instance != NULL, "no memory for instance"); 67 instance->instance_name = strdup("single-srpl-instance"); 68 TEST_FAIL_CHECK(state, instance->instance_name != NULL, "no memory for instance name") [all...] |
| 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/external/gpl3/gcc/dist/gcc/ |
| memory-block.cc | 26 /* Global singleton-like instance. */ 27 memory_block_pool memory_block_pool::instance; member in class:memory_block_pool 85 instance.reduce_free_list (num);
|
| 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.cc | 26 /* Global singleton-like instance. */ 27 memory_block_pool memory_block_pool::instance; member in class:memory_block_pool 85 instance.reduce_free_list (num);
|
| 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/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/ |
| save.h | 51 uint16_t instance; /* Further demux within a type */ member in struct:hvm_save_descriptor
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| DebugCounter.cpp | 33 const auto &CounterInstance = DebugCounter::instance(); 49 cl::CommaSeparated, cl::ZeroOrMore, cl::location(DebugCounter::instance())); 63 DebugCounter &DebugCounter::instance() { return *DC; } function in class:DebugCounter 123 auto &Us = instance();
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_dp_auxch.c | 68 int instance = chan->rec.i2c_id & 0xf; local 109 tmp = RREG32(AUX_CONTROL + aux_offset[instance]); 115 WREG32(AUX_CONTROL + aux_offset[instance], tmp); 118 WREG32(AUX_SW_CONTROL + aux_offset[instance], 120 WREG32(AUX_SW_CONTROL + aux_offset[instance], 126 WREG32(AUX_SW_DATA + aux_offset[instance], 130 WREG32(AUX_SW_DATA + aux_offset[instance], 134 WREG32(AUX_SW_DATA + aux_offset[instance], 138 WREG32(AUX_SW_DATA + aux_offset[instance], 144 WREG32(AUX_SW_DATA + aux_offset[instance], [all...] |
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/ |
| argon2.c | 33 argon2_instance_t instance; local 55 instance.region = NULL; 56 instance.passes = context->t_cost; 57 instance.current_pass = ~ 0U; 58 instance.memory_blocks = memory_blocks; 59 instance.segment_length = segment_length; 60 instance.lane_length = segment_length * ARGON2_SYNC_POINTS; 61 instance.lanes = context->lanes; 62 instance.threads = context->threads; 63 instance.type = type [all...] |
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/ |
| lease-expiry.c | 38 adv_instance_t *instance = srp_test_server_find_instance(state, TEST_INSTANCE_NAME, TEST_SERVICE_TYPE); local 39 TEST_FAIL_CHECK(state, instance != NULL, "instance is not found in cache"); 49 adv_instance_t *instance = srp_test_server_find_instance(state, TEST_INSTANCE_NAME, TEST_SERVICE_TYPE); local 50 TEST_FAIL_CHECK(state, instance == NULL, "instance is still in cache");
|
| lease-renewal.c | 38 adv_instance_t *instance = srp_test_server_find_instance(state, TEST_INSTANCE_NAME, TEST_SERVICE_TYPE); local 39 TEST_FAIL_CHECK(state, instance != NULL, "instance is not found in cache");
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| 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/external/gpl3/gdb/dist/sim/common/ |
| 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/drm2/dist/drm/amd/amdgpu/ |
| soc15.h | 40 u32 instance; member in struct:soc15_reg_golden 54 uint32_t instance; member in struct:soc15_reg_entry
|
| /src/usr.sbin/emcfanctl/ |
| emcfanctl.c | 148 if (fan_pwm_basefreq[q].instance > 0) 215 int start_reg = 0xff, end_reg, value, tvalue, instance; local 326 instance = 2101; 330 instance = 2301; 333 instance = 2103; 340 error = output_emcfan_smbusto(fd, product_id, product_family, start_reg, instance, jsonify, debug); 348 tvalue = find_translated_bits_by_str_instance(smbus_timeout, __arraycount(smbus_timeout), argv[2], instance);
|
| /src/crypto/external/bsd/heimdal/dist/kdc/ |
| hprop.h | 63 char instance[64]; member in struct:v4_principal
|
| /src/external/gpl3/gdb.old/dist/gdb/compile/ |
| compile-cplus-symbols.c | 39 INSTANCE is the compiler instance. IS_GLOBAL is true if the 46 convert_one_symbol (compile_cplus_instance *instance, 54 instance->error_symbol_once (sym.symbol); 59 sym_type = instance->convert_type (sym.symbol->type ()); 103 instance->plugin ().build_constant 186 if (instance->scope () != COMPILE_I_RAW_SCOPE || symbol_name == nullptr) 193 = instance->new_scope (sym.symbol->natural_name (), 202 instance->enter_scope (std::move (scope)); 211 instance->plugin ().build_dec 347 compile_cplus_instance *instance = (compile_cplus_instance *) datum; local 426 compile_cplus_instance *instance = (compile_cplus_instance *) datum; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/compile/ |
| compile-cplus-symbols.c | 39 INSTANCE is the compiler instance. IS_GLOBAL is true if the 46 convert_one_symbol (compile_cplus_instance *instance, 54 instance->error_symbol_once (sym.symbol); 59 sym_type = instance->convert_type (sym.symbol->type ()); 103 instance->plugin ().build_constant 186 if (instance->scope () != COMPILE_I_RAW_SCOPE || symbol_name == nullptr) 193 = instance->new_scope (sym.symbol->natural_name (), 202 instance->enter_scope (std::move (scope)); 211 instance->plugin ().build_dec 347 compile_cplus_instance *instance = (compile_cplus_instance *) datum; local 426 compile_cplus_instance *instance = (compile_cplus_instance *) datum; local [all...] |
| /src/sys/arch/powerpc/ibm4xx/dev/ |
| opb.c | 109 int instance; member in struct:opb_dev 255 oaa.opb_instance = opb_devs[i].instance;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/dcn10/ |
| amdgpu_rv1_clk_mgr_vbios_smu.c | 43 struct IP_BASE_INSTANCE instance[MAX_INSTANCE]; member in struct:IP_BASE 68 (MP1_BASE.instance[0].segment[mm ## reg_name ## _BASE_IDX] + mm ## reg_name)
|
| /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
| 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/apache2/argon2/dist/phc-winner-argon2/src/ |
| argon2.c | 43 argon2_instance_t instance; local 65 instance.version = context->version; 66 instance.memory = NULL; 67 instance.passes = context->t_cost; 68 instance.memory_blocks = memory_blocks; 69 instance.segment_length = segment_length; 70 instance.lane_length = segment_length * ARGON2_SYNC_POINTS; 71 instance.lanes = context->lanes; 72 instance.threads = context->threads; 73 instance.type = type [all...] |
| /src/external/bsd/unbound/dist/smallapp/ |
| worker_cb.c | 211 /** the instance number of creation */ 212 int instance; member in struct:order_id 221 if(o1->instance < o2->instance) return -1; 222 if(o1->instance > o2->instance) return 1;
|