OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ndrive
(Results
1 - 2
of
2
) sorted by relevancy
/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
...]
/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;
Completed in 29 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025