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 in struct:scf_resources
297 scf_property_destroy(res->sr_prop);
330 res->sr_prop = NULL;
358 if ((res->sr_prop = scf_property_create(res->sr_handle)) == NULL) {
409 if (scf_pg_get_property(res->sr_pg, prop, res->sr_prop) != 0) {
412 if (scf_property_get_value(res->sr_prop, res->sr_val) != 0) {
557 new = (scf_pg_get_property(res->sr_pg, propname, res->sr_prop) != 0);
685 if (scf_pg_get_property(res.sr_pg, prop, res.sr_prop) != 0)
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_impl.h168 scf_property_t *sr_prop; member in struct:scf_resources
H A Dipmgmt_persist.c1430 scf_property_destroy(res->sr_prop);
1449 res->sr_prop = NULL;
1508 if ((res->sr_prop = scf_property_create(res->sr_handle)) == NULL)
1512 new = (scf_pg_get_property(res->sr_pg, pname, res->sr_prop) != 0);

Completed in 106 milliseconds