HomeSort by relevance Sort by last modified time
    Searched defs:panic (Results 1 - 14 of 14) sorted by null

  /netvirt/usr/src/cmd/perl/5.6.1/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
  /netvirt/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
  /netvirt/usr/src/cmd/lp/model/netpr/
misc.c 159 * void panic call
163 panic() function
  /netvirt/usr/src/cmd/sgs/rtld.4.x/
rtsubrs.c 80 * panic
83 panic(fmt, va_alist) function
  /netvirt/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 191 bool panic = false; local
489 panic = savemail(e, !bitset(EF_NO_BODY_RETN, e->e_flags));
536 if (!panic)
545 if (panic && QueueMode == QM_LOST)
558 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...]
  /netvirt/usr/src/uts/common/os/
panic.c 26 #pragma ident "@(#)panic.c 1.24 07/12/06 SMI"
29 * When the operating system detects that it is in an invalid state, a panic
32 * a system panic: recording information about the panic in memory (and thus
35 * system to be in one of four states with respect to the panic code:
37 * CALM - the state of the system prior to any thread initiating a panic
40 * a system panic records information about the cause of the panic
50 * The panic code itself must be re-entrant because actions taken during any
51 * state may lead to another system panic. Additionally, any Solari
402 panic(const char *format, ...) function
    [all...]
  /netvirt/usr/src/cmd/mailx/
aux.c 81 panic(char *str) function
83 fprintf(stderr, gettext("mailx: Panic - %s\n"), str);
  /netvirt/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
  /netvirt/usr/src/common/net/patricia/
radix.c 64 panic(const char *str) function
66 fprintf(stderr, "Panic - %s\n", str);
1192 panic("rn_init: could not init mask_rnhead ");
  /netvirt/usr/src/lib/libzpool/common/
kernel.c 566 * cmn_err() and panic()
583 panic(const char *fmt, ...) function
  /netvirt/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
  /netvirt/usr/src/uts/sun4u/cpu/
us3_common.c 59 #include <sys/panic.h>
1098 * point. Adjust endtick accordingly to avoid panic.
2070 uchar_t panic = ((flags & CH_ERR_PANIC) != 0); local
    [all...]

Completed in 1140 milliseconds