Lines Matching refs:sr_inst
69 scf_instance_t *sr_inst; member
300 scf_instance_destroy(res->sr_inst); in release_scf_resources()
327 res->sr_inst = NULL; in create_scf_resources()
341 if ((res->sr_inst = scf_instance_create(res->sr_handle)) == NULL) { in create_scf_resources()
345 res->sr_inst, NULL, NULL, SCF_DECODE_FMRI_REQUIRE_INSTANCE) != 0) { in create_scf_resources()
351 if (scf_instance_get_snapshot(res->sr_inst, "running", in create_scf_resources()
405 if (scf_instance_get_pg_composed(res->sr_inst, in get_property_value()
605 if (scf_instance_add_pg(res.sr_inst, pg, SCF_GROUP_APPLICATION, in nwamd_set_count_property()
609 if (scf_instance_get_pg_composed(res.sr_inst, NULL, pg, in nwamd_set_count_property()
638 if (scf_instance_add_pg(res.sr_inst, pg, SCF_GROUP_APPLICATION, in nwamd_set_string_property()
642 if (scf_instance_get_pg_composed(res.sr_inst, NULL, pg, in nwamd_set_string_property()
676 if (scf_instance_add_pg(res.sr_inst, pg, SCF_GROUP_APPLICATION, in nwamd_delete_scf_property()
680 if (scf_instance_get_pg_composed(res.sr_inst, NULL, pg, in nwamd_delete_scf_property()