Searched refs:lscf_property_import (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c2274 lscf_property_import(void *v, void *pvt) function
2594 if (uu_list_walk(p->sc_pgroup_props, lscf_property_import, &cbdata,
2649 r = lscf_property_import(cbdata.sc_enable, &cbdata);
2652 bad_error("lscf_property_import", r);
3050 r = lscf_property_import(new_p, &ctx);
3053 bad_error("lscf_property_import", r);
3075 r = lscf_property_import(new_p, &ctx);
3078 bad_error("lscf_property_import", r);

Completed in 68 milliseconds