Searched refs:maxslot (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/dev/fdt/
H A Dfdt_pci.c529 fdt_pci_config_bus(device_t dev, int bus, int maxslot)
534 for (slot = 0; slot <= maxslot; slot++)
545 int bus, error, maxslot;
568 maxslot = PCIB_MAXSLOTS(dev);
570 bus = fdt_pci_config_bus(dev, bus, maxslot);
/freebsd-10.0-release/sys/powerpc/mpc85xx/
H A Dpci_fdt.c235 int maxslot; local
303 maxslot = (sc->sc_pcie) ? 0 : PCI_SLOTMAX;
304 fsl_pcib_init(sc, sc->sc_busnr, maxslot);
577 fsl_pcib_init(struct fsl_pcib_softc *sc, int bus, int maxslot) argument
589 for (slot = 0; slot <= maxslot; slot++) {
/freebsd-10.0-release/sys/arm/mv/
H A Dmv_pci.c590 mv_pcib_init(struct mv_pcib_softc *sc, int bus, int maxslot) argument
595 for (slot = 0; slot <= maxslot; slot++) {
/freebsd-10.0-release/sys/fs/nfs/
H A Dnfs_commonsubs.c3653 struct nfsslot *slots, struct mbuf **reply, uint16_t maxslot)
3659 if (slotid > maxslot)
3700 int i, maxslot, slotpos; local
3706 maxslot = -1;
3728 maxslot = i;
3733 KASSERT(maxslot >= 0, ("nfscl_setsequence neg maxslot"));
3742 *tl++ = txdr_unsigned(maxslot);
3652 nfsv4_seqsession(uint32_t seqid, uint32_t slotid, uint32_t highslot, struct nfsslot *slots, struct mbuf **reply, uint16_t maxslot) argument

Completed in 171 milliseconds