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.h373 #define SCF_PROPERTY_STABILITY "stability" macro
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c9219 if (strcmp(exp_str, SCF_PROPERTY_STABILITY) == 0) { in export_pg()
9370 } else if (strcmp(exp_str, SCF_PROPERTY_STABILITY) == 0) { in export_dependency()
9663 } else if (strcmp(exp_str, SCF_PROPERTY_STABILITY) == 0) { in export_method()
10018 } else if (strcmp(exp_str, SCF_PROPERTY_STABILITY) == 0) { in export_dependent()
12849 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()