Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/idmap/idmapd/
H A Didmap_config.h60 scf_propertygroup_t *debug_pg; member
H A Didmap_config.c183 if (scf_pg_get_property(handles->debug_pg, name, scf_prop) < 0) { in get_debug()
1445 if (scf_pg_update(handles->debug_pg) < 0) { in idmap_cfg_load_smf()
2062 !(handles->debug_pg = scf_pg_create(handles->main))) { in idmap_cfg_init()
2082 DEBUG_PG, handles->debug_pg) < 0) { in idmap_cfg_init()
2164 if (handles->debug_pg != NULL) in idmap_cfg_fini()
2165 scf_pg_destroy(handles->debug_pg); in idmap_cfg_fini()
2218 rc = set_val_integer(handles, handles->debug_pg, "config", 1); in upgrade_debug()
2221 rc = set_val_integer(handles, handles->debug_pg, "discovery", 1); in upgrade_debug()