Searched defs:stability_prop (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c12814 scf_property_t *stability_prop; local
12820 if ((stability_prop = scf_property_create(g_hndl)) == NULL ||
12826 stability_prop) == 0) {
12827 if (prop_check_type(stability_prop,
12829 prop_get_val(stability_prop, stability_val) == 0) {
12848 scf_property_destroy(stability_prop);

Completed in 130 milliseconds