/src/sys/arch/hp300/stand/common/ |
rominfo.h | 58 char ndrives; /* number of drives (FFFFFED8) */ member in struct:rominfo
|
/src/usr.bin/systat/ |
iostat.c | 128 size_t i, ndrives; local in function:numlabels 132 for (ndrives = 0, i = 0; i < ndrive; i++) 134 ndrives++; 136 regions = howmany(ndrives, DRIVESPERLINE);
|
/src/sys/dev/ic/ |
cissvar.h | 32 int ndrives; member in struct:ciss_ld 54 int ccblen, maxcmd, maxsg, nbus, ndrives, maxunits; member in struct:ciss_softc
|
/src/usr.sbin/iostat/ |
iostat.c | 207 int ch, hdrcnt, hdroffset, ndrives, lines; local in function:main 345 ndrives = selectdrives(argc, argv, 1); 346 if (ndrives == 0) { 361 lines = ndrives; 373 header(ndrives); 384 display(ndrives); 392 ndrives = selectdrives(argc, argv, 0); 404 header(int ndrives) 433 for (i = 0; i < ndrives; i++) { 456 for (i = 0; i < ndrives; i++) 939 int i, maxdrives, ndrives, tried; local in function:selectdrives [all...] |
/src/usr.bin/vmstat/ |
vmstat.c | 255 int ndrives; variable in typeref:typename:int 589 for (ndrives = 0; *argv; ++argv) { 598 ++ndrives; 609 for (i = 0; i < ndrive && ndrives < numdisks; i++) { 624 ++ndrives; 842 if (ndrives > 0) 844 ((ndrives > 1) ? "disks" : "disk"), 845 ((ndrives > 1) ? ndrives * 3 - 4 : 0), ""); 848 ndrives * 3, "") [all...] |