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

/macosx-10.10/system_cmds-643.1.1/sadc.tproj/
H A Dsadc.h65 struct drivestats struct
H A Dsadc.c95 static int record_device(io_registry_entry_t, struct drivestats *, int ndrives);
342 struct drivestats *dbuf;
350 bufsize = ndrives * sizeof(struct drivestats);
352 dbuf = (struct drivestats *)buf;
401 drivestats_record.rec_size = sizeof (struct drivestats);
403 write_record_data((char *)buf, (i * sizeof(struct drivestats)));
419 record_device(io_registry_entry_t drive, struct drivestats* drivestat, int ndrives)
/macosx-10.10/system_cmds-643.1.1/iostat.tproj/
H A Diostat.c146 struct drivestats { struct
155 static struct drivestats drivestat[MAXDRIVES];
845 qsort(drivestat, num_devices, sizeof(struct drivestats), &compare_drivestats);
873 memmove(&drivestat[i], &drivestat[i+1], sizeof(struct drivestats)*(MAXDRIVES-i));
877 qsort(drivestat, num_devices, sizeof(struct drivestats), &compare_drivestats);
989 struct drivestats* a = (struct drivestats*)pa;
990 struct drivestats* b = (struct drivestats*)pb;
/macosx-10.10/system_cmds-643.1.1/sar.tproj/
H A Dsar.c1261 struct drivestats *databuf;
1271 if (hdr->rec_size != sizeof(struct drivestats))
1279 if ((databuf = (struct drivestats *)malloc(datasize)) == NULL)
1623 if (dflag) /* print drivestats averages */

Completed in 81 milliseconds