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

/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_impl.h166 scf_instance_t *sr_inst; member in struct:scf_resources
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c69 scf_instance_t *sr_inst; member in struct:scf_resources
300 scf_instance_destroy(res->sr_inst);
327 res->sr_inst = NULL;
341 if ((res->sr_inst = scf_instance_create(res->sr_handle)) == NULL) {
345 res->sr_inst, NULL, NULL, SCF_DECODE_FMRI_REQUIRE_INSTANCE) != 0) {
351 if (scf_instance_get_snapshot(res->sr_inst, "running",
405 if (scf_instance_get_pg_composed(res->sr_inst,
605 if (scf_instance_add_pg(res.sr_inst, pg, SCF_GROUP_APPLICATION,
609 if (scf_instance_get_pg_composed(res.sr_inst, NULL, pg,
638 if (scf_instance_add_pg(res.sr_inst, p
[all...]

Completed in 66 milliseconds