Home
last modified time | relevance | path

Searched refs:_scf_read_single_astring_from_pg (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libscf/common/
H A Dscf_tmpl.c398 _scf_read_single_astring_from_pg(scf_propertygroup_t *pg, const char *prop_name) in _scf_read_single_astring_from_pg() function
440 type = _scf_read_single_astring_from_pg(pt->prt_pg, in _scf_read_tmpl_prop_type_as_string()
1030 restarter = _scf_read_single_astring_from_pg(pg, in _get_restarter_inst()
1197 tg = _scf_read_single_astring_from_pg(p->pw_pg, in _walk_template_instances()
1235 tg = _scf_read_single_astring_from_pg(p->pw_pg, in _walk_template_instances()
1271 tg = _scf_read_single_astring_from_pg(p->pw_pg, in _walk_template_instances()
1393 pg_target = _scf_read_single_astring_from_pg(pg, in check_target_match()
1568 name = _scf_read_single_astring_from_pg(pg, in _find_template_pg_match()
1572 type = _scf_read_single_astring_from_pg(pg, in _find_template_pg_match()
2239 *out = _scf_read_single_astring_from_pg(pg, pname); in _scf_tmpl_prop_value()
[all …]
H A Dmapfile-vers304 _scf_read_single_astring_from_pg;
/titanic_50/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h527 char *_scf_read_single_astring_from_pg(scf_propertygroup_t *, const char *);
/titanic_50/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c13167 rv = _scf_read_single_astring_from_pg(pg, prop_name); in read_astring()