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

/illumos-gate/usr/src/uts/common/sys/
H A Dkstat.h91 int (*ks_snapshot)(struct kstat *, void *, int); member in struct:kstat
161 #define KSTAT_SNAPSHOT(k, buf, rw) (*(k)->ks_snapshot)((k), (buf), (rw))
272 * The ks_snapshot routine (see below) does not need to check for
382 * your own ks_snapshot routine. The routine you supply must have the
416 * (3) ks_snapshot return values are: 0 for success, EACCES if you
749 * ks_snapshot, ks_private, and ks_lock fields if necessary.
780 * sets the ks_lock, ks_update, ks_private, and ks_snapshot fields back

Completed in 57 milliseconds