Home
last modified time | relevance | path

Searched refs:maxdrives (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/systat/
H A Ddevs.c361 dslabel(int maxdrives, int diskcol, int diskrow) in dslabel() argument
377 for (i = 0; i < num_devices && j < maxdrives; i++) in dslabel()
424 dsshow(int maxdrives, int diskcol, int diskrow, struct statinfo *now, struct statinfo *then) in dsshow() argument
428 for (i = 0, lc = 0; i < num_devices && lc < maxdrives; i++) in dsshow()