Searched refs:MAXDRIVES (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/system_cmds-643.1.1/iostat.tproj/
H A Diostat.c143 #define MAXDRIVES 16 /* most drives we will record */ macro
155 static struct drivestats drivestat[MAXDRIVES];
839 if (num_devices < MAXDRIVES) {
872 if (i < MAXDRIVES-1) {
873 memmove(&drivestat[i], &drivestat[i+1], sizeof(struct drivestats)*(MAXDRIVES-i));

Completed in 68 milliseconds