Lines Matching defs:k2
336 const kstat_t *k2 = a2;
338 if (k1->ks_kid < k2->ks_kid)
340 if (k1->ks_kid > k2->ks_kid)
342 return (kstat_zone_compare((ekstat_t *)k1, (ekstat_t *)k2));
349 const kstat_t *k2 = a2;
352 s = strcmp(k1->ks_module, k2->ks_module);
358 if (k1->ks_instance < k2->ks_instance)
360 if (k1->ks_instance > k2->ks_instance)
363 s = strcmp(k1->ks_name, k2->ks_name);
369 return (kstat_zone_compare((ekstat_t *)k1, (ekstat_t *)k2));