Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h426 scf_tmpl_errors_t *_scf_create_errors(const char *, int);
427 int _scf_tmpl_add_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type,
432 int _scf_tmpl_error_set_prefix(scf_tmpl_errors_t *, const char *);
464 scf_tmpl_errors_t *te_errs;
H A Dlibscf.h68 typedef struct scf_tmpl_errors scf_tmpl_errors_t; typedef
789 scf_tmpl_errors_t **errs);
795 const char *, scf_tmpl_errors_t **, int);
798 void scf_tmpl_errors_destroy(scf_tmpl_errors_t *errs);
799 scf_tmpl_error_t *scf_tmpl_next_error(scf_tmpl_errors_t *);
800 void scf_tmpl_reset_errors(scf_tmpl_errors_t *errs);
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c4843 _create_error(scf_tmpl_errors_t *errs) in _create_error()
4889 scf_tmpl_errors_t *
4892 scf_tmpl_errors_t *ret; in _scf_create_errors()
4897 ret = calloc(1, sizeof (scf_tmpl_errors_t)); in _scf_create_errors()
4940 _scf_tmpl_error_set_prefix(scf_tmpl_errors_t *errs, const char *prefix) in _scf_tmpl_error_set_prefix()
4960 _scf_tmpl_add_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, in _scf_tmpl_add_error()
5032 _add_tmpl_missing_pg_error(scf_tmpl_errors_t *errs, scf_pg_tmpl_t *t) in _add_tmpl_missing_pg_error()
5083 _add_tmpl_wrong_pg_type_error(scf_tmpl_errors_t *errs, scf_pg_tmpl_t *t, in _add_tmpl_wrong_pg_type_error()
5137 _add_tmpl_missing_prop_error(scf_tmpl_errors_t *errs, scf_pg_tmpl_t *t, in _add_tmpl_missing_prop_error()
5207 _add_tmpl_wrong_prop_type_error(scf_tmpl_errors_t *errs, in _add_tmpl_wrong_prop_type_error()
[all …]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c346 scf_tmpl_errors_t *tve_errors; /* Errors for scf_tmpl_strerror() */
3048 scf_tmpl_errors_t *scferrs; in tmpl_errors_print()
H A Dsvccfg_libscf.c11388 scf_tmpl_errors_t *errs = NULL; in lscf_validate_fmri()