Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c2307 char *tmpl_type; in scf_tmpl_iter_pgs() local
2494 if (scf_tmpl_pg_type(pg_tmpl, &tmpl_type) != -1) { in scf_tmpl_iter_pgs()
2495 if (strcmp(tmpl_type, SCF_TMPL_WILDCARD) in scf_tmpl_iter_pgs()
2496 == 0 || strcmp(type, tmpl_type) == 0) { in scf_tmpl_iter_pgs()
2497 free(tmpl_type); in scf_tmpl_iter_pgs()
2500 free(tmpl_type); in scf_tmpl_iter_pgs()
5692 scf_type_t type, tmpl_type; in _value_in_constraint() local
5714 if (scf_tmpl_prop_type(pt, &tmpl_type) == -1) { in _value_in_constraint()
5718 } else if (tmpl_type != type) { in _value_in_constraint()
6068 scf_type_t tmpl_type; in _check_property() local
[all …]