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

/illumos-gate/usr/src/uts/common/sys/
H A Dkstat.h58 * kcid = ioctl(kd, KSTAT_IOC_READ, kstat_t *);
59 * kcid = ioctl(kd, KSTAT_IOC_WRITE, kstat_t *);
93 } kstat_t; typedef in typeref:struct:kstat
131 * Each kstat consists of a header section (a kstat_t) and a data section.
330 * foo_kstat_update(kstat_t *ksp, int rw)
385 * int foo_kstat_snapshot(kstat_t *ksp, void *buf, int rw);
793 extern kstat_t *kstat_create(const char *, int, const char *, const char *,
795 extern kstat_t *kstat_create_zone(const char *, int, const char *,
797 extern void kstat_install(kstat_t *);
798 extern void kstat_delete(kstat_t *);
[all...]

Completed in 63 milliseconds