Searched refs:slot (Results 1 - 25 of 1387) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/newsmips/apbus/
H A Dapbusvar.h37 int apa_slotno; /* which slot in */
53 #define NEWS5000_SLOTTOMASK(slot) ((slot) ? (0x0100 << ((slot) - 1)) : 0)
54 #define NEWS4000_SLOTTOMASK(slot) ((slot) ? (0x0001 << ((slot) - 1)) : 0)
55 #define SLOTTOMASK(slot) (systype == NEWS5000 ? \
56 NEWS5000_SLOTTOMASK(slot) : NEWS4000_SLOTTOMASK(slot))
[all...]
/netbsd-current/sys/arch/hp300/dev/
H A Dsgcvar.h36 int saa_slot; /* slot number */
44 /* Macros to switch between SGC slot numbers and kernel conscode */
45 #define SGC_SLOT_TO_CONSCODE(slot) (256 + (slot))
H A Dsgc.c99 int slot, rv; local
111 for (slot = 0; slot < SGC_NSLOTS; slot++) {
112 pa = sgc_slottopa(slot);
114 aprint_error_dev(self, "can't map slot %d\n", slot);
124 DPRINTF(("%s: no valid device at slot %d\n",
125 device_xname(self), slot));
131 saa.saa_slot = slot;
154 sgc_slottopa(int slot) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dfilename-seen-cache.c56 void **slot; local
59 slot = htab_find_slot (m_tab, file, INSERT);
60 if (*slot != NULL)
64 *slot = (char *) file;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dfilename-seen-cache.c49 void **slot; local
52 slot = htab_find_slot (m_tab.get (), file, INSERT);
53 if (*slot != NULL)
57 *slot = (char *) file;
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dhash.c24 are overwritten. If ELEMENT already exists, a pointer to the slot
30 void **slot = htab_find_slot (htab, element, INSERT); local
31 if (*slot != NULL)
36 (*htab->del_f) (*slot);
37 *slot = element;
39 return slot;
41 *slot = element;
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dhash.c24 are overwritten. If ELEMENT already exists, a pointer to the slot
30 void **slot = htab_find_slot (htab, element, INSERT); local
31 if (*slot != NULL)
36 (*htab->del_f) (*slot);
37 *slot = element;
39 return slot;
41 *slot = element;
/netbsd-current/sys/arch/atari/isa/
H A Disa_hades.c57 * for a slot are wired together and connected to either IO3 (slot1) or
58 * IO7 (slot2). Since no info can be obtained about the slot position
60 * - irq <= 6 -> slot 1
61 * - irq > 6 -> slot 2
71 iifun(int slot, int sr) argument
76 iinfo_p = &iinfo[slot];
81 if (slot == 0) {
92 add_sicallback((si_farg)iifun, (void*)slot, 0);
96 if (slot == 0) {
119 * XXXX to only generate interrupts for the slot th
125 int slot, i; local
156 int slot; local
[all...]
/netbsd-current/external/gpl2/gmake/dist/
H A Dhash.c34 potentially hit every slot in the table during collision
80 /* Returns the address of the table slot matching `key'. If `key' is
81 not found, return the address of an empty slot suitable for
88 void **slot; local
97 slot = &ht->ht_vec[hash_1];
99 if (*slot == 0)
100 return (deleted_slot ? deleted_slot : slot);
101 if (*slot == hash_deleted_item)
104 deleted_slot = slot;
108 if (key == *slot)
123 void **slot = hash_find_slot (ht, key); local
130 void **slot = hash_find_slot (ht, item); local
137 hash_insert_at(struct hash_table *ht, const void *item, const void *slot) argument
160 void **slot = hash_find_slot (ht, item); local
165 hash_delete_at(struct hash_table *ht, const void *slot) argument
226 void **slot; local
239 void **slot; local
270 void **slot = hash_find_slot (ht, *ovp); local
298 void **slot; local
[all...]
/netbsd-current/external/bsd/openpam/dist/lib/libpam/
H A Dpam_set_item.c67 void **slot; local
71 slot = &pamh->item[item_type];
76 if (*slot != NULL && item != NULL)
90 if (*slot != NULL)
91 osize = strlen(*slot) + 1;
107 if (*slot != NULL) {
108 memset(*slot, 0xd0, osize);
109 FREE(*slot);
112 if ((*slot = malloc(nsize)) == NULL)
114 memcpy(*slot, ite
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmicromips-warn-branch-delay.l2 .*:8: Warning: wrong size instruction in a 16-bit branch delay slot
3 .*:10: Warning: wrong size instruction in a 16-bit branch delay slot
4 .*:12: Warning: wrong size instruction in a 16-bit branch delay slot
5 .*:14: Warning: wrong size instruction in a 16-bit branch delay slot
6 .*:16: Warning: wrong size instruction in a 16-bit branch delay slot
7 .*:18: Warning: wrong size instruction in a 16-bit branch delay slot
8 .*:20: Warning: wrong size instruction in a 16-bit branch delay slot
H A Dmicromips-size-1.l2 .*:58: Warning: wrong size instruction in a 32-bit branch delay slot
3 .*:66: Warning: wrong size instruction in a 16-bit branch delay slot
4 .*:72: Warning: wrong size instruction in a 16-bit branch delay slot
5 .*:74: Warning: wrong size instruction in a 16-bit branch delay slot
6 .*:76: Warning: wrong size instruction in a 32-bit branch delay slot
7 .*:78: Warning: wrong size instruction in a 32-bit branch delay slot
8 .*:90: Warning: wrong size instruction in a 32-bit branch delay slot
9 .*:98: Warning: wrong size instruction in a 32-bit branch delay slot
10 .*:100: Warning: wrong size instruction in a 32-bit branch delay slot
H A Dmips-gp64-fp64.l2 .*:92: Warning: macro instruction expanded into multiple instructions in a branch delay slot
3 .*:96: Warning: macro instruction expanded into multiple instructions in a branch delay slot
4 .*:100: Warning: macro instruction expanded into multiple instructions in a branch delay slot
H A Dn32-consec.s4 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
11 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
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
10 .*:92: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
11 .*:94: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
[all...]
H A Dmips16-pcrel-delay-0.l2 .*:15: Warning: extended instruction in a branch delay slot
3 .*:18: Warning: extended instruction in a branch delay slot
4 .*:21: Warning: macro instruction expanded into multiple instructions in a branch delay slot
5 .*:24: Warning: macro instruction expanded into multiple instructions in a branch delay slot
H A Dmips16-pcrel-delay-1.l2 .*:17: Warning: extended instruction in a branch delay slot
3 .*:19: Warning: extended instruction in a branch delay slot
4 .*:21: Warning: macro instruction expanded into multiple instructions in a branch delay slot
5 .*:23: Warning: macro instruction expanded into multiple instructions in a branch delay slot
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Ddlfcn_w32.c46 DWORD slot = TlsAlloc(); local
49 if (slot == TLS_OUT_OF_INDEXES)
52 if ((old_slot = InterlockedCompareExchange(&dlfcn_tls, slot,
57 TlsFree(slot);
60 return slot;
73 DWORD slot = get_tl_error_slot(); local
75 if (slot == TLS_OUT_OF_INDEXES)
83 old_s = (char *) TlsGetValue(slot);
84 TlsSetValue(slot, (LPVOID) s);
91 DWORD slot local
127 DWORD slot = get_tl_error_slot(); local
[all...]
/netbsd-current/external/public-domain/xz/dist/src/xz/
H A Dutil.c148 check_thousand_sep(uint32_t slot) argument
151 bufs[slot][0] = '\0';
152 snprintf(bufs[slot], sizeof(bufs[slot]), "%'u", 1U);
153 thousand = bufs[slot][0] == '1' ? WORKS : BROKEN;
161 uint64_to_str(uint64_t value, uint32_t slot) argument
163 assert(slot < ARRAY_SIZE(bufs));
165 check_thousand_sep(slot);
168 snprintf(bufs[slot], sizeof(bufs[slot]), "
177 uint64_to_nicestr(uint64_t value, enum nicestr_unit unit_min, enum nicestr_unit unit_max, bool always_also_bytes, uint32_t slot) argument
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-hash.c159 ctf_helem_t **slot; local
161 slot = ctf_hashtab_lookup (htab, key, INSERT);
163 if (!slot)
169 if (!*slot)
171 *slot = malloc (sizeof (ctf_helem_t));
172 if (!*slot)
178 key_free ((*slot)->key);
180 value_free ((*slot)->value);
182 (*slot)->key = key;
183 (*slot)
190 ctf_helem_t *slot; local
224 ctf_helem_t **slot; local
241 ctf_hashtab_traverse(void **slot, void *arg_) argument
265 ctf_hashtab_traverse_remove(void **slot, void *arg_) argument
352 ctf_helem_t **slot; local
[all...]
/netbsd-current/external/bsd/pkg_install/dist/lib/
H A Dlicense.c128 size_t slot, i; local
130 slot = hash_license(license, len);
136 if (license_hash[slot] == NULL) {
137 license_hash[slot] = calloc(sizeof(char *), 2);
138 license_hash[slot][0] = new_license;
140 for (i = 0; license_hash[slot][i]; ++i) {
141 if (!memcmp(license_hash[slot][i], license, len) &&
142 license_hash[slot][i][len] == '\0') {
152 license_hash[slot] = realloc(license_hash[slot],
182 size_t slot, i; local
[all...]
/netbsd-current/external/apache2/mDNSResponder/dist/unittests/
H A Duds_daemon_ut.c10 mDNSu32 CacheUsed =0, CacheActive =0, slot; local
16 for (slot = 0; slot < CACHE_HASH_SLOTS; slot++)
18 for (cg = mDNSStorage.rrcache_hash[slot]; cg; cg=cg->next)
30 PrintOneCacheRecord(cr, slot, remain, ifname, &CacheUsed);
31 PrintCachedRecords(cr, slot, remain, ifname, &CacheUsed);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov-merge.c129 int slot = 0; local
138 else if (counters[2 * j + 1] < counters[2 * slot + 1])
139 slot = j;
144 gcov_type slot_count = counters[2 * slot + 1];
145 /* We found an empty slot. */
148 /* If we found empty slot, add the value. */
149 counters[2 * slot] = read_counters[2 * i];
150 counters[2 * slot + 1] = read_counters[2 * i + 1];
159 counters[2 * slot] = read_counters[2 * i];
160 counters[2 * slot
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dks_p11.c71 struct p11_slot *slot; member in struct:p11_module
99 struct p11_slot *slot; member in struct:p11_rsa
147 ret = p11_get_session(NULL, p11rsa->p, p11rsa->slot, NULL, &session);
153 p11_put_session(p11rsa->p, p11rsa->slot, session);
159 p11_put_session(p11rsa->p, p11rsa->slot, session);
185 ret = p11_get_session(NULL, p11rsa->p, p11rsa->slot, NULL, &session);
191 p11_put_session(p11rsa->p, p11rsa->slot, session);
197 p11_put_session(p11rsa->p, p11rsa->slot, session);
246 struct p11_slot *slot,
252 ret = P11FUNC(p, GetMechanismList, (slot
244 p11_mech_info(hx509_context context, struct p11_module *p, struct p11_slot *slot, int num) argument
308 p11_init_slot(hx509_context context, struct p11_module *p, hx509_lock lock, CK_SLOT_ID id, int num, struct p11_slot *slot) argument
377 p11_get_session(hx509_context context, struct p11_module *p, struct p11_slot *slot, hx509_lock lock, CK_SESSION_HANDLE *psession) argument
503 p11_put_session(struct p11_module *p, struct p11_slot *slot, CK_SESSION_HANDLE session) argument
515 iterate_entries(hx509_context context, struct p11_module *p, struct p11_slot *slot, CK_SESSION_HANDLE session, CK_ATTRIBUTE *search_data, int num_search_data, CK_ATTRIBUTE *query, int num_query, int (*func)(hx509_context, struct p11_module *, struct p11_slot *, CK_SESSION_HANDLE session, CK_OBJECT_HANDLE object, void *, CK_ATTRIBUTE *, int), void *ptr) argument
591 getattr_bn(struct p11_module *p, struct p11_slot *slot, CK_SESSION_HANDLE session, CK_OBJECT_HANDLE object, unsigned int type) argument
625 collect_private_key(hx509_context context, struct p11_module *p, struct p11_slot *slot, CK_SESSION_HANDLE session, CK_OBJECT_HANDLE object, void *ptr, CK_ATTRIBUTE *query, int num_query) argument
720 collect_cert(hx509_context context, struct p11_module *p, struct p11_slot *slot, CK_SESSION_HANDLE session, CK_OBJECT_HANDLE object, void *ptr, CK_ATTRIBUTE *query, int num_query) argument
784 p11_list_keys(hx509_context context, struct p11_module *p, struct p11_slot *slot, CK_SESSION_HANDLE session, hx509_lock lock, hx509_certs *certs) argument
[all...]
/netbsd-current/sys/arch/alpha/tc/
H A Dtc_dma_3000_300.c44 * Return the DMA tag for the given slot.
47 tc_dma_get_tag_3000_300(int slot) argument

Completed in 317 milliseconds

1234567891011>>