Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c71 scf_propertygroup_t *sr_pg; member
298 scf_pg_destroy(res->sr_pg); in release_scf_resources()
329 res->sr_pg = NULL; in create_scf_resources()
581 if (scf_pg_update(res->sr_pg) == -1) { in set_property_value()
606 SCF_PG_FLAG_NONPERSISTENT, res.sr_pg) != 0) { in nwamd_set_count_property()
610 res.sr_pg) != 0) in nwamd_set_count_property()
639 SCF_PG_FLAG_NONPERSISTENT, res.sr_pg) != 0) { in nwamd_set_string_property()
643 res.sr_pg) != 0) in nwamd_set_string_property()
677 SCF_PG_FLAG_NONPERSISTENT, res.sr_pg) != 0) { in nwamd_delete_scf_property()
681 res.sr_pg) != 0) in nwamd_delete_scf_property()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c1699 scf_pg_destroy(res->sr_pg); in ipmgmt_release_scf_resources()
1716 res->sr_pg = NULL; in ipmgmt_create_scf_resources()
1780 new = (scf_pg_get_property(res->sr_pg, pname, res->sr_prop) != 0); in ipmgmt_set_scfprop_value()
1781 if (scf_transaction_start(res->sr_tx, res->sr_pg) == -1) in ipmgmt_set_scfprop_value()
1801 if (scf_pg_update(res->sr_pg) == -1) { in ipmgmt_set_scfprop_value()
1855 if ((res->sr_pg = scf_pg_create(res->sr_handle)) == NULL) { in ipmgmt_set_scfprop()
1862 0, res->sr_pg) != 0) { in ipmgmt_set_scfprop()
1874 res->sr_pg) != 0) { in ipmgmt_set_scfprop()
H A Dipmgmt_impl.h177 scf_propertygroup_t *sr_pg; member