/src/usr.bin/vmstat/ |
drvstats.c | 59 size_t ndrive = 0; variable in typeref:typename:size_t 94 for (i = 0; i < ndrive; i++) { 187 size = ndrive * sizeof(struct io_sysctl); 199 for (i = 0, j = 0; i < ndrive && j < count; i++) { 228 ndrive = j; 328 ndrive = size / sizeof(struct io_sysctl); 339 cur.time = calloc(ndrive, sizeof(struct timeval)); 340 cur.wait = calloc(ndrive, sizeof(struct timeval)); 341 cur.waitsum = calloc(ndrive, sizeof(struct timeval)); 342 cur.busysum = calloc(ndrive, sizeof(struct timeval)) [all...] |
drvstats.c | 59 size_t ndrive = 0; variable in typeref:typename:size_t 94 for (i = 0; i < ndrive; i++) { 187 size = ndrive * sizeof(struct io_sysctl); 199 for (i = 0, j = 0; i < ndrive && j < count; i++) { 228 ndrive = j; 328 ndrive = size / sizeof(struct io_sysctl); 339 cur.time = calloc(ndrive, sizeof(struct timeval)); 340 cur.wait = calloc(ndrive, sizeof(struct timeval)); 341 cur.waitsum = calloc(ndrive, sizeof(struct timeval)); 342 cur.busysum = calloc(ndrive, sizeof(struct timeval)) [all...] |
/src/sys/arch/sandpoint/stand/altboot/ |
dsk.c | 116 static int ndrive = 0; local in function:disk_scan 119 for (n = 0; n < 4 && ndrive < MAX_UNITS; n++) { 126 d = &ldisk[ndrive]; 129 d->unittag = ndrive; 134 ndrive += 1;
|
dsk.c | 116 static int ndrive = 0; local in function:disk_scan 119 for (n = 0; n < 4 && ndrive < MAX_UNITS; n++) { 126 d = &ldisk[ndrive]; 129 d->unittag = ndrive; 134 ndrive += 1;
|