nslots 416 dev/pci/musycc.c int i, nslots = 0, off, scale; nslots 463 dev/pci/musycc.c nslots++; nslots 472 dev/pci/musycc.c return (nslots); nslots 476 dev/pci/musycc.c musycc_set_chandesc(struct musycc_group *mg, int chan, int nslots, int proto) nslots 482 dev/pci/musycc.c mg->mg_channels[chan]->cc_ifp->if_xname, nslots, proto)); nslots 484 dev/pci/musycc.c if (nslots == 0 || nslots > 32) nslots 487 dev/pci/musycc.c n = 64 - 2 * nslots; nslots 501 dev/pci/musycc.c MUSYCC_CHAN_BUFLEN_SET(nslots * 2 - 1) | nslots 504 dev/pci/musycc.c MUSYCC_CHAN_BUFLEN_SET(nslots * 2 - 1) | nslots 517 dev/pci/musycc.c int nslots, rv, s; nslots 539 dev/pci/musycc.c nslots = musycc_set_tsmap(mg, cc, slot); nslots 540 dev/pci/musycc.c if (nslots == -1) { nslots 543 dev/pci/musycc.c } else if (nslots == 0) { nslots 548 dev/pci/musycc.c if ((rv = musycc_set_chandesc(mg, cc->cc_channel, nslots, nslots 75 dev/pci/sdhc_pci.c int nslots; nslots 110 dev/pci/sdhc_pci.c nslots = SDHC_PCI_NUM_SLOTS(slotinfo); nslots 114 dev/pci/sdhc_pci.c sizeof(struct sdhc_host *) * nslots, M_DEVBUF, M_WAITOK); nslots 119 dev/pci/sdhc_pci.c reg < SDHC_PCI_BAR_END && nslots > 0; nslots 120 dev/pci/sdhc_pci.c reg += sizeof(u_int32_t), nslots--) { nslots 234 dev/usb/ohci.c int nslots; nslots 3089 dev/usb/ohci.c int nslots = opipe->u.intr.nslots; nslots 3096 dev/usb/ohci.c pipe, nslots, pos)); nslots 3113 dev/usb/ohci.c for (j = 0; j < nslots; j++) nslots 3114 dev/usb/ohci.c --sc->sc_bws[(pos * nslots + j) % OHCI_NO_INTRS]; nslots 3124 dev/usb/ohci.c u_int npoll, slow, shigh, nslots; nslots 3152 dev/usb/ohci.c nslots = OHCI_NO_INTRS / npoll; nslots 3155 dev/usb/ohci.c for (j = 0; j < nslots; j++) nslots 3156 dev/usb/ohci.c bw += sc->sc_bws[(i * nslots + j) % OHCI_NO_INTRS]; nslots 3173 dev/usb/ohci.c for (j = 0; j < nslots; j++) nslots 3174 dev/usb/ohci.c ++sc->sc_bws[(best * nslots + j) % OHCI_NO_INTRS]; nslots 3175 dev/usb/ohci.c opipe->u.intr.nslots = nslots; nslots 276 scsi/safte.c config.npwrsup, config.nslots, config.doorlock, config.ntemps, nslots 282 scsi/safte.c config.nslots * sizeof(u_int8_t) + /* device scsi id (lun) */ nslots 334 scsi/safte.c sc->sc_nslots = config.nslots; nslots 337 scsi/safte.c j += config.nslots; nslots 77 scsi/safte.h u_int8_t nslots; /* number of device slots */ nslots 114 ufs/ufs/ufs_dirhash.c int dirblocks, i, j, memreqd, nblocks, narrays, nslots, slot; nslots 141 ufs/ufs/ufs_dirhash.c nslots = DIP(ip, size) / DIRECTSIZ(1); nslots 142 ufs/ufs/ufs_dirhash.c nslots = (nslots * 3 + 1) / 2; nslots 143 ufs/ufs/ufs_dirhash.c narrays = howmany(nslots, DH_NBLKOFF); nslots 144 ufs/ufs/ufs_dirhash.c nslots = narrays * DH_NBLKOFF; nslots 193 ufs/ufs/ufs_dirhash.c dh->dh_hlen = nslots; nslots 1579 uvm/uvm_swap.c uvm_swap_alloc(nslots, lessok) nslots 1580 uvm/uvm_swap.c int *nslots; /* IN/OUT */ nslots 1608 uvm/uvm_swap.c if (sdp->swd_npginuse + *nslots > sdp->swd_npages) nslots 1610 uvm/uvm_swap.c if (extent_alloc(sdp->swd_ex, *nslots, EX_NOALIGN, 0, nslots 1621 uvm/uvm_swap.c sdp->swd_npginuse += *nslots; nslots 1622 uvm/uvm_swap.c uvmexp.swpginuse += *nslots; nslots 1627 uvm/uvm_swap.c *nslots, result + sdp->swd_drumoffset, 0, 0); nslots 1633 uvm/uvm_swap.c if (*nslots > 1 && lessok) { nslots 1634 uvm/uvm_swap.c *nslots = 1; nslots 1649 uvm/uvm_swap.c uvm_swap_markbad(startslot, nslots) nslots 1651 uvm/uvm_swap.c int nslots; nslots 1665 uvm/uvm_swap.c sdp->swd_npgbad += nslots; nslots 1678 uvm/uvm_swap.c uvm_swap_free(startslot, nslots) nslots 1680 uvm/uvm_swap.c int nslots; nslots 1685 uvm/uvm_swap.c UVMHIST_LOG(pdhist, "freeing %ld slots starting at %ld", nslots, nslots 1706 uvm/uvm_swap.c KASSERT(sdp->swd_npginuse >= nslots); nslots 1707 uvm/uvm_swap.c if (extent_free(sdp->swd_ex, startslot - sdp->swd_drumoffset, nslots, nslots 1710 uvm/uvm_swap.c nslots); nslots 1713 uvm/uvm_swap.c sdp->swd_npginuse -= nslots; nslots 1714 uvm/uvm_swap.c uvmexp.swpginuse -= nslots; nslots 1720 uvm/uvm_swap.c for (i = 0; i < nslots; i++) nslots 1725 uvm/uvm_swap.c uvm_swap_markdecrypt(sdp, startslot, nslots, 0);