Searched refs:mc_scf_gprop (Results 1 – 2 of 2) sorted by relevance
107 if (scf_pg_get_property(pg, propname, mgr_ctx->mc_scf_gprop) == -1) in svcctl_scm_pg_get_val()110 if (scf_property_is_type(mgr_ctx->mc_scf_gprop, ty) != SCF_SUCCESS) in svcctl_scm_pg_get_val()113 if (scf_property_get_value(mgr_ctx->mc_scf_gprop, in svcctl_scm_pg_get_val()800 mgr_ctx->mc_scf_gprop = scf_property_create(mgr_ctx->mc_scf_hdl); in svcctl_scm_scf_handle_init()804 (mgr_ctx->mc_scf_gprop == NULL) || in svcctl_scm_scf_handle_init()826 scf_property_destroy(mgr_ctx->mc_scf_gprop); in svcctl_scm_scf_handle_fini()
192 scf_property_t *mc_scf_gprop; /* Property */ member