Searched refs:panic (Results 1 - 25 of 25) 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
H A Dsigtrap.pm85 kill 'ABRT', $$ if $panic++;
H A Dperl5db.pl962 $panic,
7232 kill 'ABRT', $$ if $panic++;
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dtxn.h133 if ((tmgrp)->region->hdr.panic) \
H A Dlog.h45 if ((dblp)->lp->rlayout.panic) \
H A Dlock.h27 if ((lt)->region->hdr.panic) \
H A Dmp.h111 if ((dbmp)->mp->rlayout.panic) \
/osnet-11/usr/src/cmd/sendmail/src/
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 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 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;
H A Dsendmail.h2074 # define SYNC_DIR(path, panic) sync_dir(path, panic)
2077 # define SYNC_DIR(path, panic) ((void) 0)
H A Ddeliver.c939 ** panic -- panic?
946 sync_dir(filename, panic)
948 bool panic;
976 if (panic)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL794 &panic("type 0??") unless $typeno;
1118 &panic("no length?") unless $length;
1123 &panic("no length?") unless $length;
1152 &panic("no length for $prefix.$fieldname") unless $length;
1247 &panic("can't eval scrunch_code $@ \nscrunch_code") if $@;
1255 &panic("why do you care?") unless $perl;
1334 &panic("$_: $@") if $@;
1346 &panic("already got a template for $name") if defined $template{$name};
1361 sub panic {
/osnet-11/usr/src/cmd/sendmail/db/mp/
H A Dmp_open.c160 dbenv->mp_info->mp->rlayout.panic = 1;
/osnet-11/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h92 #define CE_PANIC 3 /* panic */
105 extern void panic(const char *, ...);
108 #define fm_panic panic
220 #define thread_join(t) panic("libzpool cannot join threads")
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_region.c330 rlp->panic = 0;
365 if (rlp->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/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm637 my @panic = ( # MUST all be lowercase!
641 # the favor of providing Catalan as a panic-fallback for
672 # And the panic languages for English is, of course, nil!
687 while(@panic) {
688 ($k,$v) = splice(@panic,0,2);
729 # When in panic or in doubt, run in circles, scream, and shout!
/osnet-11/usr/src/cmd/sendmail/db/log/
H A Dlog.c169 dbenv->lg_info->lp->rlayout.panic = 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm161 panic: Devel::DProf inconsistent subroutine return
/osnet-11/usr/src/cmd/sendmail/db/lock/
H A Dlock_region.c167 dbenv->lk_info->region->hdr.panic = 1;
/osnet-11/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c229 dbenv->tx_info->region->hdr.panic = 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm284 panic if you do not have some of them, just press ENTER for those. To
/osnet-11/usr/src/lib/libzpool/common/
H A Dkernel.c606 * cmn_err() and panic()
623 panic(const char *fmt, ...) function
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dxsubpp1787 die "panic: do not know how to handle this branch for function pointers"

Completed in 115 milliseconds