Searched refs:MSGSTR (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Derrormsgs.c74 return (MSGSTR(10000, "Good status"));
77 return (MSGSTR(128, "Check condition"));
80 return (MSGSTR(124, "Condition met"));
83 return (MSGSTR(37, "Busy"));
86 return (MSGSTR(10001, "Intermediate"));
89 return (MSGSTR(10002, "Intermediate - condition met"));
92 return (MSGSTR(10003, "Reservation_conflict"));
95 return (MSGSTR(126, "Command terminated"));
98 return (MSGSTR(83, "Queue full"));
101 return (MSGSTR(
[all...]
H A Dgenf.c509 L_WARNINGS(MSGSTR(55,
516 L_WARNINGS(MSGSTR(56,
560 L_WARNINGS(MSGSTR(134,
686 scsi_command_names[0].name = MSGSTR(61, "Test Unit Ready");
689 scsi_command_names[1].name = MSGSTR(110, "Format");
692 scsi_command_names[2].name = MSGSTR(77, "Reassign Block");
695 scsi_command_names[3].name = MSGSTR(27, "Read");
698 scsi_command_names[4].name = MSGSTR(54, "Write");
701 scsi_command_names[5].name = MSGSTR(79, "Read(10 Byte)");
704 scsi_command_names[6].name = MSGSTR(5
[all...]
H A Dhot.c183 (void) fprintf(stdout, MSGSTR(11001,
319 MSGSTR(11000,
H A Dmap.c5641 strcpy(l2->node_wwn_s, MSGSTR(12000, "N/A"));
/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dmon.c175 MSGSTR(9000, "O.K. 0x%-2x"
180 MSGSTR(9001, "Cmd incomplete 0x%-2x"
185 MSGSTR(9002, "DMA direction error 0x%-2x"
190 MSGSTR(9003, "Unspecified transport error 0x%-2x"
195 MSGSTR(9004, "Reset aborted transport 0x%-2x"
200 MSGSTR(9005, "Cmd aborted 0x%-2x"
205 MSGSTR(9006, "Cmd Timeout 0x%-2x"
210 MSGSTR(9007, "Data Overrun 0x%-2x"
215 MSGSTR(9008, "Target rejected abort msg 0x%-2x"
220 MSGSTR(900
[all...]
H A Ddiag.c300 (void) fprintf(stdout, MSGSTR(8000,
308 MSGSTR(130, "Bypass A enabled"));
314 MSGSTR(129, "Bypass B enabled"));
326 (void) fprintf(stdout, MSGSTR(8001,
334 MSGSTR(130, "Bypass A enabled"));
340 MSGSTR(129, "Bypass B enabled"));
H A Dlhot.c889 (void) sprintf(drive_name, MSGSTR(8502,
892 (void) sprintf(drive_name, MSGSTR(8502,
899 (void) sprintf(drive_name, MSGSTR(8500,
902 (void) sprintf(drive_name, MSGSTR(8501,
/osnet-11/usr/src/lib/libc/inc/
H A Dmsgfmt.h377 MSGSTR = 1 enumerator in enum:gnu_msgidstr
/osnet-11/usr/src/lib/storage/common/
H A Dstgcom.h505 #define MSGSTR(Num, Str) catgets(l_catd, L_SET1, Num, Str) macro
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c469 msgstr_tbl = gmnp->msg_tbl[MSGSTR];
549 *msgstrlen = gmnp->d_msg[MSGSTR][idx].len + 1;
550 msg = gmnp->mchunk + gmnp->d_msg[MSGSTR][idx].offset;
1097 for (i = MSGID; i <= MSGSTR; i++) {
1213 p->d_msg[MSGSTR] = (struct gnu_msg_ent *)(uintptr_t)
1324 p->msg_tbl[MSGSTR] = (struct gnu_msg_ent *)(uintptr_t)
H A Dgettext_util.c348 for (v = MSGID; v <= MSGSTR; v++) {
536 gprintf(level, " d_msgstr: 0x%p\n", (void *)gmnp->d_msg[MSGSTR]);

Completed in 54 milliseconds