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

/osnet-11/usr/src/lib/libkstat/common/
H A Dkstat.c368 kstat_read(kstat_ctl_t *kc, kstat_t *ksp, void *data) function
496 * by doing a kstat_read() of this kstat. The only fields the
500 * and ks_data_size = 0, so that kstat_read() will automatically
507 kcid = kstat_read(kc, &k0, NULL);
510 /* errno set by kstat_read() */

Completed in 16 milliseconds