Searched defs:tmpl_type (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c2304 char *tmpl_type; local
2491 if (scf_tmpl_pg_type(pg_tmpl, &tmpl_type) != -1) {
2492 if (strcmp(tmpl_type, SCF_TMPL_WILDCARD)
2493 == 0 || strcmp(type, tmpl_type) == 0) {
2494 free(tmpl_type);
2497 free(tmpl_type);
5803 scf_type_t type, tmpl_type; local
5825 if (scf_tmpl_prop_type(pt, &tmpl_type) == -1) {
5829 } else if (tmpl_type != type) {
6179 scf_type_t tmpl_type; local
[all...]

Completed in 29 milliseconds