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

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

Completed in 72 milliseconds