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()
5882 scf_tmpl_errors_t **errs) in scf_tmpl_value_in_constraint()
5884 scf_tmpl_errors_t *e = NULL; in scf_tmpl_value_in_constraint()
5902 scf_tmpl_next_error(scf_tmpl_errors_t *errs) in scf_tmpl_next_error()
5913 scf_tmpl_reset_errors(scf_tmpl_errors_t *errs) in scf_tmpl_reset_errors()
6193 char *type, scf_tmpl_errors_t *errs) in _check_pg()
6530 scf_tmpl_errors_t **errs, int flags) in scf_tmpl_validate_fmri()
[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()