Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h374 #define SCF_PROPERTY_STABILITY "stability" macro
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c9217 if (strcmp(exp_str, SCF_PROPERTY_STABILITY) == 0) { in export_pg()
9368 } else if (strcmp(exp_str, SCF_PROPERTY_STABILITY) == 0) { in export_dependency()
9661 } else if (strcmp(exp_str, SCF_PROPERTY_STABILITY) == 0) { in export_method()
10016 } else if (strcmp(exp_str, SCF_PROPERTY_STABILITY) == 0) { in export_dependent()
12847 if (scf_pg_get_property(pg, SCF_PROPERTY_STABILITY, in list_pg_tmpl()
H A Dsvccfg_xml.c828 return (new_str_prop_from_attr(pgrp, SCF_PROPERTY_STABILITY, in lxml_get_pgroup_stability()