HomeSort by: relevance | last modified time | path
    Searched defs:slotinfo (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/cardbus/
sdhc_cardbus.c 107 pcireg_t slotinfo; local in function:sdhc_cardbus_attach
134 slotinfo = Cardbus_conf_read(ct, ca->ca_tag, SDHC_PCI_CONF_SLOT_INFO);
135 nslots = SDHC_PCI_NUM_SLOTS(slotinfo);
  /src/sys/dev/pci/
sdhc_pci.c 342 pcireg_t slotinfo; local in function:sdhc_pci_attach
384 slotinfo = pci_conf_read(pc, tag, SDHC_PCI_CONF_SLOT_INFO);
385 nslots = SDHC_PCI_NUM_SLOTS(slotinfo);
416 for (reg = SDHC_PCI_BAR_START + SDHC_PCI_FIRST_BAR(slotinfo) *
  /src/sys/ufs/ufs/
ufs_lookup.c 95 struct slotinfo { struct
120 slot_init(struct slotinfo *slot)
129 slot_findfree(struct slotinfo *slot, struct inode *dp)
147 slot_white(struct slotinfo *slot, uint16_t reclen,
157 slot_update(struct slotinfo *slot, int size, uint16_t reclen, doff_t offset)
182 slot_estimate(const struct slotinfo *slot, int dirblksiz, int nameiop,
335 struct slotinfo slot;

Completed in 58 milliseconds