sc_ncmds 652 dev/ic/ncr5380sbc.c sc->sc_ncmds++; sc_ncmds 806 dev/ic/ncr5380sbc.c sc->sc_ncmds--; sc_ncmds 2570 dev/ic/ncr5380sbc.c db_printf("sc_ncmds=%d\n", sc->sc_ncmds); sc_ncmds 142 dev/ic/ncr5380var.h volatile int sc_ncmds; sc_ncmds 390 dev/pci/ahci.c u_int sc_ncmds; sc_ncmds 616 dev/pci/ahci.c sc->sc_ncmds = AHCI_REG_CAP_NCS(cap); sc_ncmds 635 dev/pci/ahci.c AHCI_REG_CAP_NP(cap), sc->sc_ncmds, gen); sc_ncmds 693 dev/pci/ahci.c aaa.aaa_ncmds = sc->sc_ncmds; sc_ncmds 901 dev/pci/ahci.c ap->ap_ccbs = malloc(sizeof(struct ahci_ccb) * sc->sc_ncmds, M_DEVBUF, sc_ncmds 908 dev/pci/ahci.c bzero(ap->ap_ccbs, sizeof(struct ahci_ccb) * sc->sc_ncmds); sc_ncmds 912 dev/pci/ahci.c sc->sc_ncmds * sizeof(struct ahci_cmd_hdr)); sc_ncmds 914 dev/pci/ahci.c sc->sc_ncmds * sizeof(struct ahci_cmd_table)); sc_ncmds 930 dev/pci/ahci.c for (i = 0; i < sc->sc_ncmds; i++) {