Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libscf/inc/
H A Dlibscf.h338 #define SCF_PROPERTY_STABILITY ((const char *)"stability") macro
/titanic_50/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c9205 if (strcmp(exp_str, SCF_PROPERTY_STABILITY) == 0) { in export_pg()
9356 } else if (strcmp(exp_str, SCF_PROPERTY_STABILITY) == 0) { in export_dependency()
9641 } else if (strcmp(exp_str, SCF_PROPERTY_STABILITY) == 0) { in export_method()
9987 } else if (strcmp(exp_str, SCF_PROPERTY_STABILITY) == 0) { in export_dependent()
12812 if (scf_pg_get_property(pg, SCF_PROPERTY_STABILITY, in list_pg_tmpl()
H A Dsvccfg_xml.c827 return (new_str_prop_from_attr(pgrp, SCF_PROPERTY_STABILITY, in lxml_get_pgroup_stability()