Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/shell/
H A Dipf_include.sh163 config_pg=`get_config_pg $1`
164 svcprop -p $config_pg/${POLICY_PROP} $1 2>/dev/null
172 config_pg=`get_config_pg $1`
173 svcprop -p $config_pg/${EXCEPTIONS_PROP} $1 2>/dev/null
181 config_pg=`get_config_pg $1`
182 svcprop -p $config_pg/${APPLY2_PROP} $1 2>/dev/null
/titanic_41/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c154 if (scf_pg_get_property(handles->config_pg, name, scf_prop) == 0) in prop_exists()
233 if (scf_pg_get_property(handles->config_pg, name, scf_prop) < 0) in get_val_bool()
290 if (scf_pg_get_property(handles->config_pg, name, scf_prop) < 0) in get_val_int()
385 if (scf_pg_get_property(handles->config_pg, name, scf_prop) < 0) { in get_val_ds()
488 if (scf_pg_get_property(handles->config_pg, name, scf_prop) < 0) in get_val_astring()
1439 if (scf_pg_update(handles->config_pg) < 0) { in idmap_cfg_load_smf()
1547 rc = set_val_astring(handles, handles->config_pg, in idmap_cfg_load_smf()
2061 !(handles->config_pg = scf_pg_create(handles->main)) || in idmap_cfg_init()
2073 handles->config_pg, /* pg */ in idmap_cfg_init()
2163 scf_pg_destroy(handles->config_pg); in idmap_cfg_fini()
[all …]
H A Didmap_config.h59 scf_propertygroup_t *config_pg; member