Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h427 int _scf_tmpl_add_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type,
/illumos-gate/usr/src/lib/libscf/common/
H A Dmapfile-vers323 _scf_tmpl_add_error;
H A Dscf_tmpl.c4960 _scf_tmpl_add_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, in _scf_tmpl_add_error() function
5057 return (_scf_tmpl_add_error(errs, SCF_TERR_MISSING_PG, NULL, NULL, ev1, in _add_tmpl_missing_pg_error()
5110 return (_scf_tmpl_add_error(errs, SCF_TERR_WRONG_PG_TYPE, pg_name, NULL, in _add_tmpl_wrong_pg_type_error()
5178 return (_scf_tmpl_add_error(errs, SCF_TERR_MISSING_PROP, pg_name, NULL, in _add_tmpl_missing_prop_error()
5254 return (_scf_tmpl_add_error(errs, SCF_TERR_WRONG_PROP_TYPE, pg_name, in _add_tmpl_wrong_prop_type_error()
5362 return (_scf_tmpl_add_error(errs, type, pg_name, prop_name, s_min, in _add_tmpl_count_error()
5455 return (_scf_tmpl_add_error(errs, type, pg_name, prop_name, NULL, NULL, in _add_tmpl_constraint_error()
5562 return (_scf_tmpl_add_error(errs, type, pg_name, prop_name, s_min, in _add_tmpl_int_error()
5618 return (_scf_tmpl_add_error(errs, SCF_TERR_PG_REDEFINE, NULL, NULL, in _add_tmpl_pg_redefine_error()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c1804 rc = _scf_tmpl_add_error(errs->te_cur_scf->tve_errors, ec, in add_scf_error()