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 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...]
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_impl.h166 scf_instance_t *sr_inst; member in struct:scf_resources
H A Dipmgmt_persist.c1432 scf_instance_destroy(res->sr_inst);
1447 res->sr_inst = NULL;
1459 if ((res->sr_inst = scf_instance_create(res->sr_handle)) == NULL)
1462 res->sr_inst, NULL, NULL, SCF_DECODE_FMRI_REQUIRE_INSTANCE) != 0) {
1591 if (scf_instance_add_pg(res->sr_inst, pgname, SCF_GROUP_APPLICATION,
1603 if (scf_instance_get_pg_composed(res->sr_inst, NULL, pgname,

Completed in 59 milliseconds