/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/bootxx/ |
conf.c | 12 int ndevs = __arraycount(devsw);
|
/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/mmeye/stand/boot/ |
conf.c | 48 int ndevs = __arraycount(devsw);
|
/src/sys/arch/mvme68k/stand/bootsd/ |
conf.c | 18 int ndevs = __arraycount(devsw);
|
/src/sys/arch/mvme68k/stand/bootst/ |
conf.c | 15 int ndevs = 1; variable in typeref:typename:int
|
/src/sys/arch/rs6000/stand/boot/ |
conf.c | 44 int ndevs = (sizeof (devsw) / sizeof (devsw[0])); variable in typeref:typename:int
|
/src/sys/arch/hpcmips/stand/lcboot/ |
devopen.c | 57 for (i = 0; i < ndevs; i++) { 65 for (i = 0; i < ndevs; i++) {
|
/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/mvmeppc/stand/boot/ |
conf.c | 19 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/sbmips/stand/netboot/ |
conf.c | 18 int ndevs = 1; variable in typeref:typename:int
|
/src/sys/arch/sgimips/stand/common/ |
iris_conf.c | 46 int ndevs = __arraycount(devsw);
|
/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/sbin/devpubd/ |
devpubd.c | 90 size_t i, ndevs; local in function:devpubd_eventhandler 92 for (ndevs = 0, i = 0; device[i] != NULL; i++) { 93 ++ndevs; 98 argv = calloc(3 + ndevs, sizeof(*argv)); 101 for (i = 0; i < ndevs; i++) { 230 size_t ndevs, i; local in function:devpubd_init 234 ndevs = 0; 236 ++ndevs; 238 devs = calloc(ndevs + 1, sizeof(*devs));
|
/src/sys/arch/hppa/stand/cdboot/ |
conf.c | 48 int ndevs = NENTS(devsw);
|
/src/sys/arch/i386/stand/pxeboot/ |
conf.c | 78 int ndevs = sizeof(devsw) / sizeof(devsw[0]); 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/mvme68k/stand/netboot/ |
conf.c | 19 int ndevs = __arraycount(devsw);
|
/src/sys/arch/zaurus/stand/zboot/ |
conf.c | 44 int ndevs = __arraycount(devsw);
|
/src/sys/arch/arc/stand/boot/ |
devopen.c | 125 for (dp = devsw, i = 0; i < ndevs; dp++, i++) 129 for (dp = devsw, i = 0; i < ndevs; dp++, i++)
|