Home
last modified time | relevance | path

Searched refs: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 || in pg_get_prop_value()
228 scf_property_get_value(scratch_prop, v) == -1) { in pg_get_prop_value()
661 scratch_prop = scf_property_create(h); in main()
665 scratch_prop == NULL || scratch_v == NULL) { in main()