Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/shell/
H A Dipf_include.sh173 config_pg=`get_config_pg $1`
174 svcprop -p $config_pg/${POLICY_PROP} $1 2>/dev/null
184 config_pg=`get_config_pg $1`
185 svcprop -p $config_pg/${BLOCKPOL_PROP} $1 2>/dev/null
193 config_pg=`get_config_pg $1`
203 config_pg=`get_config_pg $1`
213 config_pg=`get_config_pg $1`
214 apply2=`svcprop -p $config_pg/${APPLY2_PROP} $1 2>/dev/null`
223 config_pg=`get_config_pg $1`
233 config_pg=`get_config_pg $1`
[all …]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c203 if (scf_pg_get_property(handles->config_pg, name, scf_prop) == 0) in prop_exists()
282 if (scf_pg_get_property(handles->config_pg, name, scf_prop) < 0) in get_val_bool()
339 if (scf_pg_get_property(handles->config_pg, name, scf_prop) < 0) in get_val_int()
1638 if (scf_pg_update(handles->config_pg) < 0) { in idmap_cfg_load_smf()
1792 rc = set_val_astring(handles, handles->config_pg, in idmap_cfg_load_smf()
1809 rc = set_val_astring(handles, handles->config_pg, in idmap_cfg_load_smf()
2547 !(handles->config_pg = scf_pg_create(handles->main)) || in idmap_cfg_init()
2559 handles->config_pg, /* pg */ in idmap_cfg_init()
2678 scf_pg_destroy(handles->config_pg); in idmap_cfg_fini()
2777 rc = del_val(handles, handles->config_pg, DEBUG_PROP); in upgrade_debug()
[all …]
H A Didmap_config.h61 scf_propertygroup_t *config_pg; member