Searched refs:maxslot (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/powerpc/mpc85xx/ |
| HD | pci_mpc85xx.c | 284 int error, maxslot, rid; in fsl_pcib_attach() local 352 maxslot = (sc->sc_pcie) ? 0 : PCI_SLOTMAX; in fsl_pcib_attach() 353 fsl_pcib_init(sc, sc->sc_busnr, maxslot); in fsl_pcib_attach() 557 fsl_pcib_init(struct fsl_pcib_softc *sc, int bus, int maxslot) in fsl_pcib_init() argument 567 for (slot = 0; slot <= maxslot; slot++) { in fsl_pcib_init()
|
| /NextBSD/sys/fs/nfs/ |
| HD | nfs_commonsubs.c | 4043 struct nfsslot *slots, struct mbuf **reply, uint16_t maxslot) in nfsv4_seqsession() argument 4050 if (slotid > maxslot) in nfsv4_seqsession() 4106 int error, maxslot, slotpos; in nfsv4_setsequence() local 4109 error = nfsv4_sequencelookup(nmp, sep, &slotpos, &maxslot, &slotseq, in nfsv4_setsequence() 4113 KASSERT(maxslot >= 0, ("nfscl_setsequence neg maxslot")); in nfsv4_setsequence() 4122 *tl++ = txdr_unsigned(maxslot); in nfsv4_setsequence() 4134 int i, maxslot, slotpos; in nfsv4_sequencelookup() local 4139 maxslot = -1; in nfsv4_sequencelookup() 4174 maxslot = i; in nfsv4_sequencelookup() 4180 *maxslotp = maxslot; in nfsv4_sequencelookup()
|
| /NextBSD/sys/mips/rt305x/ |
| HD | rt305x_pci.c | 805 rt305x_pcib_init(device_t dev, int bus, int maxslot) in rt305x_pcib_init() argument 810 for (slot = 0; slot <= maxslot; slot++) { in rt305x_pcib_init()
|
| /NextBSD/sys/arm/mv/ |
| HD | mv_pci.c | 754 mv_pcib_init(struct mv_pcib_softc *sc, int bus, int maxslot) in mv_pcib_init() argument 759 for (slot = 0; slot <= maxslot; slot++) { in mv_pcib_init()
|
| /NextBSD/sys/fs/nfsserver/ |
| HD | nfs_nfsdstate.c | 6016 int maxslot, slotpos; in nfsv4_setcbsequence() local 6024 (void)nfsv4_sequencelookup(NULL, &sep->sess_cbsess, &slotpos, &maxslot, in nfsv4_setcbsequence() 6026 KASSERT(maxslot >= 0, ("nfsv4_setcbsequence neg maxslot")); in nfsv4_setcbsequence() 6035 *tl++ = txdr_unsigned(maxslot); in nfsv4_setcbsequence()
|