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

/illumos-gate/usr/src/cmd/listen/
H A Dlsdata.c38 errlist err_list[] = { variable
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dcommon.c55 char *err_list[] = variable
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c3994 * templates. If err_list is not NULL, a tmpl_errors structure will be
3995 * allocated and its address will be returned to err_list. This structure
3999 tmpl_validate_bundle(bundle_t *bndl, tmpl_errors_t **err_list) argument
4006 if (err_list != NULL)
4007 *err_list = NULL;
4044 if (err_list == NULL) {
4047 *err_list = errs;

Completed in 74 milliseconds