Home
last modified time | relevance | path

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

/titanic_41/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()
355 if ((res->sr_pg = scf_pg_create(res->sr_handle)) == NULL) { in create_scf_resources()
406 running ? res->sr_snap : NULL, pg, res->sr_pg) != 0) { in get_property_value()
409 if (scf_pg_get_property(res->sr_pg, prop, res->sr_prop) != 0) { in get_property_value()
557 new = (scf_pg_get_property(res->sr_pg, propname, res->sr_prop) != 0); in set_property_value()
559 if (scf_transaction_start(res->sr_tx, res->sr_pg) == -1) { in set_property_value()
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()
[all …]
/titanic_41/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c1427 scf_pg_destroy(res->sr_pg); in ipmgmt_release_scf_resources()
1444 res->sr_pg = NULL; in ipmgmt_create_scf_resources()
1508 new = (scf_pg_get_property(res->sr_pg, pname, res->sr_prop) != 0); in ipmgmt_set_scfprop_value()
1509 if (scf_transaction_start(res->sr_tx, res->sr_pg) == -1) in ipmgmt_set_scfprop_value()
1529 if (scf_pg_update(res->sr_pg) == -1) { in ipmgmt_set_scfprop_value()
1581 if ((res->sr_pg = scf_pg_create(res->sr_handle)) == NULL) { in ipmgmt_set_scfprop()
1588 0, res->sr_pg) != 0) { in ipmgmt_set_scfprop()
1600 res->sr_pg) != 0) { in ipmgmt_set_scfprop()
H A Dipmgmt_impl.h167 scf_propertygroup_t *sr_pg; member