Home
last modified time | relevance | path

Searched refs:ks_pattern_t (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/stat/kstat/
H A Dkstat.h194 } ks_pattern_t; typedef
198 ks_pattern_t ks_module;
199 ks_pattern_t ks_instance;
200 ks_pattern_t ks_name;
201 ks_pattern_t ks_statistic;
207 static boolean_t ks_match(const char *, ks_pattern_t *);
H A Dkstat.c81 static ks_pattern_t g_ks_class = {"*", 0};
542 ks_match(const char *str, ks_pattern_t *pattern) in ks_match()