Searched defs:scratch_prop (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/svc/
H A Dipfd.c100 static scf_property_t *scratch_prop; variable
227 if (scf_pg_get_property(pg, pname, scratch_prop) == -1 ||
228 scf_property_get_value(scratch_prop, v) == -1) {
661 scratch_prop = scf_property_create(h);
665 scratch_prop == NULL || scratch_v == NULL) {

Completed in 45 milliseconds