Searched defs:kstat_named (Results 1 – 1 of 1) sorted by relevance
451 typedef struct kstat_named { struct452 char name[KSTAT_STRLEN]; /* name of counter */453 uchar_t data_type; /* data type */454 union {492 } kstat_named_t; argument