Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c6397 char *pg_type_r = NULL; in _scf_tmpl_check_pg_redef() local
6428 if (scf_tmpl_pg_type(r, &pg_type_r) == -1) { in _scf_tmpl_check_pg_redef()
6430 } else if (strcmp(pg_type_r, SCF_TMPL_WILDCARD) != 0 && in _scf_tmpl_check_pg_redef()
6432 strcmp(pg_type, pg_type_r) != 0) { in _scf_tmpl_check_pg_redef()
6436 free(pg_type_r); in _scf_tmpl_check_pg_redef()
6437 pg_type_r = NULL; in _scf_tmpl_check_pg_redef()
6452 free(pg_type_r); in _scf_tmpl_check_pg_redef()
6453 pg_type_r = NULL; in _scf_tmpl_check_pg_redef()
6460 free(pg_type_r); in _scf_tmpl_check_pg_redef()
6461 pg_type_r = NULL; in _scf_tmpl_check_pg_redef()
[all …]