Searched refs:sr_inst (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | util.c | 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() [all …]
|
/titanic_44/usr/src/cmd/cmd-inet/lib/ipmgmtd/ |
H A D | ipmgmt_impl.h | 166 scf_instance_t *sr_inst; member
|
H A D | ipmgmt_persist.c | 1428 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()
|