kscmp
static int kscmp(kstat_t *, kstat_t *);
while (kscmp(disk->ks, comp->next->ks) > 0) {
while (kscmp(disk->ks, comp->next->ks) > 0)
while (kscmp(&iodev->ks, &comp->next->ks) > 0)