Searched refs:ks_match (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/stat/kstat/
H A Dkstat.c542 ks_match(const char *str, ks_pattern_t *pattern) function
625 if (ks_match(kp->ks_module, &selector->ks_module) &&
626 ks_match(kp->ks_name, &selector->ks_name)) {
842 if (!(ks_match(ksi->ks_module, &selector->ks_module) &&
843 ks_match(ksi->ks_name, &selector->ks_name) &&
844 ks_match(ks_number, &selector->ks_instance) &&
845 ks_match(ksi->ks_class, &g_ks_class))) {
857 if (!ks_match(nvpair->name,
H A Dkstat.h207 static boolean_t ks_match(const char *, ks_pattern_t *);

Completed in 60 milliseconds