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

  /src/sys/dev/cardbus/
sdhc_cardbus.c 107 pcireg_t slotinfo; local
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
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 98 struct slotinfo { struct
123 slot_init(struct slotinfo *slot)
132 slot_findfree(struct slotinfo *slot, struct inode *dp)
150 slot_white(struct slotinfo *slot, uint16_t reclen,
160 slot_update(struct slotinfo *slot, int size, uint16_t reclen, doff_t offset)
185 slot_estimate(const struct slotinfo *slot, int dirblksiz, int nameiop,
338 struct slotinfo slot;
  /src/crypto/external/bsd/openssh/dist/
ssh-pkcs11.c 67 struct pkcs11_slotinfo *slotinfo; member in struct:pkcs11_provider
117 if (p->slotinfo[i].session &&
119 p->slotinfo[i].session)) != CKR_OK)
144 free(p->slotinfo);
205 session = p->slotinfo[slotidx].session;
285 &k11->provider->slotinfo[k11->slotidx], type);
307 si = &k11->provider->slotinfo[k11->slotidx];
344 si = &k11->provider->slotinfo[k11->slotidx];
575 si = &k11->provider->slotinfo[k11->slotidx];
664 si = &k11->provider->slotinfo[k11->slotidx]
    [all...]

Completed in 17 milliseconds