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 in struct:scf_resources
298 scf_pg_destroy(res->sr_pg);
329 res->sr_pg = NULL;
355 if ((res->sr_pg = scf_pg_create(res->sr_handle)) == NULL) {
406 running ? res->sr_snap : NULL, pg, res->sr_pg) != 0) {
409 if (scf_pg_get_property(res->sr_pg, prop, res->sr_prop) != 0) {
557 new = (scf_pg_get_property(res->sr_pg, propname, res->sr_prop) != 0);
559 if (scf_transaction_start(res->sr_tx, res->sr_pg) == -1) {
581 if (scf_pg_update(res->sr_pg) == -1) {
606 SCF_PG_FLAG_NONPERSISTENT, res.sr_pg) !
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_impl.h167 scf_propertygroup_t *sr_pg; member in struct:scf_resources
H A Dipmgmt_persist.c1431 scf_pg_destroy(res->sr_pg);
1448 res->sr_pg = NULL;
1512 new = (scf_pg_get_property(res->sr_pg, pname, res->sr_prop) != 0);
1513 if (scf_transaction_start(res->sr_tx, res->sr_pg) == -1)
1533 if (scf_pg_update(res->sr_pg) == -1) {
1585 if ((res->sr_pg = scf_pg_create(res->sr_handle)) == NULL) {
1592 0, res->sr_pg) != 0) {
1604 res->sr_pg) != 0) {

Completed in 62 milliseconds