Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c69 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()
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()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_impl.h176 scf_instance_t *sr_inst; member
H A Dipmgmt_persist.c1700 scf_instance_destroy(res->sr_inst); in ipmgmt_release_scf_resources()
1715 res->sr_inst = NULL; in ipmgmt_create_scf_resources()
1727 if ((res->sr_inst = scf_instance_create(res->sr_handle)) == NULL) in ipmgmt_create_scf_resources()
1730 res->sr_inst, NULL, NULL, SCF_DECODE_FMRI_REQUIRE_INSTANCE) != 0) { in ipmgmt_create_scf_resources()
1861 if (scf_instance_add_pg(res->sr_inst, pgname, SCF_GROUP_APPLICATION, in ipmgmt_set_scfprop()
1873 if (scf_instance_get_pg_composed(res->sr_inst, NULL, pgname, in ipmgmt_set_scfprop()