Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c72 scf_property_t *sr_prop; member
297 scf_property_destroy(res->sr_prop); in release_scf_resources()
330 res->sr_prop = NULL; in create_scf_resources()
358 if ((res->sr_prop = scf_property_create(res->sr_handle)) == NULL) { in create_scf_resources()
409 if (scf_pg_get_property(res->sr_pg, prop, res->sr_prop) != 0) { in get_property_value()
412 if (scf_property_get_value(res->sr_prop, res->sr_val) != 0) { in get_property_value()
557 new = (scf_pg_get_property(res->sr_pg, propname, res->sr_prop) != 0); in set_property_value()
685 if (scf_pg_get_property(res.sr_pg, prop, res.sr_prop) != 0) in nwamd_delete_scf_property()
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_impl.h178 scf_property_t *sr_prop; member
H A Dipmgmt_persist.c1698 scf_property_destroy(res->sr_prop); in ipmgmt_release_scf_resources()
1717 res->sr_prop = NULL; in ipmgmt_create_scf_resources()
1776 if ((res->sr_prop = scf_property_create(res->sr_handle)) == NULL) in ipmgmt_set_scfprop_value()
1780 new = (scf_pg_get_property(res->sr_pg, pname, res->sr_prop) != 0); in ipmgmt_set_scfprop_value()