Searched refs:slot (Results 226 - 250 of 331) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/powerpc/powermac/
H A Data_dbdma.c80 /* Loop back to the beginning if this is our last slot */
102 /* We have a corner case where the STOP command is the last slot,
104 * and the STOP in slot 0. */
233 request->dma = &ch->dma.slot[0];
/freebsd-9.3-release/usr.sbin/ppp/
H A Dtty.c561 int slot; local
564 for (slot = 1; (ttyp = getttyent()); ++slot)
567 return slot;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsymtab.c517 char **slot;
564 slot = (char **) htab_find_slot (objfile->demangled_names_hash,
568 if (*slot == NULL)
577 *slot = obstack_alloc (&objfile->objfile_obstack,
579 memcpy (*slot, lookup_name, lookup_len + 1);
582 memcpy (*slot + lookup_len + 1, demangled_name, demangled_len + 1);
586 (*slot)[lookup_len + 1] = '\0';
589 gsymbol->name = *slot + lookup_len - len;
590 if ((*slot)[lookup_len + 1] != '\0')
592 = &(*slot)[lookup_le
515 char **slot; local
[all...]
H A Ds390-tdep.c532 chain slot, we just check whether the current value of the back
533 chain stack slot is the original value of the sp.
558 real value the register or stack slot will have. */
1144 /* The value of the back chain slot. This is only valid if the stack
1151 /* If the SIZE bytes at ADDR are a stack slot we're actually tracking,
1152 return pv_definite_yes and set *STACK to point to the slot. If
1873 /* Scan the spill array; if a spill slot says it holds the
1874 original value of some register, then record that slot's
1882 struct prologue_value *slot = &data.spill[slot_num]; local
1884 if (slot
1894 struct prologue_value *slot = &data.spill[slot_num]; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp569 int slot = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); local
577 MVT::v4f32, DAG.getTargetConstant(slot / 4 , MVT::i32));
579 TII->getRegisterInfo().getSubRegFromChannel(slot % 4),
593 if (slot % 4 < 2)
595 MVT::f32, MVT::f32, DAG.getTargetConstant(slot / 4 , MVT::i32),
599 MVT::f32, MVT::f32, DAG.getTargetConstant(slot / 4 , MVT::i32),
601 return SDValue(interp, slot % 2);
605 int slot = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); local
612 MVT::f32, MVT::f32, DAG.getTargetConstant(slot, MVT::i32),
616 MVT::f32, MVT::f32, DAG.getTargetConstant(slot, MV
[all...]
/freebsd-9.3-release/sys/dev/amr/
H A Damr.c1438 /* XXX the slot is now marked permanently busy */
1499 /* now we have a slot, we can map the command (unmapped in amr_complete) */
1583 int slot; local
1587 slot = ac->ac_slot;
1588 if (sc->amr_busycmd[slot] == NULL)
1589 panic("amr: slot %d not busy?\n", slot);
1591 sc->amr_busycmd[slot] = NULL;
1811 int slot; local
1819 /* get a command slot (free
[all...]
/freebsd-9.3-release/sys/fs/msdosfs/
H A Dmsdosfs_conv.c251 * directory slot. Another dos quirk.
544 * Cut *un for this slot
1035 char *slot; local
1046 /* Will store this substring in a WIN_CHARS-aligned slot. */
1047 slot = &nbp->nb_buf[id * WIN_CHARS];
1059 bcopy(slot + WIN_CHARS, slot + count, nbp->nb_len);
1061 /* Copy in the substring to its slot and update length so far. */
1062 bcopy(name, slot, count);
/freebsd-9.3-release/sys/ia64/ia64/
H A Dmachdep.c1362 uint64_t slot; local
1366 slot = IA64_PSR_RI_0;
1370 slot = IA64_PSR_RI_1;
1373 slot = IA64_PSR_RI_2;
1381 (td->td_frame->tf_special.psr & ~IA64_PSR_RI) | slot;
/freebsd-9.3-release/contrib/gcc/
H A Dvarasm.c287 section *sect, **slot;
289 slot = (section **)
293 if (*slot == NULL)
299 *slot = sect;
303 sect = *slot;
334 void **slot;
339 slot = htab_find_slot_with_hash (object_block_htab, sect,
341 block = (struct object_block *) *slot;
347 *slot = block;
3203 void **slot;
286 section *sect, **slot; local
333 void **slot; local
3184 void **slot; local
6216 output_object_block_htab(void **slot, void *data ATTRIBUTE_UNUSED) argument
[all...]
H A Ddwarf2out.c5025 void **slot;
5031 slot = htab_find_slot_with_hash (debug_str_hash, str,
5033 if (*slot == NULL)
5034 *slot = ggc_alloc_cleared (sizeof (struct indirect_string_node));
5035 node = (struct indirect_string_node *) *slot;
5683 void **slot;
5685 slot = htab_find_slot_with_hash (decl_die_table, decl, decl_id, INSERT);
5686 *slot = decl_die;
5697 void **slot;
5699 slot
5018 void **slot; local
5676 void **slot; local
5690 void **slot; local
6363 struct cu_hash_table_entry **slot, *entry, *last = &dummy; local
6397 struct cu_hash_table_entry **slot, *entry; local
7683 file_name_acquire(void ** slot, void *data) argument
11699 premark_used_types_helper(void **slot, void *data ATTRIBUTE_UNUSED) argument
13678 void ** slot; local
14250 void ** slot; local
14342 file_table_relative_p(void ** slot, void *param) argument
[all...]
H A Dgensupport.c1311 void **slot = htab_find_slot (predicate_table, pred, INSERT);
1312 if (*slot)
1317 *slot = pred;
1306 void **slot = htab_find_slot (predicate_table, pred, INSERT); local
H A Dtree-mudflap.c1135 void **slot; local
1140 slot = htab_find_slot (marked_trees, t, INSERT);
1141 *slot = t;
H A Dtree-sra.c534 struct sra_elt **slot;
543 slot = (struct sra_elt **) htab_find_slot (sra_map, &dummy, insert);
544 if (!slot && insert == NO_INSERT)
547 elt = *slot;
550 *slot = elt = obstack_alloc (&sra_obstack, sizeof (*elt));
2180 corresponding slot in OTHER. This avoids a block copy. */
532 struct sra_elt **slot; local
/freebsd-9.3-release/sys/dev/ath/
H A Dif_ath.c509 | IEEE80211_C_SHSLOT /* short slot time supported */
539 * in one cache slot automatically enable use.
829 * Assign a beacon xmit slot. We try to space out
837 u_int slot, free; local
840 for (slot = 0; slot < ATH_BCBUF; slot++)
841 if (sc->sc_bslot[slot] == NULL) {
842 if (sc->sc_bslot[(slot+1)%ATH_BCBUF] == NULL &&
843 sc->sc_bslot[(slot
2436 int slot, otherant; local
[all...]
/freebsd-9.3-release/sys/dev/mly/
H A Dmly.c1532 u_int16_t slot; local
1540 slot = MLY_GET_REG2(sc, sc->mly_status_mailbox);
1541 if (slot < MLY_SLOT_MAX) {
1542 mc = &sc->mly_command[slot - MLY_SLOT_START];
1551 /* slot 0xffff may mean "extremely bogus command" */
1552 mly_printf(sc, "got HM completion for illegal slot %u\n", slot);
1568 /* get slot number */
1569 slot = sp->status.command_id;
1570 if (slot < MLY_SLOT_MA
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h34 /// This class represents an entry in the slot index list held in the
98 /// def slot of PHI-defs.
101 /// Early-clobber register use/def slot. A live range defined at
103 /// Slot_Register. Also used as the kill slot for live ranges tied to an
107 /// Normal register use/def slot. Normal instructions kill and define
108 /// register live ranges at this slot.
111 /// Dead def kill point. Kill slot for a live range that is defined by
121 SlotIndex(IndexListEntry *entry, unsigned slot) argument
122 : lie(entry, slot) {}
137 /// Returns the slot fo
[all...]
/freebsd-9.3-release/sys/dev/isp/
H A DHardware.txt159 code in /usr/share/examples) for power/thermal/slot monitoring.
/freebsd-9.3-release/sys/dev/netmap/
H A Dnetmap_pipe.c217 struct netmap_slot *rs = &rxkring->save_ring->slot[j];
218 struct netmap_slot *ts = &txkring->ring->slot[k];
/freebsd-9.3-release/sys/dev/hptnr/
H A Dhptnr_os_bsd.c96 pciref.slot = dev;
/freebsd-9.3-release/sbin/fsdb/
H A Dfsdb.c401 int slot; variable
408 printf("slot %d off %d ino %d reclen %d: %s, `%.*s'\n",
409 slot++, diroff, dirp->d_ino, dirp->d_reclen,
420 slot = 0;
807 printf("invalid slot number `%s'\n", argv[1]);
820 warnx("no %sth slot in current directory", argv[1]);
856 printf("invalid slot number `%s'\n", argv[1]);
870 warnx("new name `%s' does not fit in slot %s\n", argv[2], argv[1]);
873 warnx("no %sth slot in current directory", argv[1]);
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c199 struct qfq_class *next; /* Link for the slot list. */
219 unsigned int front; /* Index of the front slot. */
418 * XXX we should make sure that slot becomes less than 32.
425 uint64_t slot = (roundedS - grp->S) >> grp->slot_shift; local
426 unsigned int i = (grp->front + slot) % QFQ_MAX_SLOTS;
430 __set_bit(slot, &grp->full_slots);
434 * remove the entry from the slot
473 * because we use ffs() to find the first non-empty slot.
672 /* create a slot for this cl->S */
H A Dip_fw2.c773 * one. slot is precise, whereas we guess rule_id as they are
777 set_match(struct ip_fw_args *args, int slot, argument
781 args->rule.slot = slot + 1; /* we use 0 as a marker */
782 args->rule.rule_id = 1 + chain->map[slot]->id;
783 args->rule.rulenum = chain->map[slot]->rulenum;
1247 if (args->rule.slot) {
1252 * Validate the slot and continue from the next one
1256 args->rule.slot :
2775 #define IPFW_MODEVENT_ORDER (SI_ORDER_ANY - 255) /* On boot slot i
[all...]
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_scan_sta.c954 int slot, slotcnt; local
957 for (slot = slotcnt-1; slot >= 0; slot--)
958 if (isclr(tdma->tdma_inuse, slot))
1600 /* NB: never auto-start a tdma network for slot !0 */
/freebsd-9.3-release/sys/ia64/disasm/
H A Ddisasm_extract.c1902 struct asm_bundle *b, int slot)
1904 struct asm_inst *i = b->b_inst + slot;
2567 KASSERT(slot == 2, ("foo"));
2572 KASSERT(slot == 2, ("foo"));
2580 KASSERT(slot == 2, ("foo"));
2589 KASSERT(slot == 2, ("foo"));
2599 KASSERT(slot == 2, ("foo"));
1901 asm_extract(enum asm_op op, enum asm_fmt fmt, uint64_t bits, struct asm_bundle *b, int slot) argument
/freebsd-9.3-release/sys/sparc64/pci/
H A Dfire.c1392 fire_read_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, argument
1405 slot > PCI_SLOTMAX || func > PCI_FUNCMAX || reg > PCIE_REGMAX)
1408 offset = FO_CONF_OFF(bus, slot, func, reg);
1431 __func__, bus, slot, func, reg);
1439 fire_write_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, argument
1448 slot > PCI_SLOTMAX || func > PCI_FUNCMAX || reg > PCIE_REGMAX)
1451 offset = FO_CONF_OFF(bus, slot, func, reg);

Completed in 424 milliseconds

1234567891011>>