Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/idmap/idmapd/
H A Didmap_config.h61 scf_propertygroup_t *debug_pg; member
H A Didmap_config.c209 if (scf_pg_get_property(handles->debug_pg, name, scf_prop) < 0) { in get_debug()
1553 if (scf_pg_update(handles->debug_pg) < 0) { in idmap_cfg_load_smf()
2385 !(handles->debug_pg = scf_pg_create(handles->main))) { in idmap_cfg_init()
2405 DEBUG_PG, handles->debug_pg) < 0) { in idmap_cfg_init()
2491 if (handles->debug_pg != NULL) in idmap_cfg_fini()
2492 scf_pg_destroy(handles->debug_pg); in idmap_cfg_fini()
2582 rc = set_val_integer(handles, handles->debug_pg, "config", 1); in upgrade_debug()
2585 rc = set_val_integer(handles, handles->debug_pg, "discovery", 1); in upgrade_debug()