Home
last modified time | relevance | path

Searched defs:kstat_named_s (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkstat.h130 typedef struct kstat_named_s { struct
131 char name[KSTAT_STRLEN]; /* name of counter */
132 uchar_t data_type; /* data type */
133 union {
148 } value;
/freebsd-src/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkstat.h140 typedef struct kstat_named_s { struct
141 char name[KSTAT_STRLEN]; /* name of counter */
142 uchar_t data_type; /* data type */
143 union {
158 } value;