Home
last modified time | relevance | path

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

/titanic_41/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()
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()
[all …]
/titanic_41/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_impl.h166 scf_instance_t *sr_inst; member
H A Dipmgmt_persist.c1428 scf_instance_destroy(res->sr_inst); in ipmgmt_release_scf_resources()
1443 res->sr_inst = NULL; in ipmgmt_create_scf_resources()
1455 if ((res->sr_inst = scf_instance_create(res->sr_handle)) == NULL) in ipmgmt_create_scf_resources()
1458 res->sr_inst, NULL, NULL, SCF_DECODE_FMRI_REQUIRE_INSTANCE) != 0) { in ipmgmt_create_scf_resources()
1587 if (scf_instance_add_pg(res->sr_inst, pgname, SCF_GROUP_APPLICATION, in ipmgmt_set_scfprop()
1599 if (scf_instance_get_pg_composed(res->sr_inst, NULL, pgname, in ipmgmt_set_scfprop()