Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.h59 scf_propertygroup_t *debug_pg; member
H A Didmap_config.c174 if (scf_pg_get_property(handles->debug_pg, name, scf_prop) < 0) { in get_debug()
1419 if (scf_pg_update(handles->debug_pg) < 0) { in idmap_cfg_load_smf()
2006 !(handles->debug_pg = scf_pg_create(handles->main))) { in idmap_cfg_init()
2026 DEBUG_PG, handles->debug_pg) < 0) { in idmap_cfg_init()
2108 if (handles->debug_pg != NULL) in idmap_cfg_fini()
2109 scf_pg_destroy(handles->debug_pg); in idmap_cfg_fini()
2162 rc = set_val_integer(handles, handles->debug_pg, "config", 1); in upgrade_debug()
2165 rc = set_val_integer(handles, handles->debug_pg, "discovery", 1); in upgrade_debug()