Searched refs:slot (Results 76 - 100 of 331) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dhashtab.c460 PTR *slot = htab->entries + index; local
463 if (*slot == HTAB_EMPTY_ENTRY)
464 return slot;
465 else if (*slot == HTAB_DELETED_ENTRY)
475 slot = htab->entries + index;
476 if (*slot == HTAB_EMPTY_ENTRY)
477 return slot;
478 else if (*slot == HTAB_DELETED_ENTRY)
599 /* This function searches for a hash table slot containing an entry
601 insert=NO_INSERT, then call htab_clear_slot on the slot returne
700 PTR *slot; local
718 htab_clear_slot(htab_t htab, PTR *slot) argument
739 PTR *slot; local
[all...]
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dvr4120-div.S32 and $3,$3,$2 /* t = (x ^ y) & 0x80000000 in delay slot */ ;\
74 subu $2,$6,$2 # r = x1 - r in delay slot
/freebsd-9.3-release/contrib/gcc/
H A Dconflict.c190 void **slot;
197 slot = htab_find_slot (graph->arc_hash_table, (void *) &dummy, INSERT);
200 if (*slot != NULL)
219 *slot = (void *) arc;
189 void **slot; local
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dcrypto_nss.c55 PK11SlotInfo *slot; local
72 slot = PK11_GetBestSlot(CKM_DES_ECB, NULL);
73 if (slot == NULL) {
81 symkey = PK11_ImportSymKey(slot, CKM_DES_ECB, PK11_OriginDerive,
/freebsd-9.3-release/sys/dev/mca/
H A Dmca_busvar.h57 MCA_ACCESSOR(slot, SLOT, int)
/freebsd-9.3-release/sys/ia64/ia64/
H A Dgdb_machdep.c155 uintmax_t slot; local
160 if (gdb_rx_varhex(&slot) < 0) {
169 /* slot is unsigned. No need to test for negative values. */
170 if (slot >= (kdb_frame->tf_special.ndirty >> 3)) {
183 gdb_tx_mem((void*)(kstack + slot), 8);
/freebsd-9.3-release/sys/sparc64/sbus/
H A Dsbusvar.h119 SBUS_ACCESSOR(slot, SLOT, int)
H A Ddma_sbus.c287 int i, nreg, nintr, slot, rslot; local
295 slot = -1;
309 if (slot != -1 && slot != rslot) {
315 slot = rslot;
321 if (slot != dsc->sc_slot) {
322 device_printf(dev, "<%s>: parent and child slot do not match\n",
336 * SBus card devices need the slot number encoded into
340 iv |= slot << 3;
/freebsd-9.3-release/tools/tools/pirtool/
H A Dpirtable.h58 uint8_t slot; /* physical slot number on bus, member in struct:__anon10721
59 * slot 0 if motherboard */
/freebsd-9.3-release/sys/dev/sound/macio/
H A Daoa.c64 u_int slot; /* current slot */ member in struct:aoa_dma
83 i, /* slot */
176 /* One slot per block plus branch to 0 plus STOP. */
217 return (dma->slot * dma->blksz);
237 /* One slot per block, plus branch to 0 plus STOP. */
269 dma->slot = 0;
270 dbdma_set_current_cmd(dma->channel, dma->slot);
327 while (dbdma_get_cmd_status(dma->channel, dma->slot)) {
329 dbdma_clear_cmd_status(dma->channel, dma->slot);
[all...]
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_phy.h59 #define IEEE80211_DUR_DIFS(sifs, slot) ((sifs) + 2 * (slot))
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dtest_soft_pkcs11.c84 CK_SLOT_ID slot; local
112 slot = slot_ids[0];
115 ret = (*func->C_GetSlotInfo)(slot, &slot_info);
122 ret = (*func->C_OpenSession)(slot, CKF_SERIAL_SESSION,
127 ret = (*func->C_GetTokenInfo)(slot, &token_info);
138 ret = (*func->C_GetTokenInfo)(slot, &token_info);
/freebsd-9.3-release/sys/dev/aic7xxx/
H A Dahc_isa.c82 int slot; local
86 for (slot = 0; slot <= max_slot; slot++) {
95 iobase = (slot * AHC_EISA_SLOT_SIZE) + AHC_EISA_SLOT_OFFSET;
102 "alloc failed\n", slot, iobase);
/freebsd-9.3-release/sys/dev/pci/
H A Dpci_subr.c50 host_pcib_get_busno(pci_read_config_fn read_config, int bus, int slot, int func, argument
55 id = read_config(bus, slot, func, PCIR_DEVVENDOR, 4);
63 /* *busnum = read_config(bus, slot, func, 0x41, 1); */
68 *busnum = read_config(bus, slot, func, 0x4a, 1);
84 switch (slot) {
118 *busnum = read_config(bus, slot, func, 0x44, 1);
123 *busnum = read_config(bus, slot, func, 0xc8, 1);
/freebsd-9.3-release/sys/powerpc/powermac/
H A Dgrackle.c143 grackle_read_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, argument
153 if (grackle_enable_config(sc, bus, slot, func, reg) != 0) {
184 grackle_write_config(device_t dev, u_int bus, u_int slot, u_int func, argument
193 if (grackle_enable_config(sc, bus, slot, func, reg)) {
213 grackle_enable_config(struct grackle_softc *sc, u_int bus, u_int slot, argument
222 cfgval = (bus << 16) | (slot << 11) | (func << 8) | (reg & 0xFC)
/freebsd-9.3-release/contrib/binutils/binutils/
H A Drdcoff.c106 /* Return the slot for a type. */
208 debug_type *slot;
212 slot = coff_get_slot (types, pauxent->x_sym.x_tagndx.l);
213 if (*slot != DEBUG_TYPE_NULL)
214 return *slot;
216 return debug_make_indirect_type (dhandle, slot, (const char *) NULL);
242 debug_type *slot;
328 slot = coff_get_slot (types, coff_symno);
329 *slot = ret;
341 slot
207 debug_type *slot; local
241 debug_type *slot; local
615 debug_type *slot; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c64 * the number of files merged into a given array slot equals the batch size,
65 * the merged CTF graph in that array is added to the done slot in order by
66 * array slot.
104 * when the thread restarts the loop. If the array slot was full, the
105 * array lock will be held while the slot contents are added to the done
106 * queue. The done queue lock is used to protect the wip slot cv's.
295 * order, starting with the slot containing the next batch that would
316 debug(2, "clearing slot %d (%d) (saving %d)\n",
319 debug(2, "clearing slot %d (%d)\n", slotnum, i);
362 wip_save_work(workqueue_t *wq, wip_t *slot, in argument
383 wip_add_work(wip_t *slot, tdata_t *pow) argument
[all...]
/freebsd-9.3-release/sys/arm/xscale/ixp425/
H A Dixp425_pci.c359 ixppcib_conf_setup(struct ixppcib_softc *sc, int bus, int slot, int func, argument
365 (1U << (32 - (slot & 0x1f))) |
370 (bus << 16) | (slot << 11) |
384 ixppcib_read_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, argument
390 ixppcib_conf_setup(sc, bus, slot, func, reg & ~3);
398 __func__, bus, slot, func, reg, bytes, ret);
412 ixppcib_write_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, argument
420 __func__, bus, slot, func, reg, bytes, val);
422 ixppcib_conf_setup(sc, bus, slot, func, reg & ~3);
/freebsd-9.3-release/sys/mips/adm5120/
H A Dadmpci.c196 admpci_make_addr(int bus, int slot, int func, int reg) argument
199 return (0x80000000 | (bus << 16) | (slot << 11) | (func << 8) | reg);
203 admpci_read_config(device_t dev, int bus, int slot, int func, int reg, argument
212 (void *)sc, bus, slot, func, reg);
214 addr = admpci_make_addr(bus, slot, func, reg);
261 admpci_write_config(device_t dev, int bus, int slot, int func, int reg, argument
270 (void *)sc, bus, slot, func, reg);
273 reg_data = admpci_read_config(dev, bus, slot, func, reg, 4);
311 addr = admpci_make_addr(bus, slot, func, reg);
/freebsd-9.3-release/sys/mips/idt/
H A Didtpci.c131 idtpci_make_addr(int bus, int slot, int func, int reg) argument
134 return 0x80000000 | (bus << 16) | (slot << 11) | (func << 8) | reg;
290 idtpci_read_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, argument
298 bus, slot, func, reg, bytes);
300 addr = idtpci_make_addr(bus, slot, func, reg);
346 idtpci_write_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, argument
354 bus, slot, func, reg, bytes, data);
357 reg_data = idtpci_read_config(dev, bus, slot, func, reg, 4);
395 addr = idtpci_make_addr(bus, slot, func, reg);
/freebsd-9.3-release/usr.bin/lex/
H A Dtblcmp.c578 * address below; find the next free slot.
635 /* Find next free slot in tables. */
677 int i, slot, tblbase; local
684 slot = lastprot;
690 slot = numprots;
692 protnext[slot] = firstprot;
695 protprev[firstprot] = slot;
697 firstprot = slot;
698 prottbl[slot] = statenum;
699 protcomst[slot]
[all...]
/freebsd-9.3-release/sys/ia64/disasm/
H A Ddisasm_format.c293 asm_print_inst(const struct asm_bundle *b, int slot, uint64_t ip) argument
300 tmpl = b->b_templ + slot;
301 if (*tmpl == ';' || (slot == 2 && b->b_templ[1] == ';'))
303 i = b->b_inst + slot;
307 /* Address + slot. */
308 printf("%lx[%c] ", ip + slot, *tmpl);
/freebsd-9.3-release/sys/mips/cavium/
H A Doctopci.c333 octopci_read_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, argument
343 if (bus == 0 && slot == 0 && func == 0)
348 return (cvmx_pcie_config_read32(sc->sc_domain, bus, slot, func, reg));
350 return (cvmx_pcie_config_read16(sc->sc_domain, bus, slot, func, reg));
352 return (cvmx_pcie_config_read8(sc->sc_domain, bus, slot, func, reg));
358 addr = octopci_cs_addr(bus, slot, func, reg);
376 octopci_write_config(device_t dev, u_int bus, u_int slot, u_int func, argument
387 cvmx_pcie_config_write32(sc->sc_domain, bus, slot, func, reg, data);
390 cvmx_pcie_config_write16(sc->sc_domain, bus, slot, func, reg, data);
393 cvmx_pcie_config_write8(sc->sc_domain, bus, slot, fun
421 unsigned bus, slot, func; local
736 octopci_cs_addr(unsigned bus, unsigned slot, unsigned func, unsigned reg) argument
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devmap.c113 #define GET_IO_SLOT(x, map, slot, type) \
116 key_.fd = slot; \
121 #define GET_IO_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \
124 key_.fd = slot; \
134 ent_->fd = slot; \
159 'struct type *' corresponding to the fd or signal 'slot'. Set 'x' to NULL
160 if there are no entries for 'slot'. Does no bounds-checking. */
161 #define GET_SIGNAL_SLOT(x, map, slot, type) \
162 (x) = (struct type *)((map)->entries[slot])
163 /* As GET_SLOT, but construct the entry for 'slot' i
204 evmap_make_space(struct event_signal_map *map, int slot, int msize) argument
[all...]
/freebsd-9.3-release/tools/tools/netmap/
H A Dpkt-gen.c510 ring, cur, ring->slot[cur].buf_idx,
511 ring->slot[cur].flags, len);
673 struct netmap_slot *slot = &ring->slot[cur];
674 char *p = NETMAP_BUF(ring, slot->buf_idx);
683 struct netmap_slot *slot = &ring->slot[cur]; local
684 char *p = NETMAP_BUF(ring, slot->buf_idx);
686 slot->flags = 0;
688 slot
753 struct netmap_slot *slot; local
864 struct netmap_slot *slot = &rxring->slot[cur]; local
1137 struct netmap_slot *slot = &ring->slot[cur]; local
[all...]

Completed in 381 milliseconds

1234567891011>>