Home
last modified time | relevance | path

Searched refs:slot (Results 1 – 25 of 2359) sorted by relevance

12345678910>>...95

/netbsd/external/gpl2/gmake/dist/
H A Dhash.c88 void **slot; in hash_find_slot() local
109 return slot; in hash_find_slot()
124 return ((HASH_VACANT (*slot)) ? 0 : *slot); in hash_find_item()
131 const void *old_item = slot ? *slot : 0; in hash_insert()
226 void **slot; in hash_map() local
229 for (slot = ht->ht_vec; slot < end; slot++) in hash_map()
232 (*map) (*slot); in hash_map()
239 void **slot; in hash_map_arg() local
242 for (slot = ht->ht_vec; slot < end; slot++) in hash_map_arg()
298 void **slot; in hash_dump() local
[all …]
/netbsd/sys/dev/pckbport/
H A Dpckbport.c135 pckbport_slot_t slot) in pckbport_attach_slot() argument
144 pa.pa_slot = slot; in pckbport_attach_slot()
163 t->t_slotdata[slot] = NULL; in pckbport_attach_slot()
473 pckbport_start(t, slot); in pckbport_cmdresponse()
517 pckbport_start(t, slot); in pckbport_enqueue_cmd()
552 t->t_inputarg[slot] = arg; in pckbport_set_inputhandler()
553 t->t_subname[slot] = name; in pckbport_set_inputhandler()
561 q = t->t_slotdata[slot]; in pckbportintr()
573 (*t->t_inputhandler[slot])(t->t_inputarg[slot], data); in pckbportintr()
581 pckbport_slot_t slot) in pckbport_cnattach() argument
[all …]
/netbsd/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dks_p11.c264 slot->mechs.list = calloc(i, sizeof(slot->mechs.list[0])); in p11_mech_info()
271 ret = P11FUNC(p, GetMechanismList, (slot->id, slot->mechs.list, &i)); in p11_mech_info()
280 slot->mechs.infos = calloc(i, sizeof(*slot->mechs.infos)); in p11_mech_info()
288 slot->mechs.infos[i] = calloc(1, sizeof(*(slot->mechs.infos[0]))); in p11_mech_info()
294 ret = P11FUNC(p, GetMechanismInfo, (slot->id, slot->mechs.list[i], in p11_mech_info()
322 slot->id = id; in p11_init_slot()
369 ret = p11_list_keys(context, p, slot, session, lock, &slot->certs); in p11_init_slot()
668 p11rsa->slot = slot; in collect_private_key()
947 p->slot = calloc(p->num_slots, sizeof(p->slot[0])); in p11_init()
1006 memset(p->slot[i].pin, 0, strlen(p->slot[i].pin)); in p11_release_module()
[all …]
/netbsd/external/gpl3/gdb/dist/libctf/
H A Dctf-hash.c218 if (!slot) in ctf_hashtab_insert()
224 if (!*slot) in ctf_hashtab_insert()
261 if (!slot) in ctf_dynhash_insert()
300 if (slot) in ctf_dynhash_lookup()
315 if (slot) in ctf_dynhash_lookup_kv()
627 if (!slot) in ctf_dynset_insert()
633 if (*slot) in ctf_dynset_insert()
663 if (slot) in ctf_dynset_lookup()
691 slot++; in ctf_dynset_lookup_any()
706 void *slot; in ctf_dynset_next() local
[all …]
/netbsd/external/gpl3/binutils/dist/libctf/
H A Dctf-hash.c209 if (!slot) in ctf_hashtab_insert()
215 if (!*slot) in ctf_hashtab_insert()
252 if (!slot) in ctf_dynhash_insert()
291 if (slot) in ctf_dynhash_lookup()
306 if (slot) in ctf_dynhash_lookup_kv()
625 if (!slot) in ctf_dynset_insert()
631 if (*slot) in ctf_dynset_insert()
661 if (slot) in ctf_dynset_lookup()
695 slot++; in ctf_dynset_lookup_any()
710 void *slot; in ctf_dynset_next() local
[all …]
/netbsd/external/gpl3/gdb.old/dist/libctf/
H A Dctf-hash.c218 if (!slot) in ctf_hashtab_insert()
224 if (!*slot) in ctf_hashtab_insert()
261 if (!slot) in ctf_dynhash_insert()
300 if (slot) in ctf_dynhash_lookup()
315 if (slot) in ctf_dynhash_lookup_kv()
627 if (!slot) in ctf_dynset_insert()
633 if (*slot) in ctf_dynset_insert()
663 if (slot) in ctf_dynset_lookup()
691 slot++; in ctf_dynset_lookup_any()
706 void *slot; in ctf_dynset_next() local
[all …]
/netbsd/sys/arch/atari/isa/
H A Disa_hades.c71 iifun(int slot, int sr) in iifun() argument
76 iinfo_p = &iinfo[slot]; in iifun()
81 if (slot == 0) { in iifun()
96 if (slot == 0) { in iifun()
125 int slot, i; in isa_intr_alloc() local
144 slot); in isa_intr_alloc()
156 int slot; in isa_intr_establish() local
164 slot = SLOTNR(irq); in isa_intr_establish()
173 iinfo_p->slot = slot; in isa_intr_establish()
182 if (slot == 0) { in isa_intr_establish()
[all …]
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/mips/
H A Dmicromips-branch-delay.l2 .*:17: Warning: wrong size instruction in a 16-bit branch delay slot
3 .*:19: Warning: wrong size instruction in a 16-bit branch delay slot
4 …21: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
5 .*:40: Warning: wrong size instruction in a 16-bit branch delay slot
6 .*:44: Warning: wrong size instruction in a 16-bit branch delay slot
7 .*:46: Warning: wrong size instruction in a 16-bit branch delay slot
8 .*:71: Warning: wrong size instruction in a 16-bit branch delay slot
9 .*:90: Warning: macro instruction expanded into multiple instructions in a branch delay slot
15 .*:100: Warning: macro instruction expanded into multiple instructions in a branch delay slot
16 .*:110: Warning: macro instruction expanded into multiple instructions in a branch delay slot
[all …]
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmicromips-branch-delay.l2 .*:17: Warning: wrong size instruction in a 16-bit branch delay slot
3 .*:19: Warning: wrong size instruction in a 16-bit branch delay slot
4 …21: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
5 .*:40: Warning: wrong size instruction in a 16-bit branch delay slot
6 .*:44: Warning: wrong size instruction in a 16-bit branch delay slot
7 .*:46: Warning: wrong size instruction in a 16-bit branch delay slot
8 .*:71: Warning: wrong size instruction in a 16-bit branch delay slot
9 .*:90: Warning: macro instruction expanded into multiple instructions in a branch delay slot
15 .*:100: Warning: macro instruction expanded into multiple instructions in a branch delay slot
16 .*:110: Warning: macro instruction expanded into multiple instructions in a branch delay slot
[all …]
/netbsd/external/gpl3/binutils.old/dist/libctf/
H A Dctf-hash.c159 ctf_helem_t **slot; in ctf_hashtab_insert() local
163 if (!slot) in ctf_hashtab_insert()
169 if (!*slot) in ctf_hashtab_insert()
172 if (!*slot) in ctf_hashtab_insert()
182 (*slot)->key = key; in ctf_hashtab_insert()
184 return *slot; in ctf_hashtab_insert()
190 ctf_helem_t *slot; in ctf_dynhash_insert() local
195 if (!slot) in ctf_dynhash_insert()
224 ctf_helem_t **slot; in ctf_dynhash_lookup() local
228 if (slot) in ctf_dynhash_lookup()
[all …]
/netbsd/sys/dev/ic/
H A Dpckbc.c221 if (slot == PCKBC_AUX_SLOT) { in pckbc_send_devcmd()
252 t->t_slotdata[slot] = sdata; in pckbc_attach_slot()
261 t->t_slotdata[slot] = NULL; in pckbc_attach_slot()
448 cmd = &pckbc_portcmd[slot]; in pckbc_slot_enable()
496 pckbc_slot_t slot; in pckbcintr_hard() local
509 q = t->t_slotdata[slot]; in pckbcintr_hard()
540 t->rbuf[t->rbuf_write].slot = slot; in pckbcintr_hard()
553 int data, slot, s; in pckbcintr_soft() local
562 slot = t->rbuf[t->rbuf_read].slot; in pckbcintr_soft()
583 pckbc_slot_t slot; in pckbcintr() local
[all …]
/netbsd/sys/arch/sgimips/mace/
H A Dmacekbc.c119 int slot; in macekbc_attach() local
130 for (slot = 0; slot < PCKBPORT_NSLOTS; slot++) in macekbc_attach()
180 pckbport_slot_t slot; in macekbc_intr() local
187 for (slot = 0; slot < PCKBPORT_NSLOTS; slot++) { in macekbc_intr()
191 ioh = t->t_ioh[slot]; in macekbc_intr()
211 ioh = t->t_ioh[slot]; in macekbc_reset()
236 ioh = t->t_ioh[slot]; in macekbc_wait()
269 ioh = t->t_ioh[slot]; in macekbc_send_devcmd()
288 ioh = t->t_ioh[slot]; in macekbc_poll_data1()
306 ioh = t->t_ioh[slot]; in macekbc_slot_enable()
[all …]
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DPathTree.h250 if (slot.vtype == VT_LLONG || slot.vtype == VT_ULLONG) in IS_MVAL_ZERO()
257 int *tmp = slot.mvals[idx / CHUNKSZ]; in IS_MVAL_ZERO()
265 if (slot.vtype == VT_LLONG) in ASN_METRIC_VAL()
271 else if (slot.vtype == VT_ULLONG) in ASN_METRIC_VAL()
279 int *tmp = slot.mvals[idx / CHUNKSZ]; in ASN_METRIC_VAL()
288 if (slot.vtype == VT_LLONG) in ADD_METRIC_VAL()
294 else if (slot.vtype == VT_ULLONG) in ADD_METRIC_VAL()
302 int *tmp = slot.mvals[idx / CHUNKSZ]; in ADD_METRIC_VAL()
310 if (slot.vtype == VT_LLONG) in SUB_METRIC_VAL()
316 else if (slot.vtype == VT_ULLONG) in SUB_METRIC_VAL()
[all …]
/netbsd/crypto/external/bsd/heimdal/dist/lib/roken/
H A Ddlfcn_w32.c46 DWORD slot = TlsAlloc(); in get_tl_error_slot() local
57 TlsFree(slot); in get_tl_error_slot()
60 return slot; in get_tl_error_slot()
73 DWORD slot = get_tl_error_slot(); in set_error() local
75 if (slot == TLS_OUT_OF_INDEXES) in set_error()
84 TlsSetValue(slot, (LPVOID) s); in set_error()
91 DWORD slot = get_tl_error_slot(); in set_error_from_last() local
95 if (slot == TLS_OUT_OF_INDEXES) in set_error_from_last()
106 TlsSetValue(slot, (LPVOID) s); in set_error_from_last()
127 DWORD slot = get_tl_error_slot(); in dlerror() local
[all …]
/netbsd/sys/arch/amiga/dev/
H A Dgayle_pcmcia.c262 slot->intr_func != NULL && in pccard_intr2()
263 slot->intr_func(slot->intr_arg); in pccard_intr2()
301 slot->flags |= SLOT_OCCUPIED; in pccard_attach_slot()
398 if (slot->intr_func == NULL) { in pcf_intr_establish()
399 slot->intr_func = func; in pcf_intr_establish()
400 slot->intr_arg = arg; in pcf_intr_establish()
404 slot = NULL; in pcf_intr_establish()
408 return slot; in pcf_intr_establish()
416 if (slot != NULL) { in pcf_intr_disestablish()
417 slot->intr_func = NULL; in pcf_intr_disestablish()
[all …]
/netbsd/external/public-domain/xz/dist/src/xz/
H A Dutil.c148 check_thousand_sep(uint32_t slot) in check_thousand_sep() argument
151 bufs[slot][0] = '\0'; in check_thousand_sep()
152 snprintf(bufs[slot], sizeof(bufs[slot]), "%'u", 1U); in check_thousand_sep()
165 check_thousand_sep(slot); in uint64_to_str()
168 snprintf(bufs[slot], sizeof(bufs[slot]), "%'" PRIu64, value); in uint64_to_str()
170 snprintf(bufs[slot], sizeof(bufs[slot]), "%" PRIu64, value); in uint64_to_str()
172 return bufs[slot]; in uint64_to_str()
179 uint32_t slot) in uint64_to_nicestr() argument
185 check_thousand_sep(slot); in uint64_to_nicestr()
188 char *pos = bufs[slot]; in uint64_to_nicestr()
[all …]
/netbsd/external/bsd/pkg_install/dist/lib/
H A Dlicense.c128 size_t slot, i; in add_license_internal() local
130 slot = hash_license(license, len); in add_license_internal()
136 if (license_hash[slot] == NULL) { in add_license_internal()
138 license_hash[slot][0] = new_license; in add_license_internal()
152 license_hash[slot] = realloc(license_hash[slot], in add_license_internal()
154 license_hash[slot][i] = new_license; in add_license_internal()
155 license_hash[slot][i + 1] = NULL; in add_license_internal()
182 size_t slot, i; in acceptable_license_internal() local
184 slot = hash_license(license, len); in acceptable_license_internal()
186 if (license_hash[slot] == NULL) in acceptable_license_internal()
[all …]
/netbsd/external/gpl3/gdb/dist/sim/frv/
H A Dprofile-fr550.c513 slot = (*vliw->current_vliw)[slot] - UNIT_I0; in frvbf_model_fr550_u_idiv()
1036 slot = (*vliw->current_vliw)[slot] - UNIT_FM0; in frvbf_model_fr550_u_float_arith()
1126 slot = (*vliw->current_vliw)[slot] - UNIT_FM0; in frvbf_model_fr550_u_float_dual_arith()
1224 slot = (*vliw->current_vliw)[slot] - UNIT_FM0; in frvbf_model_fr550_u_float_div()
1282 slot = (*vliw->current_vliw)[slot] - UNIT_FM0; in frvbf_model_fr550_u_float_sqrt()
1362 slot = (*vliw->current_vliw)[slot] - UNIT_FM0; in frvbf_model_fr550_u_float_compare()
1414 slot = (*vliw->current_vliw)[slot] - UNIT_FM0; in frvbf_model_fr550_u_float_dual_compare()
1466 slot = (*vliw->current_vliw)[slot] - UNIT_FM0; in frvbf_model_fr550_u_float_convert()
1747 slot = (*vliw->current_vliw)[slot] - UNIT_FM0; in frvbf_model_fr550_u_media()
1807 slot = (*vliw->current_vliw)[slot] - UNIT_FM0; in frvbf_model_fr550_u_media_quad()
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/frv/
H A Dprofile-fr550.c513 slot = (*vliw->current_vliw)[slot] - UNIT_I0; in frvbf_model_fr550_u_idiv()
1036 slot = (*vliw->current_vliw)[slot] - UNIT_FM0; in frvbf_model_fr550_u_float_arith()
1126 slot = (*vliw->current_vliw)[slot] - UNIT_FM0; in frvbf_model_fr550_u_float_dual_arith()
1224 slot = (*vliw->current_vliw)[slot] - UNIT_FM0; in frvbf_model_fr550_u_float_div()
1282 slot = (*vliw->current_vliw)[slot] - UNIT_FM0; in frvbf_model_fr550_u_float_sqrt()
1362 slot = (*vliw->current_vliw)[slot] - UNIT_FM0; in frvbf_model_fr550_u_float_compare()
1414 slot = (*vliw->current_vliw)[slot] - UNIT_FM0; in frvbf_model_fr550_u_float_dual_compare()
1466 slot = (*vliw->current_vliw)[slot] - UNIT_FM0; in frvbf_model_fr550_u_float_convert()
1747 slot = (*vliw->current_vliw)[slot] - UNIT_FM0; in frvbf_model_fr550_u_media()
1807 slot = (*vliw->current_vliw)[slot] - UNIT_FM0; in frvbf_model_fr550_u_media_quad()
[all …]
/netbsd/sys/arch/sgimips/dev/
H A Dimc.c333 if (slot == GIO_SLOT_EXP0) in imc_gio64_arb_config()
337 else if (slot == GIO_SLOT_GFX) in imc_gio64_arb_config()
342 if (slot == GIO_SLOT_EXP0) in imc_gio64_arb_config()
346 else if (slot == GIO_SLOT_GFX) in imc_gio64_arb_config()
351 if (slot == GIO_SLOT_EXP0) in imc_gio64_arb_config()
358 if (slot == GIO_SLOT_EXP0) in imc_gio64_arb_config()
362 else if (slot == GIO_SLOT_GFX) in imc_gio64_arb_config()
367 if (slot == GIO_SLOT_EXP0) in imc_gio64_arb_config()
376 if (slot == GIO_SLOT_EXP0) in imc_gio64_arb_config()
383 if (slot == GIO_SLOT_EXP0) in imc_gio64_arb_config()
[all …]
/netbsd/external/bsd/openpam/dist/lib/libpam/
H A Dpam_set_item.c67 void **slot; in pam_set_item() local
71 slot = &pamh->item[item_type]; in pam_set_item()
76 if (*slot != NULL && item != NULL) in pam_set_item()
90 if (*slot != NULL) in pam_set_item()
91 osize = strlen(*slot) + 1; in pam_set_item()
107 if (*slot != NULL) { in pam_set_item()
108 memset(*slot, 0xd0, osize); in pam_set_item()
109 FREE(*slot); in pam_set_item()
112 if ((*slot = malloc(nsize)) == NULL) in pam_set_item()
114 memcpy(*slot, item, nsize); in pam_set_item()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgodump.c137 void **slot; in go_define() local
446 gcc_assert (slot != NULL && *slot == NULL); in go_define()
454 *slot = mhval; in go_define()
472 void **slot; in go_undef() local
616 void **slot; in go_append_decl_name() local
730 void **slot; in go_format_type() local
834 void **slot; in go_format_type() local
1143 void **slot; in go_output_typedef() local
1168 *slot = mhval; in go_output_typedef()
1344 void **slot; in keyword_hash_init() local
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgodump.c137 void **slot; in go_define() local
446 gcc_assert (slot != NULL && *slot == NULL); in go_define()
454 *slot = mhval; in go_define()
472 void **slot; in go_undef() local
616 void **slot; in go_append_decl_name() local
730 void **slot; in go_format_type() local
834 void **slot; in go_format_type() local
1143 void **slot; in go_output_typedef() local
1168 *slot = mhval; in go_output_typedef()
1344 void **slot; in keyword_hash_init() local
[all …]
/netbsd/external/bsd/file/dist/magic/magdir/
H A Dluks52 # key slot 1
54 >>208 use luks-slot
55 # key slot 2
57 >>256 use luks-slot
58 # key slot 3
61 # key slot 4
64 # key slot 5
67 # key slot 6
70 # key slot 7
73 # key slot 8
[all …]
/netbsd/sys/arch/hp300/dev/
H A Dsgc.c99 int slot, rv; in sgcattach() local
111 for (slot = 0; slot < SGC_NSLOTS; slot++) { in sgcattach()
112 pa = sgc_slottopa(slot); in sgcattach()
114 aprint_error_dev(self, "can't map slot %d\n", slot); in sgcattach()
125 device_xname(self), slot)); in sgcattach()
131 saa.saa_slot = slot; in sgcattach()
154 sgc_slottopa(int slot) in sgc_slottopa() argument
158 if (slot < 0 || slot >= SGC_NSLOTS) in sgc_slottopa()
161 rval = SGC_BASE + (slot * SGC_DEVSIZE); in sgc_slottopa()

12345678910>>...95