ks_match
if (ks_match(nvpair->name,
if (ks_match(next->name,
if (ks_match(kp->ks_module, &selector->ks_module) &&
ks_match(kp->ks_name, &selector->ks_name)) {
if (!(ks_match(ksi->ks_module, &selector->ks_module) &&
ks_match(ksi->ks_name, &selector->ks_name) &&
ks_match(ks_number, &selector->ks_instance) &&
ks_match(ksi->ks_class, &g_ks_class))) {
static boolean_t ks_match(const char *, ks_pattern_t *);