Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_zones.c618 char *active_str = NULL; in be_zone_get_active() local
631 != 0 || nvlist_lookup_string(propname, ZPROP_VALUE, &active_str) in be_zone_get_active()
636 if (strcmp(active_str, "on") == 0) in be_zone_get_active()
/illumos-gate/usr/src/cmd/auditconfig/
H A Dauditconfig.c2795 char *active_str; in print_plugin() local
2799 if ((active_str = kva_match(plugin_kva, "active")) == NULL) { in print_plugin()
2805 plugin_active = (boolean_t)atoi(active_str); in print_plugin()