/src/sys/arch/alpha/pci/ |
tsc.c | 114 int nbus; local in function:tscattach 125 nbus = 1 + (CSC_BC(csc) >= 2); 130 nbus, nbus > 1 ? "es" : "", 16 + 16 * ((csc & CSC_AW) != 0));
|
tsc.c | 114 int nbus; local in function:tscattach 125 nbus = 1 + (CSC_BC(csc) >= 2); 130 nbus, nbus > 1 ? "es" : "", 16 + 16 * ((csc & CSC_AW) != 0));
|
/src/sys/dev/ic/ |
cissvar.h | 54 int ccblen, maxcmd, maxsg, nbus, ndrives, maxunits; member in struct:ciss_softc
|
cissvar.h | 54 int ccblen, maxcmd, maxsg, nbus, ndrives, maxunits; member in struct:ciss_softc
|
/src/sys/arch/prep/prep/ |
platform.c | 288 int devfunc, nbus, size, i, found = 0, nrofpcidevs = 0; local in function:setup_pciintr_map 301 nbus = count_pnp_devices("PNP0A03"); 302 for (i = 0; i < nbus; i++) {
|
platform.c | 288 int devfunc, nbus, size, i, found = 0, nrofpcidevs = 0; local in function:setup_pciintr_map 301 nbus = count_pnp_devices("PNP0A03"); 302 for (i = 0; i < nbus; i++) {
|
/src/sys/dev/pci/ |
pci_resource.c | 958 u_int nbus; local in function:pci_resource_probe 963 nbus = endbus - startbus + 1; 968 pr->pr_bus = kmem_zalloc(nbus * sizeof(pr->pr_bus[0]), KM_SLEEP);
|
pci_resource.c | 958 u_int nbus; local in function:pci_resource_probe 963 nbus = endbus - startbus + 1; 968 pr->pr_bus = kmem_zalloc(nbus * sizeof(pr->pr_bus[0]), KM_SLEEP);
|