Searched defs:kstat_read (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libkstat/common/
H A Dkstat.c104 kstat_read(kstat_ctl_t *kc, kstat_t *ksp, void *data) function
233 * by doing a kstat_read() of this kstat. The only fields the
237 * and ks_data_size = 0, so that kstat_read() will automatically
244 kcid = kstat_read(kc, &k0, NULL);
247 /* errno set by kstat_read() */

Completed in 61 milliseconds