Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbe/common/
H A Dbe_zones.c605 char *active_str = NULL; in be_zone_get_active() local
618 != 0 || nvlist_lookup_string(propname, ZPROP_VALUE, &active_str) in be_zone_get_active()
623 if (strcmp(active_str, "on") == 0) in be_zone_get_active()
/titanic_41/usr/src/cmd/auditconfig/
H A Dauditconfig.c2790 char *active_str; in print_plugin() local
2794 if ((active_str = kva_match(plugin_kva, "active")) == NULL) { in print_plugin()
2800 plugin_active = (boolean_t)atoi(active_str); in print_plugin()