Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c143 scf_property_t *scf_prop; in prop_exists() local
147 scf_prop = scf_property_create(handles->main); in prop_exists()
148 if (scf_prop == NULL) { in prop_exists()
154 if (scf_pg_get_property(handles->config_pg, name, scf_prop) == 0) in prop_exists()
157 scf_property_destroy(scf_prop); in prop_exists()
167 scf_property_t *scf_prop; in get_debug() local
170 scf_prop = scf_property_create(handles->main); in get_debug()
171 if (scf_prop == NULL) { in get_debug()
183 if (scf_pg_get_property(handles->debug_pg, name, scf_prop) < 0) { in get_debug()
189 if (scf_property_get_value(scf_prop, value) < 0) { in get_debug()
[all …]