nports 297 dev/audio.c sc->sc_inports.nports = 0;
nports 301 dev/audio.c sc->sc_outports.nports = 0;
nports 427 dev/audio.c ports->aumask[ports->nports] = tbl[i].mask;
nports 428 dev/audio.c ports->misel [ports->nports] = mi->un.e.member[j].ord;
nports 429 dev/audio.c ports->miport[ports->nports++] =
nports 442 dev/audio.c ports->aumask[ports->nports] = tbl[i].mask;
nports 443 dev/audio.c ports->misel [ports->nports] = mi->un.s.member[j].mask;
nports 444 dev/audio.c ports->miport[ports->nports++] =
nports 2271 dev/audio.c for(i = 0; i < ports->nports; i++) {
nports 2288 dev/audio.c for(i = 0; i < ports->nports; i++) {
nports 2347 dev/audio.c for(i = 0; i < ports->nports; i++) {
nports 2364 dev/audio.c for(i = 0; i < ports->nports; i++) {
nports 2414 dev/audio.c for(i = 0; i < ports->nports; i++)
nports 2423 dev/audio.c for(i = 0; i < ports->nports; i++)
nports 2450 dev/audio.c for(i = 0; i < ports->nports; i++)
nports 2454 dev/audio.c for(i = 0; i < ports->nports; i++)
nports 79 dev/audiovar.h int nports;
nports 140 dev/usb/uhub.c int p, port, nports, nremov, pwrdly;
nports 173 dev/usb/uhub.c nports = hubdesc.bNbrPorts;
nports 174 dev/usb/uhub.c if (!err && nports > 7) {
nports 175 dev/usb/uhub.c USETW(req.wLength, USB_HUB_DESCRIPTOR_SIZE + (nports+1) / 8);
nports 184 dev/usb/uhub.c for (nremov = 0, port = 1; port <= nports; port++)
nports 190 dev/usb/uhub.c sc->sc_dev.dv_xname, nports, nports != 1 ? "s" : "",
nports 201 dev/usb/uhub.c if (nports == 0) {
nports 206 dev/usb/uhub.c hub = malloc(sizeof(*hub) + (nports-1) * sizeof(struct usbd_port),
nports 284 dev/usb/uhub.c tts = malloc((UHUB_IS_SINGLE_TT(sc) ? 1 : nports) *
nports 290 dev/usb/uhub.c for (p = 0; p < nports; p++) {
nports 314 dev/usb/uhub.c for (port = 1; port <= nports; port++) {
nports 517 dev/usb/uhub.c int nports, port, i;
nports 526 dev/usb/uhub.c nports = hub->hubdesc.bNbrPorts;
nports 527 dev/usb/uhub.c for(port = 0; port < nports; port++) {
nports 549 dev/usb/uhub.c int port, nports;
nports 559 dev/usb/uhub.c nports = hub->hubdesc.bNbrPorts;
nports 560 dev/usb/uhub.c for(port = 0; port < nports; port++) {