Home
last modified time | relevance | path

Searched refs:error_str (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/cmd/auditreduce/
H A Doption.c125 error_str = gettext("general error"); in process_options()
224 ar, error_str); in process_options()
250 error_str = gettext( in process_options()
255 error_str = in process_options()
261 error_str = gettext( in process_options()
266 error_str = gettext("no filenames allowed with '-' option"); in process_options()
275 gettext("%s command line error - %s.\n"), ar, error_str); in process_options()
290 error_str = gettext("'j' option specified multiple times"); in proc_subject()
302 error_str = gettext("'s' option specified multiple times"); in proc_sid()
322 error_str = gettext("'o' option specified multiple times"); in proc_object()
[all …]
H A Dtime.c212 error_str = NULL; in check_time()
217 error_str = errbuf; in check_time()
221 error_str = errbuf; in check_time()
225 error_str = errbuf; in check_time()
229 error_str = errbuf; in check_time()
233 error_str = errbuf; in check_time()
240 error_str = errbuf; in check_time()
245 error_str = errbuf; in check_time()
249 error_str = errbuf; in check_time()
252 if (error_str == NULL) in check_time()
[all …]
H A Dproc.c285 ar, error_str, fcb->fcb_file);
881 error_str = errbuf;
886 error_str = errbuf;
901 error_str = gettext("bad time stamp in file header");
906 error_str = gettext("bad time stamp in file header");
913 error_str = gettext("incomplete file header");
924 error_str = errbuf;
970 error_str = errbuf;
1000 error_str = errbuf;
1018 error_str = gettext("file token read failure");
[all …]
H A Dauditrd.h86 char *error_str; /* current error message */ variable
H A Dauditrt.h215 extern char *error_str; /* current error message */
H A Dmain.c902 error_str = gettext("initial error"); in init_options()
/titanic_41/usr/src/lib/libumem/common/
H A Dmisc.c64 umem_log_enter(const char *error_str) in umem_log_enter() argument
73 while ((c = *error_str++) != '\0') { in umem_log_enter()
95 umem_error_enter(const char *error_str) in umem_error_enter() argument
99 (void) write(UMEM_ERRFD, error_str, strlen(error_str)); in umem_error_enter()
102 umem_log_enter(error_str); in umem_error_enter()
/titanic_41/usr/src/uts/sun4u/io/i2c/nexus/
H A Dsmbus.c1022 char error_str[128]; in smbus_intr_cmn() local
1028 error_str[0] = '\0'; in smbus_intr_cmn()
1086 (void) sprintf(error_str, "%s bus is idle, ", error_str); in smbus_intr_cmn()
1090 (void) sprintf(error_str, "%s command failed to complete, ", in smbus_intr_cmn()
1091 error_str); in smbus_intr_cmn()
1094 (void) sprintf(error_str, "%s bus error, ", error_str); in smbus_intr_cmn()
1097 (void) sprintf(error_str, "%s failed transaction, ", error_str); in smbus_intr_cmn()
1100 (void) sprintf(error_str, "%s timeout or bus reset", error_str); in smbus_intr_cmn()
1103 if (error_str[0] != '\0') { in smbus_intr_cmn()
1104 (void) sprintf(error_str, "%s %s ", error_str, src); in smbus_intr_cmn()
[all …]
/titanic_41/usr/src/cmd/ssh/include/
H A Dg11n.h86 char **error_str);
89 char **error_str);
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dg11n.c693 g11n_convert_from_utf8(const char *str, uint_t *lenp, char **error_str) in g11n_convert_from_utf8() argument
699 *error_str = NULL; in g11n_convert_from_utf8()
715 *error_str = gettext("Cannot convert UTF-8 " in g11n_convert_from_utf8()
721 return (do_iconv(cd, str, lenp, error_str)); in g11n_convert_from_utf8()
726 int native, char **error_str) in g11n_convert_to_utf8() argument
732 *error_str = NULL; in g11n_convert_to_utf8()
751 *error_str = gettext("Cannot convert the " in g11n_convert_to_utf8()
757 return (do_iconv(cd, str, lenp, error_str)); in g11n_convert_to_utf8()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c5064 char error_str[64]; in emlxs_handle_rcv_seq() local
5126 (void) strlcpy(error_str, "Out of posted buffers:", in emlxs_handle_rcv_seq()
5127 sizeof (error_str)); in emlxs_handle_rcv_seq()
5132 (void) strlcpy(error_str, "Buffer waiting:", in emlxs_handle_rcv_seq()
5133 sizeof (error_str)); in emlxs_handle_rcv_seq()
5137 (void) strlcpy(error_str, "Need Buffer Entry:", in emlxs_handle_rcv_seq()
5138 sizeof (error_str)); in emlxs_handle_rcv_seq()
5142 (void) strlcpy(error_str, "General error:", in emlxs_handle_rcv_seq()
5143 sizeof (error_str)); in emlxs_handle_rcv_seq()
5164 (void) snprintf(error_str, sizeof (error_str), in emlxs_handle_rcv_seq()
[all …]
/titanic_41/usr/src/cmd/devfsadm/
H A Ddevfsadm.c6456 char *error_str; in create_link_list() local
6487 error_str = in create_link_list()
6501 error_str = "unrecognized escape sequence"; in create_link_list()
6506 error_str = "escape sequence must be " in create_link_list()
6530 error_str); in create_link_list()