Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h431 const char *tmpl_prop_name, const char *tmpl_prop_type);
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c2597 char *tmpl_prop_name; in scf_tmpl_get_by_prop() local
2611 tmpl_prop_name = _tmpl_prop_name(prop, t); in scf_tmpl_get_by_prop()
2612 if (tmpl_prop_name == NULL) { in scf_tmpl_get_by_prop()
2618 tmpl_prop_name, pg) != 0) { in scf_tmpl_get_by_prop()
2649 free(tmpl_prop_name); in scf_tmpl_get_by_prop()
2656 prop_tmpl->prt_pg_name = tmpl_prop_name; in scf_tmpl_get_by_prop()
4964 const char *tmpl_prop_name, const char *tmpl_prop_type) in _scf_tmpl_add_error() argument
4984 err->te_tmpl_prop_name = tmpl_prop_name; in _scf_tmpl_add_error()