Lines Matching refs:mesg

221 struct mesg mesg[NUMSIG];	/* Arrays start at [0] so we initialize from */
232 xfree((char *)(intptr_t)mesg[i].pname);
233 mesg[i].pname = NULL;
241 if (mesg[SIGNULL].pname == NULL) {
242 mesg[SIGNULL].iname = "NULL";
243 mesg[SIGNULL].pname = CSAVS(2, 1, "Null signal");
248 if (mesg[SIGHUP].pname == NULL) {
249 mesg[SIGHUP].iname = "HUP";
250 mesg[SIGHUP].pname = CSAVS(2, 2, "Hangup");
255 if (mesg[SIGINT].pname == NULL) {
256 mesg[SIGINT].iname = "INT";
257 mesg[SIGINT].pname = CSAVS(2, 3, "Interrupt");
262 if (mesg[SIGQUIT].pname == NULL) {
263 mesg[SIGQUIT].iname = "QUIT";
264 mesg[SIGQUIT].pname = CSAVS(2, 4, "Quit");
269 if (mesg[SIGILL].pname == NULL) {
270 mesg[SIGILL].iname = "ILL";
271 mesg[SIGILL].pname = CSAVS(2, 5, "Illegal instruction");
276 if (mesg[SIGTRAP].pname == NULL) {
277 mesg[SIGTRAP].iname = "TRAP";
278 mesg[SIGTRAP].pname = CSAVS(2, 6, "Trace/BPT trap");
283 if (mesg[SIGABRT].pname == NULL) {
284 mesg[SIGABRT].iname = "ABRT";
285 mesg[SIGABRT].pname = CSAVS(2, 7, "Abort");
290 if (mesg[SIGIOT].pname == NULL) {
291 mesg[SIGIOT].iname = "IOT";
292 mesg[SIGIOT].pname = CSAVS(2, 8, "IOT trap");
298 if (mesg[SIGDANGER].pname == NULL) {
299 mesg[SIGDANGER].iname = "DANGER";
300 mesg[SIGDANGER].pname = CSAVS(2, 9, "System Crash Imminent");
306 if (mesg[SIGERR].pname == NULL) {
307 mesg[SIGERR].iname = "ERR";
308 mesg[SIGERR].pname = CSAVS(2, 10, "Error exit");
313 if (mesg[SIGEMT].pname == NULL) {
314 mesg[SIGEMT].iname = "EMT";
315 mesg[SIGEMT].pname = CSAVS(2, 11, "EMT trap");
320 if (mesg[SIGFPE].pname == NULL) {
321 mesg[SIGFPE].iname = "FPE";
322 mesg[SIGFPE].pname = CSAVS(2, 12, "Floating exception");
327 if (mesg[SIGKILL].pname == NULL) {
328 mesg[SIGKILL].iname = "KILL";
329 mesg[SIGKILL].pname = CSAVS(2, 13, "Killed");
334 if (mesg[SIGUSR1].pname == NULL) {
335 mesg[SIGUSR1].iname = "USR1";
336 mesg[SIGUSR1].pname = CSAVS(2, 14, "User signal 1");
341 if (mesg[SIGUSR2].pname == NULL) {
342 mesg[SIGUSR2].iname = "USR2";
343 mesg[SIGUSR2].pname = CSAVS(2, 15, "User signal 2");
348 if (mesg[SIGSEGV].pname == NULL) {
349 mesg[SIGSEGV].iname = "SEGV";
350 mesg[SIGSEGV].pname = CSAVS(2, 16, "Segmentation fault");
355 if (mesg[SIGBUS].pname == NULL) {
356 mesg[SIGBUS].iname = "BUS";
357 mesg[SIGBUS].pname = CSAVS(2, 17, "Bus error");
363 if (mesg[SIGPRE].pname == NULL) {
364 mesg[SIGPRE].iname = "PRE";
365 mesg[SIGPRE].pname = CSAVS(2, 18, "Program range error");
371 if (mesg[SIGORE].pname == NULL) {
372 mesg[SIGORE].iname = "ORE";
373 mesg[SIGORE].pname = CSAVS(2, 19, "Operand range error");
378 if (mesg[SIGSYS].pname == NULL) {
379 mesg[SIGSYS].iname = "SYS";
380 mesg[SIGSYS].pname = CSAVS(2, 20, "Bad system call");
385 if (mesg[SIGPIPE].pname == NULL) {
386 mesg[SIGPIPE].iname = "PIPE";
387 mesg[SIGPIPE].pname = CSAVS(2, 21, "Broken pipe");
392 if (mesg[SIGALRM].pname == NULL) {
393 mesg[SIGALRM].iname = "ALRM";
394 mesg[SIGALRM].pname = CSAVS(2, 22, "Alarm clock");
399 if (mesg[SIGTERM].pname == NULL) {
400 mesg[SIGTERM].iname = "TERM";
401 mesg[SIGTERM].pname = CSAVS(2, 23, "Terminated");
410 if (mesg[SIGCLD].pname == NULL) {
411 mesg[SIGCLD].iname = "CLD";
413 mesg[SIGCLD].pname = CSAVS(2, 24, "Child status change");
415 mesg[SIGCLD].pname = CSAVS(2, 25, "Death of child");
422 if (mesg[SIGCHLD].pname == NULL) {
423 mesg[SIGCHLD].iname = "CHLD";
425 mesg[SIGCHLD].pname = CSAVS(2, 27, "Child stopped or exited");
427 mesg[SIGCHLD].pname = CSAVS(2, 28, "Child exited");
435 if (mesg[SIGAPOLLO].pname == NULL) {
436 mesg[SIGAPOLLO].iname = "APOLLO";
437 mesg[SIGAPOLLO].pname = CSAVS(2, 26, "Apollo-specific fault");
442 if (mesg[SIGPWR].pname == NULL) {
443 mesg[SIGPWR].iname = "PWR";
444 mesg[SIGPWR].pname = CSAVS(2, 29, "Power failure");
449 if (mesg[SIGLOST].pname == NULL) {
450 mesg[SIGLOST].iname = "LOST";
451 mesg[SIGLOST].pname = CSAVS(2, 30, "Resource Lost");
457 if (mesg[SIGBREAK].pname == NULL) {
458 mesg[SIGBREAK].iname = "BREAK";
459 mesg[SIGBREAK].pname = CSAVS(2, 31, "Break (Ctrl-Break)");
465 if (mesg[SIGIO].pname == NULL) {
466 mesg[SIGIO].iname = "IO";
468 mesg[SIGIO].pname = CSAVS(2, 32, "Input/output possible signal");
470 mesg[SIGIO].pname = CSAVS(2, 33, "Asynchronous I/O (select)");
477 if (mesg[SIGURG].pname == NULL) {
478 mesg[SIGURG].iname = "URG";
479 mesg[SIGURG].pname = CSAVS(2, 34, "Urgent condition on I/O channel");
485 if (mesg[SIGMT].pname == NULL) {
486 mesg[SIGMT].iname = "MT";
487 mesg[SIGMT].pname = CSAVS(2, 35, "Multitasking wake-up");
493 if (mesg[SIGMTKILL].pname == NULL) {
494 mesg[SIGMTKILL].iname = "MTKILL";
495 mesg[SIGMTKILL].pname = CSAVS(2, 36, "Multitasking kill");
501 if (mesg[SIGBUFIO].pname == NULL) {
502 mesg[SIGBUFIO].iname = "BUFIO";
503 mesg[SIGBUFIO].pname = CSAVS(2, 37,
510 if (mesg[SIGRECOVERY].pname == NULL) {
511 mesg[SIGRECOVERY].iname = "RECOVERY";
512 mesg[SIGRECOVERY].pname = CSAVS(2, 38, "Recovery");
518 if (mesg[SIGUME].pname == NULL) {
519 mesg[SIGUME].iname = "UME";
520 mesg[SIGUME].pname = CSAVS(2, 39, "Uncorrectable memory error");
526 if (mesg[SIGCPULIM].pname == NULL) {
527 mesg[SIGCPULIM].iname = "CPULIM";
528 mesg[SIGCPULIM].pname = CSAVS(2, 40, "CPU time limit exceeded");
534 if (mesg[SIGSHUTDN].pname == NULL) {
535 mesg[SIGSHUTDN].iname = "SHUTDN";
536 mesg[SIGSHUTDN].pname = CSAVS(2, 41, "System shutdown imminent");
542 if (mesg[SIGNOWAK].pname == NULL) {
543 mesg[SIGNOWAK].iname = "NOWAK";
544 mesg[SIGNOWAK].pname = CSAVS(2, 42,
551 if (mesg[SIGTHERR].pname == NULL) {
552 mesg[SIGTHERR].iname = "THERR";
553 mesg[SIGTHERR].pname = CSAVS(2, 43,
560 if (mesg[SIGRPE].pname == NULL) {
561 mesg[SIGRPE].pname = CSAVS(2, 44, "CRAY Y-MP register parity error");
562 mesg[SIGRPE].iname = "RPE";
567 if (mesg[SIGINFO].pname == NULL) {
568 mesg[SIGINFO].iname = "INFO";
569 mesg[SIGINFO].pname = CSAVS(2, 45, "Information request");
574 if (mesg[SIGSTOP].pname == NULL) {
575 mesg[SIGSTOP].iname = "STOP";
577 mesg[SIGSTOP].pname = CSAVS(2, 46, "Suspended (signal)");
579 mesg[SIGSTOP].pname = CSAVS(2, 47, "Stopped (signal)");
585 if (mesg[SIGTSTP].pname == NULL) {
586 mesg[SIGTSTP].iname = "TSTP";
588 mesg[SIGTSTP].pname = CSAVS(2, 48, "Suspended");
590 mesg[SIGTSTP].pname = CSAVS(2, 49, "Stopped");
596 if (mesg[SIGCONT].pname == NULL) {
597 mesg[SIGCONT].iname = "CONT";
598 mesg[SIGCONT].pname = CSAVS(2, 50, "Continued");
603 if (mesg[SIGTTIN].pname == NULL) {
604 mesg[SIGTTIN].iname = "TTIN";
606 mesg[SIGTTIN].pname = CSAVS(2, 51, "Suspended (tty input)");
608 mesg[SIGTTIN].pname = CSAVS(2, 52, "Stopped (tty input)");
614 if (mesg[SIGTTOU].pname == NULL) {
615 mesg[SIGTTOU].iname = "TTOU";
617 mesg[SIGTTOU].pname = CSAVS(2, 53, "Suspended (tty output)");
619 mesg[SIGTTOU].pname = CSAVS(2, 54, "Stopped (tty output)");
626 if (mesg[SIGWIND].pname == NULL) {
627 mesg[SIGWIND].iname = "WIND";
628 mesg[SIGWIND].pname = CSAVS(2, 55, "Window status changed");
633 if (mesg[SIGWINDOW].pname == NULL) {
634 mesg[SIGWINDOW].iname = "WINDOW";
635 mesg[SIGWINDOW].pname = CSAVS(2, 56, "Window size changed");
640 if (mesg[SIGWINCH].pname == NULL) {
641 mesg[SIGWINCH].iname = "WINCH";
642 mesg[SIGWINCH].pname = CSAVS(2, 56, "Window size changed");
648 if (mesg[SIGPHONE].pname == NULL) {
649 mesg[SIGPHONE].iname = "PHONE";
650 mesg[SIGPHONE].pname = CSAVS(2, 57, "Phone status changed");
655 if (mesg[SIGXCPU].pname == NULL) {
656 mesg[SIGXCPU].iname = "XCPU";
657 mesg[SIGXCPU].pname = CSAVS(2, 58, "Cputime limit exceeded");
662 if (mesg[SIGXFSZ].pname == NULL) {
663 mesg[SIGXFSZ].iname = "XFSZ";
664 mesg[SIGXFSZ].pname = CSAVS(2, 59, "Filesize limit exceeded");
669 if (mesg[SIGVTALRM].pname == NULL) {
670 mesg[SIGVTALRM].iname = "VTALRM";
671 mesg[SIGVTALRM].pname = CSAVS(2, 60, "Virtual time alarm");
676 if (mesg[SIGPROF].pname == NULL) {
677 mesg[SIGPROF].iname = "PROF";
678 mesg[SIGPROF].pname = CSAVS(2, 61, "Profiling time alarm");
684 if (mesg[SIGDIL].pname == NULL) {
685 mesg[SIGDIL].iname = "DIL";
686 mesg[SIGDIL].pname = CSAVS(2, 62, "DIL signal");
691 if (mesg[SIGPOLL].pname == NULL) {
692 mesg[SIGPOLL].iname = "POLL";
693 mesg[SIGPOLL].pname = CSAVS(2, 63, "Pollable event occured");
699 if (mesg[SIGWAITING].pname == NULL) {
700 mesg[SIGWAITING].iname = "WAITING";
701 mesg[SIGWAITING].pname = CSAVS(2, 64, "Process's lwps are blocked");
707 if (mesg[SIGLWP].pname == NULL) {
708 mesg[SIGLWP].iname = "LWP";
709 mesg[SIGLWP].pname = CSAVS(2, 65, "Special LWP signal");
715 if (mesg[SIGFREEZE].pname == NULL) {
716 mesg[SIGFREEZE].iname = "FREEZE";
717 mesg[SIGFREEZE].pname = CSAVS(2, 66, "Special CPR Signal");
723 if (mesg[SIGTHAW].pname == NULL) {
724 mesg[SIGTHAW].iname = "THAW";
725 mesg[SIGTHAW].pname = CSAVS(2, 67, "Special CPR Signal");
731 if (mesg[SIGCANCEL].pname == NULL) {
732 mesg[SIGCANCEL].iname = "CANCEL";
733 mesg[SIGCANCEL].pname = CSAVS(2, 109,
746 if (mesg[SIGRTMIN].pname == NULL) {
747 mesg[SIGRTMIN].iname = "RTMIN";
748 mesg[SIGRTMIN].pname = CSAVS(2, 68, "First Realtime Signal");
752 mesg[SIGRTMIN+1].pname == NULL) {
753 mesg[SIGRTMIN+1].iname = "RTMIN+1";
754 mesg[SIGRTMIN+1].pname = CSAVS(2, 69, "Second Realtime Signal");
758 mesg[SIGRTMIN+2].pname == NULL) {
759 mesg[SIGRTMIN+2].iname = "RTMIN+2";
760 mesg[SIGRTMIN+2].pname = CSAVS(2, 70, "Third Realtime Signal");
764 mesg[SIGRTMIN+3].pname == NULL) {
765 mesg[SIGRTMIN+3].iname = "RTMIN+3";
766 mesg[SIGRTMIN+3].pname = CSAVS(2, 71, "Fourth Realtime Signal");
776 if (SIGRTMAX - 3 > SIGRTMIN && mesg[SIGRTMAX-3].pname == NULL) {
777 mesg[SIGRTMAX-3].iname = "RTMAX-3";
778 mesg[SIGRTMAX-3].pname = CSAVS(2, 72,
782 if (SIGRTMAX - 2 > SIGRTMIN && mesg[SIGRTMAX-2].pname == NULL) {
783 mesg[SIGRTMAX-2].iname = "RTMAX-2";
784 mesg[SIGRTMAX-2].pname = CSAVS(2, 73,
788 if (SIGRTMAX - 1 > SIGRTMIN && mesg[SIGRTMAX-1].pname == NULL) {
789 mesg[SIGRTMAX-1].iname = "RTMAX-1";
790 mesg[SIGRTMAX-1].pname = CSAVS(2, 74,
794 if (SIGRTMAX > SIGRTMIN && mesg[SIGRTMAX].pname == NULL) {
795 mesg[SIGRTMAX].iname = "RTMAX";
796 mesg[SIGRTMAX].pname = CSAVS(2, 75,
805 if (mesg[SIGAIO].pname == NULL) {
806 mesg[SIGAIO].iname = "AIO";
807 mesg[SIGAIO].pname = CSAVS(2, 76, "LAN Asyncronous I/O");
813 if (mesg[SIGPTY].pname == NULL) {
814 mesg[SIGPTY].iname = "PTY";
815 mesg[SIGPTY].pname = CSAVS(2, 77, "PTY read/write availability");
821 if (mesg[SIGIOINT].pname == NULL) {
822 mesg[SIGIOINT].iname = "IOINT";
823 mesg[SIGIOINT].pname = CSAVS(2, 78, "I/O intervention required");
829 if (mesg[SIGGRANT].pname == NULL) {
830 mesg[SIGGRANT].iname = "GRANT";
831 mesg[SIGGRANT].pname = CSAVS(2, 79, "HFT monitor mode granted");
837 if (mesg[SIGRETRACT].pname == NULL) {
838 mesg[SIGRETRACT].iname = "RETRACT";
839 mesg[SIGRETRACT].pname = CSAVS(2, 80,
846 if (mesg[SIGSOUND].pname == NULL) {
847 mesg[SIGSOUND].iname = "SOUND";
848 mesg[SIGSOUND].pname = CSAVS(2, 81, "HFT sound control has completed");
854 if (mesg[SIGSMSG].pname == NULL) {
855 mesg[SIGSMSG].iname = "SMSG";
856 mesg[SIGSMSG].pname = CSAVS(2, 82, "Data in HFT ring buffer");
862 if (mesg[SIGMIGRATE].pname == NULL) {
863 mesg[SIGMIGRATE].iname = "MIGRATE";
864 mesg[SIGMIGRATE].pname = CSAVS(2, 83, "Migrate process");
870 if (mesg[SIGSAK].pname == NULL) {
871 mesg[SIGSAK].iname = "SAK";
872 mesg[SIGSAK].pname = CSAVS(2, 84, "Secure attention key");
878 if (mesg[SIGRESCHED].pname == NULL) {
879 mesg[SIGRESCHED].iname = "RESCHED";
880 mesg[SIGRESCHED].pname = CSAVS(2, 85, "Reschedule");
886 if (mesg[SIGDEBUG].pname == NULL) {
887 mesg[SIGDEBUG].iname = "DEBUG";
888 mesg[SIGDEBUG].pname = CSAVS(2, 86, "Signaling SS$_DEBUG");
894 if (mesg[SIGPRIO].pname == NULL) {
895 mesg[SIGPRIO].iname = "PRIO";
896 mesg[SIGPRIO].pname = CSAVS(2, 87, "Priority changed");
902 if (mesg[SIGDLK].pname == NULL) {
903 mesg[SIGDLK].iname = "DLK";
904 mesg[SIGDLK].pname = CSAVS(2, 88, "True deadlock detected");
910 if (mesg[SIGTINT].pname == NULL) {
911 mesg[SIGTINT].iname = "TINT";
912 mesg[SIGTINT].pname = CSAVS(2, 89, "New input character");
917 if (mesg[SIGSTKFLT].pname == NULL) {
918 mesg[SIGSTKFLT].iname = "STKFLT";
919 mesg[SIGSTKFLT].pname = CSAVS(2, 90, "Stack limit exceeded");
924 if (mesg[SIGUNUSED].pname == NULL) {
925 mesg[SIGUNUSED].iname = "UNUSED";
926 mesg[SIGUNUSED].pname = CSAVS(2, 91, "Unused signal");
932 if (mesg[SIGOVLY].pname == NULL) {
933 mesg[SIGOVLY].iname = "OVLY";
934 mesg[SIGOVLY].pname = CSAVS(2, 92, "LM overlay");
940 if (mesg[SIGFRZ].pname == NULL) {
941 mesg[SIGFRZ].iname = "FRZ";
942 mesg[SIGFRZ].pname = CSAVS(2, 93, "system freeze");
948 if (mesg[SIGDFRZ].pname == NULL) {
949 mesg[SIGDFRZ].iname = "DFRZ";
950 mesg[SIGDFRZ].pname = CSAVS(2, 94, "system defreeze");
956 if (mesg[SIGDEAD].pname == NULL) {
957 mesg[SIGDEAD].iname = "DEAD";
958 mesg[SIGDEAD].pname = CSAVS(2, 95, "dead lock");
964 if (mesg[SIGXMEM].pname == NULL) {
965 mesg[SIGXMEM].iname = "XMEM";
966 mesg[SIGXMEM].pname = CSAVS(2, 96, "exceeded memory size limit");
972 if (mesg[SIGXDSZ].pname == NULL) {
973 mesg[SIGXDSZ].iname = "XDSZ";
974 mesg[SIGXDSZ].pname = CSAVS(2, 97, "exceeded data size limit");
980 if (mesg[SIGMEM32].pname == NULL) {
981 mesg[SIGMEM32].iname = "MEM32";
982 mesg[SIGMEM32].pname = CSAVS(2, 98, "exceeded memory size limit of 32KB");
988 if (mesg[SIGNMEM].pname == NULL) {
989 mesg[SIGNMEM].iname = "NMEM";
990 mesg[SIGNMEM].pname = CSAVS(2, 99, "exce error for no memory");
996 if (mesg[SIGCHKP].pname == NULL) {
997 mesg[SIGCHKP].iname = "CHKP";
998 mesg[SIGCHKP].pname = CSAVS(2, 100, "check point start");
1005 if (mesg[SIGKCHKP].pname == NULL) {
1006 mesg[SIGKCHKP].iname = "KCHKP";
1007 mesg[SIGKCHKP].pname = CSAVS(2, 101, "check point start of kernel");
1014 if (mesg[SIGRSTA].pname == NULL) {
1015 mesg[SIGRSTA].iname = "RSTA";
1016 mesg[SIGRSTA].pname = CSAVS(2, 102, "restart start");
1023 if (mesg[SIGKRSTA].pname == NULL) {
1024 mesg[SIGKRSTA].iname = "KRSTA";
1025 mesg[SIGKRSTA].pname = CSAVS(2, 103, "restart of kernel");
1032 if (mesg[SIGXXMU].pname == NULL) {
1033 mesg[SIGXXMU].iname = "XXMU";
1034 mesg[SIGXXMU].pname = CSAVS(2, 104, "exeeded XMU size limit");
1040 if (mesg[SIGXRLG0].pname == NULL) {
1041 mesg[SIGXRLG0].iname = "XRLG0";
1042 mesg[SIGXRLG0].pname = CSAVS(2, 105, "exeeded RLG0 limit");
1048 if (mesg[SIGXRLG1].pname == NULL) {
1049 mesg[SIGXRLG1].iname = "XRLG1";
1050 mesg[SIGXRLG1].pname = CSAVS(2, 106, "exeeded RLG1 limit");
1056 if (mesg[SIGXRLG2].pname == NULL) {
1057 mesg[SIGXRLG2].iname = "XRLG2";
1058 mesg[SIGXRLG2].pname = CSAVS(2, 107, "exeeded RLG2 limit");
1064 if (mesg[SIGXRLG3].pname == NULL) {
1065 mesg[SIGXRLG3].iname = "XRLG3";
1066 mesg[SIGXRLG3].pname = CSAVS(2, 108, "exeeded RLG3 limit");