Home
last modified time | relevance | path

Searched refs:err_list (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/listen/
H A Dlslog.c93 strcpy(scratch, err_list[code].err_msg); in error()
116 err_list[code].err_msg, p); in tli_error()
135 err_list[code].err_msg, strerror(errno)); in sys_error()
181 logexit(err_list[code].err_code, msg); in clean_up()
229 logmessage(err_list[code].err_msg); in log()
H A Dlsdata.c38 errlist err_list[] = { variable
H A Dlserror.h155 extern errlist err_list[];
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dcommon.c55 char *err_list[] = variable
H A Dshared.h747 extern char *err_list[];
H A Dchar_io.c143 printf ("\nError %u: %s\n", errnum, err_list[errnum]); in print_error()
/titanic_41/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c3999 tmpl_validate_bundle(bundle_t *bndl, tmpl_errors_t **err_list) in tmpl_validate_bundle() argument
4006 if (err_list != NULL) in tmpl_validate_bundle()
4007 *err_list = NULL; in tmpl_validate_bundle()
4044 if (err_list == NULL) { in tmpl_validate_bundle()
4047 *err_list = errs; in tmpl_validate_bundle()
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog1437 * stage2/common.c [!STAGE1_5] (err_list): Removed
1708 * stage2/common.c [!STAGE1_5] (err_list): Added
2122 * stage2/common.c (err_list): Added an entry for
2263 * stage2/common.c (err_list): Added an item for ERR_NEED_SERIAL.
4598 * stage2/common.c (err_list): Clean up wordings slightly.
4809 * stage2/common.c (err_list): Added an entry for ERR_PRIVILEGED.
4972 * stage2/common.c (err_list): Added message for ERR_UNALIGNED.
6233 * stage2/common.c [!STAGE1_5] (err_list): Added
9039 * shared_src/common.c (err_list): Change description of ERR_GEOM
9140 * shared_src/common.c (err_list): Use labeled elements to
[all …]