| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| assert.pl | 11 # be printed out by &panic, which is just the stack-backtrace 15 &panic("ASSERTION BOTCHED: $_[$[]",$@) unless eval $_[$[]; 18 sub panic { subroutine
|
| /onnv/onnv-gate/usr/src/cmd/lp/model/netpr/ |
| misc.c | 159 * void panic call 163 panic() function
|
| /onnv/onnv-gate/usr/src/cmd/sgs/rtld.4.x/ |
| rtsubrs.c | 80 * panic 83 panic(fmt, va_alist) function
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/src/ |
| err.c | 132 bool panic; local 145 panic = true; 150 panic = false; 154 panic = false; 187 if (!panic && CurEnv != NULL) 217 sm_syslog(panic ? LOG_ALERT : LOG_CRIT, 246 if (panic)
|
| envelope.c | 181 bool panic = false; local 479 panic = savemail(e, !bitset(EF_NO_BODY_RETN, e->e_flags)); 526 if (!panic) 535 if (panic && QueueMode == QM_LOST) 548 updfs(e, -1, panic ? 0 : -1, "dropenvelope");
|
| savemail.c | 37 ** true if savemail panic'ed, (i.e., the data file should 62 bool panic = false; local 85 return panic; 141 return panic; 157 return panic; 471 loseqfile(e, "savemail panic"); 472 panic = true; 479 return panic; [all...] |
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| panic.c | 27 * When the operating system detects that it is in an invalid state, a panic 30 * a system panic: recording information about the panic in memory (and thus 33 * system to be in one of four states with respect to the panic code: 35 * CALM - the state of the system prior to any thread initiating a panic 38 * a system panic records information about the cause of the panic 48 * The panic code itself must be re-entrant because actions taken during any 49 * state may lead to another system panic. Additionally, any Solaris 50 * thread may initiate a panic at any time, and so we must have synchronizatio 411 panic(const char *format, ...) function [all...] |
| /onnv/onnv-gate/usr/src/cmd/mailx/ |
| aux.c | 81 panic(char *str) function 83 fprintf(stderr, gettext("mailx: Panic - %s\n"), str);
|
| /onnv/onnv-gate/usr/src/cmd/backup/restore/ |
| utilities.c | 320 panic(gettext("%s: unknown type %d\n"), "linkit", type); 404 panic(gettext("flags: %s\n"), flagvalues(ep)); 487 * Note that a panic w/ EOF on the tty means all panics will return... 494 panic(const char *msg, ...) function 512 panic(va_dcl) function
|
| /onnv/onnv-gate/usr/src/common/net/patricia/ |
| radix.c | 63 panic(const char *str) function 65 fprintf(stderr, "Panic - %s\n", str); [all...] |
| /onnv/onnv-gate/usr/src/lib/libzpool/common/ |
| kernel.c | 583 * cmn_err() and panic() 600 panic(const char *fmt, ...) function
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/db/ |
| db_int.h | 96 * Panic check: 97 * All interfaces check the panic flag, if it's set, the tree is dead. 223 int panic; /* Region is dead. */ member in struct:_rlayout
|
| /onnv/onnv-gate/usr/src/uts/sun4u/cpu/ |
| us3_common.c | 57 #include <sys/panic.h> 1100 * point. Adjust endtick accordingly to avoid panic. 2083 uchar_t panic = ((flags & CH_ERR_PANIC) != 0); local [all...] |