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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c171 * about the first type of error, and add_scf_error() is used to capture
251 * tmpl_errors_add_im() and add_scf_error(). tmpl_errors_add_im() collects
257 * template errors that are known by libscf. add_scf_error() captures the
1673 add_scf_error(tmpl_errors_t *errs, scf_tmpl_error_type_t ec, function
2163 if (add_scf_error(errs, SCF_TERR_PG_PATTERN_CONFLICT,
2187 if (add_scf_error(errs, SCF_TERR_PROP_PATTERN_CONFLICT,
2632 (void) add_scf_error(errs, SCF_TERR_INCLUDE_VALUES, pinfo->pi_enc_pgp,
2725 if (add_scf_error(errs, SCF_TERR_PG_PATTERN_INCOMPLETE,
2744 rv = add_scf_error(errs,
2749 rv = add_scf_error(err
[all...]

Completed in 68 milliseconds