Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c1480 uint64_t active_val; in lxml_get_type() local
1525 active_val = 1; in lxml_get_type()
1527 active_val = 0; in lxml_get_type()
1535 p = internal_property_create(propname, SCF_TYPE_BOOLEAN, 1, active_val); in lxml_get_type()