Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c12801 scf_property_t *stability_prop; in list_pg_tmpl() local
12807 if ((stability_prop = scf_property_create(g_hndl)) == NULL || in list_pg_tmpl()
12813 stability_prop) == 0) { in list_pg_tmpl()
12814 if (prop_check_type(stability_prop, in list_pg_tmpl()
12816 prop_get_val(stability_prop, stability_val) == 0) { in list_pg_tmpl()
12835 scf_property_destroy(stability_prop); in list_pg_tmpl()