Searched defs:panic (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dassert.pl11 # be printed out by &panic, which is just the stack-backtrace
15 &panic("ASSERTION BOTCHED: $_[$[]",$@) unless eval $_[$[];
18 sub panic { subroutine
/osnet-11/usr/src/cmd/sendmail/src/
H A Denvelope.c166 ** EX_* status (currently: 0: success, EX_IOERR on panic)
179 bool panic = false; local
480 panic = savemail(e, !bitset(EF_NO_BODY_RETN, e->e_flags));
527 if (!panic)
536 if (panic && QueueMode == QM_LOST)
549 updfs(e, -1, panic ? 0 : -1, "dropenvelope");
624 if (panic)
H A Derr.c130 bool panic; local
143 panic = true;
148 panic = false;
152 panic = false;
185 if (!panic && CurEnv != NULL)
215 sm_syslog(panic ? LOG_ALERT : LOG_CRIT,
244 if (panic)
H A Dsavemail.c35 ** true if savemail panic'ed, (i.e., the data file should
60 bool panic = false; local
83 return panic;
139 return panic;
155 return panic;
469 loseqfile(e, "savemail panic");
470 panic = true;
477 return panic;
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb_int.h97 * All interfaces check the panic flag, if it's set, the tree is dead.
223 int panic; /* Region is dead. */ member in struct:_rlayout
/osnet-11/usr/src/lib/libzpool/common/
H A Dkernel.c606 * cmn_err() and panic()
623 panic(const char *fmt, ...) function

Completed in 51 milliseconds