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

/illumos-gate/usr/src/cmd/kvmstat/
H A Dkvmstat.c60 } kstat_instance_t; typedef in typeref:struct:kstat_instance
104 kstat_instance_t *l = *((kstat_instance_t **)lhs);
105 kstat_instance_t *r = *((kstat_instance_t **)rhs);
121 kstat_instances_update(kstat_ctl_t *kcp, kstat_instance_t **head,
125 kstat_instance_t **sorted, *ksi, *next;
139 kstat_instance_t *last = NULL;
166 if ((ksi = malloc(sizeof (kstat_instance_t))) == NULL)
169 bzero(ksi, sizeof (kstat_instance_t));
[all...]

Completed in 43 milliseconds