Searched refs:slot (Results 126 - 150 of 331) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/dev/sound/pci/
H A Denvy24ht.c1316 int src, dst, ssize, dsize, slot; local
1326 slot = ch->num * 2;
1329 dmabuf[dst * ENVY24HT_PLAY_CHNUM + slot].buffer = data[src];
1330 dmabuf[dst * ENVY24HT_PLAY_CHNUM + slot + 1].buffer = data[src + 1];
1346 int src, dst, ssize, dsize, slot; local
1359 slot = ch->num * 2;
1365 dmabuf[dst * ENVY24HT_PLAY_CHNUM + slot].buffer = (u_int32_t)data[src] << 16;
1366 dmabuf[dst * ENVY24HT_PLAY_CHNUM + slot + 1].buffer = (u_int32_t)data[src + 1] << 16;
1369 printf("%08x", dmabuf[dst * ENVY24HT_PLAY_CHNUM + slot]);
1370 printf("%08x", dmabuf[dst * ENVY24HT_PLAY_CHNUM + slot
1391 int src, dst, ssize, dsize, slot; local
1421 int src, dst, ssize, dsize, slot; local
1451 int src, dst, ssize, dsize, slot; local
1683 int slot; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dpostreload-gcse.c332 struct expr *cur_expr, **slot;
354 slot = (struct expr **) htab_find_slot_with_hash (expr_table, cur_expr,
357 if (! (*slot))
359 *slot = cur_expr;
365 cur_expr = *slot;
411 struct expr **slot, *tmp_expr;
423 slot = (struct expr **) htab_find_slot_with_hash (expr_table, tmp_expr,
427 if (!slot)
430 return (*slot);
440 dump_hash_table_entry (void **slot, voi
327 struct expr *cur_expr, **slot; local
405 struct expr **slot, *tmp_expr; local
433 dump_hash_table_entry(void **slot, void *filep) argument
1221 delete_redundant_insns_1(void **slot, void *data ATTRIBUTE_UNUSED) argument
[all...]
H A Dtree-nested.c271 void **slot; local
275 slot = htab_find_slot (info->field_map, &dummy, insert);
276 if (!slot)
281 elt = (struct var_map_elt *) *slot;
310 *slot = elt;
472 void **slot; local
476 slot = htab_find_slot (info->var_map, &dummy, insert);
477 if (!slot)
482 elt = (struct var_map_elt *) *slot;
496 *slot
871 void **slot; local
1202 void **slot; local
1494 void **slot; local
[all...]
H A Dcselib.c796 void **slot;
821 slot = htab_find_slot_with_hash (cselib_hash_table, wrap_constant (mode, x),
823 *slot = mem_elt;
928 void **slot;
972 slot = htab_find_slot_with_hash (cselib_hash_table, x, e->value, INSERT);
973 *slot = e;
985 slot = htab_find_slot_with_hash (cselib_hash_table, wrap_constant (mode, x),
987 if (slot == 0)
990 e = (cselib_val *) *slot;
996 /* We have to fill the slot befor
795 void **slot; local
927 void **slot; local
[all...]
/freebsd-9.3-release/sys/dev/netmap/
H A Dnetmap.c119 a number of slot in the ring, then the lock is released,
529 * IMPORTANT: Always keep one slot empty.
880 struct netmap_slot *slot = &kring->ring->slot[n]; local
882 if ((slot->flags & NS_FORWARD) == 0 && !force)
884 if (slot->len < 14 || slot->len > NETMAP_BDG_BUF_SIZE(na->nm_mem)) {
885 RD(5, "bad pkt at %d len %d", n, slot->len);
888 slot->flags &= ~NS_FORWARD; // XXX needed ?
890 m = m_devget(BDG_NMB(na, slot), slo
1024 struct netmap_slot *slot = &ring->slot[nm_i]; local
[all...]
H A Dnetmap_vale.c44 a number of slot in the ring, then the lock is released,
299 /* lookup the name, remember empty slot if there is one */
305 b = x; /* record empty slot */
951 struct netmap_slot *slot = &ring->slot[j]; local
954 ft[ft_i].ft_len = slot->len;
955 ft[ft_i].ft_flags = slot->flags;
957 ND("flags is 0x%x", slot->flags);
958 /* this slot goes into a list so initialize the link field */
960 buf = ft[ft_i].ft_buf = (slot
1375 struct netmap_slot *slot; local
1567 struct netmap_slot *slot = &ring->slot[nm_i]; local
[all...]
/freebsd-9.3-release/sys/arm/mv/orion/
H A Ddb88f5xxx.c75 int platform_pci_get_irq(u_int bus, u_int slot, u_int func, u_int pin);
130 * - PCI slot number (less than zero means ANY).
/freebsd-9.3-release/sys/dev/xen/pcifront/
H A Dpcifront.c585 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
589 xpcib_read_config(device_t dev, int bus, int slot, int func, argument
597 .devfn = PCI_DEVFN(slot, func),
606 bus, slot, func, reg, bytes, op.value, err);
616 xpcib_write_config(device_t dev, int bus, int slot, int func, argument
624 .devfn = PCI_DEVFN(slot, func),
634 bus, slot, func, reg, bytes, data, err);
/freebsd-9.3-release/sys/mips/nlm/hal/
H A Diomap.h94 #define XLP_IO_MMC_OFFSET(node, slot) \
95 ((XLP_IO_SD_OFFSET(node))+(slot*0x100)+XLP_IO_PCI_HDRSZ)
/freebsd-9.3-release/sys/sparc64/pci/
H A Dpsychoreg.h95 #define PSR_PCIA0_INT_MAP 0x0c00 /* PCI bus a slot 0 irq map reg */
96 #define PSR_PCIA1_INT_MAP 0x0c08 /* PCI bus a slot 1 irq map reg */
97 #define PSR_PCIA2_INT_MAP 0x0c10 /* PCI bus a slot 2 irq map reg (IIi) */
98 #define PSR_PCIA3_INT_MAP 0x0c18 /* PCI bus a slot 3 irq map reg (IIi) */
99 #define PSR_PCIB0_INT_MAP 0x0c20 /* PCI bus b slot 0 irq map reg */
100 #define PSR_PCIB1_INT_MAP 0x0c28 /* PCI bus b slot 1 irq map reg */
101 #define PSR_PCIB2_INT_MAP 0x0c30 /* PCI bus b slot 2 irq map reg */
102 #define PSR_PCIB3_INT_MAP 0x0c38 /* PCI bus b slot 3 irq map reg */
125 #define PSR_PCIA0_INT_CLR 0x1400 /* PCI a slot 0 clear int regs 0..3 */
126 #define PSR_PCIA1_INT_CLR 0x1420 /* PCI a slot
[all...]
/freebsd-9.3-release/sys/dev/cardbus/
H A Dcardbus.c159 int bus, domain, slot, func; local
169 slot = 0;
175 pci_read_device(brdev, domain, bus, slot, func,
271 dinfo->pci.cfg.slot, dinfo->pci.cfg.func);
/freebsd-9.3-release/sys/dev/hme/
H A Dif_hme_pci.c141 int j, slot; local
246 slot = pci_get_slot(dev);
257 pci_get_slot(children[j]) == slot) {
315 j += slot * (PCI_VPDRES_LARGE_DATA + PCI_VPD_SIZE +
/freebsd-9.3-release/sys/net/
H A Dnetmap.h72 | ni_rx_rings | / | buf_idx, len | slot[0]
75 +===============+ / | buf_idx, len | slot[1]
79 | txring_ofs[t] | | buf_idx, len | slot[n-1]
99 * Each slot has the index of a buffer (MTU-sized and residing in the
147 uint16_t len; /* length for this slot */
153 * The following flags control how the slot is used
164 * Request notification when slot is used by the hardware.
166 * may be unreported. This flag lets us know when a slot
188 * whose address is in the 'ptr' field in the slot.
194 * Set on all but the last slot o
278 struct netmap_slot slot[0]; /* array of slots. */ member in struct:netmap_ring
[all...]
/freebsd-9.3-release/sys/ia64/disasm/
H A Ddisasm_decode.c50 asm_decodeA(uint64_t bits, struct asm_bundle *b, int slot) argument
526 return (asm_extract(op, fmt, bits, b, slot));
534 asm_decodeB(uint64_t ip, struct asm_bundle *b, int slot) argument
540 bits = SLOT(ip, slot);
642 return (asm_extract(op, fmt, bits, b, slot));
650 asm_decodeF(uint64_t ip, struct asm_bundle *b, int slot) argument
656 bits = SLOT(ip, slot);
893 return (asm_extract(op, fmt, bits, b, slot));
901 asm_decodeI(uint64_t ip, struct asm_bundle *b, int slot) argument
907 bits = SLOT(ip, slot);
1313 asm_decodeM(uint64_t ip, struct asm_bundle *b, int slot) argument
2472 asm_decodeX(uint64_t ip, struct asm_bundle *b, int slot) argument
2523 unsigned int slot; local
[all...]
/freebsd-9.3-release/contrib/texinfo/info/
H A Decho-area.c674 then a new slot is made for this kill. */
679 int killing_backwards, slot;
712 slot = kill_ring_loc;
713 old = kill_ring[slot];
731 kill_ring[slot] = new;
735 /* Try to store the kill in a new slot, unless that would cause there
737 slot = kill_ring_index;
739 if (slot == max_retained_kills)
740 slot = 0;
742 if (slot
677 int killing_backwards, slot; local
[all...]
/freebsd-9.3-release/sys/dev/drm/
H A Ddrm_ioctl.c68 int domain, bus, slot, func, ret; local
88 ret = sscanf(busid, "PCI:%d:%d:%d", &bus, &slot, &func);
98 (slot != dev->pci_slot) ||
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_ioctl.c69 int domain, bus, slot, func, ret; local
89 ret = sscanf(busid, "PCI:%d:%d:%d", &bus, &slot, &func);
99 (slot != dev->pci_slot) ||
/freebsd-9.3-release/sys/fs/msdosfs/
H A Ddenode.h129 * Set a slot in the fat cache.
131 #define fc_setcache(dep, slot, frcn, fsrcn) \
132 (dep)->de_fc[(slot)].fc_frcn = (frcn); \
133 (dep)->de_fc[(slot)].fc_fsrcn = (fsrcn);
/freebsd-9.3-release/usr.sbin/apmd/contrib/
H A Dpccardq.c25 fprintf(stderr, "usage: %s [-a] [-n] [-s slot]\n", prog);
51 warnc(0, "Invalid slot number.");
153 get_slot_info(int so, int slot, char **manuf, char **version, char argument
167 if ((slen = snprintf(buf, sizeof buf, "N%d", slot)) < 0) {
188 if (atoi(sl) != slot)
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtree.c256 tree slot = build_decl (VAR_DECL, NULL_TREE, type); local
257 DECL_ARTIFICIAL (slot) = 1;
258 DECL_IGNORED_P (slot) = 1;
259 DECL_CONTEXT (slot) = current_function_decl;
260 layout_decl (slot, 0);
261 return slot;
275 tree slot; local
291 slot = build_local_temp (type);
299 temporary slot. Then, expand_expr builds up a call-expression
300 using the new slot
351 tree slot; local
767 void **slot; local
1043 void **slot; local
[all...]
/freebsd-9.3-release/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_bcj.c200 /* Instruction slot (0, 1, or 2) in the 128-bit instruction word */
201 uint32_t slot; local
203 /* Bitwise offset of the instruction indicated by slot */
224 for (slot = 0, bit_pos = 5; slot < 3; ++slot, bit_pos += 41) {
225 if (((mask >> slot) & 1) == 0)
/freebsd-9.3-release/contrib/libarchive/cpio/
H A Dcpio.c1160 int slot; local
1174 slot = id % cache->size;
1175 if (cache->cache[slot].name != NULL) {
1176 if (cache->cache[slot].id == id) {
1178 return (cache->cache[slot].name);
1180 free(cache->cache[slot].name);
1181 cache->cache[slot].name = NULL;
1190 cache->cache[slot].name = strdup(name);
1191 if (cache->cache[slot].name != NULL) {
1192 cache->cache[slot]
[all...]
/freebsd-9.3-release/sys/dev/mlx/
H A Dmlx.c69 static int mlx_v3_findcomplete(struct mlx_softc *sc, u_int8_t *slot, u_int16_t *status);
74 static int mlx_v4_findcomplete(struct mlx_softc *sc, u_int8_t *slot, u_int16_t *status);
79 static int mlx_v5_findcomplete(struct mlx_softc *sc, u_int8_t *slot, u_int16_t *status);
270 * where we allocate in smaller chunks and keep a lookup table from slot
1219 /* get a command slot */
1414 /* get a command slot */
1521 /* get a command slot */
1570 /* get a command slot */
1612 /* get a command slot */
1655 /* get a command slot */
2045 int s, slot, limit; local
2207 u_int8_t slot; local
2428 mlx_v3_findcomplete(struct mlx_softc *sc, u_int8_t *slot, u_int16_t *status) argument
2551 mlx_v4_findcomplete(struct mlx_softc *sc, u_int8_t *slot, u_int16_t *status) argument
2670 mlx_v5_findcomplete(struct mlx_softc *sc, u_int8_t *slot, u_int16_t *status) argument
[all...]
/freebsd-9.3-release/sys/boot/sparc64/loader/
H A Dmain.c372 dtlb_get_data_sun4u(u_int tlb, u_int slot) argument
376 slot = TLB_DAR_SLOT(tlb, slot);
383 (void)ldxa(slot, ASI_DTLB_DATA_ACCESS_REG);
384 data = ldxa(slot, ASI_DTLB_DATA_ACCESS_REG);
390 itlb_get_data_sun4u(u_int tlb, u_int slot) argument
394 slot = TLB_DAR_SLOT(tlb, slot);
401 (void)ldxa(slot, ASI_ITLB_DATA_ACCESS_REG);
402 data = ldxa(slot, ASI_ITLB_DATA_ACCESS_RE
[all...]
/freebsd-9.3-release/sys/sparc64/sbus/
H A Dsbus.c393 i, (i & INTMAP_OBIO_MASK) == 0 ? "SBus slot" : "OBIO",
470 int i, nreg, nintr, slot, rslot; local
478 slot = -1;
495 if (slot != -1 && slot != rslot) {
501 slot = rslot;
508 sdi->sdi_slot = slot;
519 * SBus card devices need the slot number encoded into
523 iv |= slot << 3;
723 int i, slot; local
[all...]

Completed in 353 milliseconds

1234567891011>>