OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ndevs
(Results
1 - 25
of
43
) sorted by relevancy
1
2
/src/sys/arch/rs6000/stand/boot/
conf.c
44
int
ndevs
= (sizeof (devsw) / sizeof (devsw[0]));
variable in typeref:typename:int
/src/sys/arch/bebox/stand/boot/
conf.c
62
int
ndevs
= sizeof(devsw) / sizeof(devsw[0]);
variable in typeref:typename:int
/src/sys/arch/i386/stand/boot/
conf.c
58
int
ndevs
= sizeof(devsw) / sizeof(struct devsw);
variable in typeref:typename:int
/src/sys/arch/landisk/stand/boot/
conf.c
49
int
ndevs
= sizeof(devsw) / sizeof(devsw[0]);
variable in typeref:typename:int
/src/sys/arch/prep/stand/boot/
conf.c
50
int
ndevs
= (sizeof (devsw) / sizeof (devsw[0]));
variable in typeref:typename:int
/src/sys/arch/sun68k/stand/bootxx/
conf.c
9
int
ndevs
= 1;
variable in typeref:typename:int
/src/sys/arch/sun68k/stand/bootyy/
conf.c
9
int
ndevs
= 1;
variable in typeref:typename:int
/src/sys/arch/mvme68k/stand/bootst/
conf.c
15
int
ndevs
= 1;
variable in typeref:typename:int
/src/sys/arch/sun68k/stand/netboot/
conf.c
19
int
ndevs
= 1;
variable in typeref:typename:int
/src/sys/arch/sun68k/stand/tapeboot/
conf.c
15
int
ndevs
= 1;
variable in typeref:typename:int
/src/sys/arch/sun68k/stand/ufsboot/
conf.c
17
int
ndevs
= 1;
variable in typeref:typename:int
/src/sys/arch/vax/boot/boot/
conf.c
83
int
ndevs
= (sizeof(devsw)/sizeof(devsw[0]));
variable in typeref:typename:int
/src/sys/arch/alpha/stand/netboot/
conf.c
18
int
ndevs
= 1;
variable in typeref:typename:int
/src/sys/arch/evbmips/stand/sbmips/netboot/
conf.c
18
int
ndevs
= 1;
variable in typeref:typename:int
/src/sys/arch/hpcmips/stand/lcboot/
conf.c
55
int
ndevs
= sizeof devsw / sizeof devsw[0];
variable in typeref:typename:int
/src/sys/arch/mvmeppc/stand/boot/
conf.c
19
int
ndevs
= sizeof(devsw) / sizeof(devsw[0]);
variable in typeref:typename:int
/src/sys/arch/sbmips/stand/netboot/
conf.c
18
int
ndevs
= 1;
variable in typeref:typename:int
/src/sys/arch/i386/stand/pxeboot/
conf.c
78
int
ndevs
= sizeof(devsw) / sizeof(devsw[0]);
variable in typeref:typename:int
/src/sys/arch/ia64/stand/ia64/efi/
conf.c
58
int
ndevs
= sizeof(devsw) / sizeof(struct devsw);
variable in typeref:typename:int
/src/sys/arch/ia64/stand/ia64/ski/
conf.c
77
int
ndevs
= sizeof(devsw) / sizeof(struct devsw);
variable in typeref:typename:int
/src/sys/arch/x68k/stand/boot/
conf.c
50
int
ndevs
= sizeof(devsw) / sizeof(devsw[0]);
variable in typeref:typename:int
/src/sys/arch/next68k/stand/boot/
conf.c
69
int
ndevs
= (sizeof(devsw)/sizeof(devsw[0]));
variable in typeref:typename:int
/src/sys/arch/luna68k/luna68k/
mainbus.c
77
int i,
ndevs
;
local in function:mainbus_attach
82
ndevs
= __arraycount(luna_devs);
85
for (i = 0; i <
ndevs
; i++) {
/src/sys/arch/ews4800mips/stand/common/
devopen.c
60
int
ndevs
= 1;
variable in typeref:typename:int
/src/sys/arch/hpcmips/stand/libsa/
devopen.c
50
int
ndevs
= sizeof(devsw) / sizeof(struct devsw);
variable in typeref:typename:int
Completed in 15 milliseconds
1
2
Indexes created Sun Sep 21 16:09:51 GMT 2025