OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nbus
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/ic/
cissvar.h
54
int ccblen, maxcmd, maxsg,
nbus
, ndrives, maxunits;
member in struct:ciss_softc
ciss.c
413
sc->
nbus
= inq->nscsi_bus;
1154
for (i = 0; i < sc->
nbus
; i++)
/src/sys/arch/alpha/pci/
tsc.c
114
int
nbus
;
local
125
nbus
= 1 + (CSC_BC(csc) >= 2);
130
nbus
,
nbus
> 1 ? "es" : "", 16 + 16 * ((csc & CSC_AW) != 0));
/src/sys/arch/prep/prep/
platform.c
288
int devfunc,
nbus
, size, i, found = 0, nrofpcidevs = 0;
local
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
963
nbus
= endbus - startbus + 1;
968
pr->pr_bus = kmem_zalloc(
nbus
* sizeof(pr->pr_bus[0]), KM_SLEEP);
Completed in 18 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026