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

/illumos-gate/usr/src/boot/sys/boot/common/
H A Dpanic.c2 * $NetBSD: panic.c,v 1.2 1997/03/22 01:48:36 thorpej Exp $
45 panic(const char *fmt,...) function
49 printf("panic: ");
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Drtsubrs.c80 * panic
83 panic(fmt, va_alist) function
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dmisc.c159 * void panic call
163 panic() function
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dprintf.c117 assfail(panicbuf, "(panic)", 0);
123 panic(const char *fmt, ...) function
/illumos-gate/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.c132 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)
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;
/illumos-gate/usr/src/uts/common/os/
H A Dpanic.c30 * When the operating system detects that it is in an invalid state, a panic
33 * a system panic: recording information about the panic in memory (and thus
36 * system to be in one of four states with respect to the panic code:
38 * CALM - the state of the system prior to any thread initiating a panic
41 * a system panic records information about the cause of the panic
51 * The panic code itself must be re-entrant because actions taken during any
52 * state may lead to another system panic. Additionally, any Solaris
53 * thread may initiate a panic a
415 panic(const char *format, ...) function
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Dbzipfs.c47 #define panic(x, y) abort() macro
365 panic("bzipfs: critical error %d in bzip2 library occured\n", errorcode);
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c626 panic("Failed to allocate %d handles (%lu)", NUM_HANDLES_INIT,
638 panic("Failed to allocate %zu handles (%lu)", hsize /
644 panic("Failed to get device handles (%lu)\n",
648 panic("Failed to get device handles (%lu)",
684 panic("No bootable partitions found!");
707 panic(const char *fmt, ...) function
711 printf("panic: ");
/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c63 panic(const char *str) function
1245 panic("rn_init: could not init mask_rnhead ");
/illumos-gate/usr/src/cmd/mailx/
H A Daux.c81 panic(char *str) function
/illumos-gate/usr/src/cmd/backup/restore/
H A Dutilities.c320 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
/illumos-gate/usr/src/boot/sys/boot/sparc64/boot1/
H A Dboot1.c66 static void panic(const char *fmt, ...) __dead2;
351 panic("domount");
532 panic(const char *fmt, ...) function
539 printf("panic: %s\n", buf);
/illumos-gate/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
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfssubr.c38 #define panic(...) do { \ macro
663 panic("invalid RAID-Z configuration");
/illumos-gate/usr/src/lib/libzpool/common/
H A Dkernel.c694 * cmn_err() and panic()
709 panic(const char *fmt, ...) function
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c57 #include <sys/panic.h>
1106 * point. Adjust endtick accordingly to avoid panic.
1175 * Tunable to disable the checking of other cpu logout areas during panic for
1404 * but doesn't get them to the console. The UE causes a panic, but
1408 * going to panic with a UE, unless we're under protection. So, we
1484 * be logged as part of the panic flow.
1504 cpu_tl1_error(struct regs *rp, int panic) argument
1591 * but if we don't, we'll panic with something reasonable.
1718 * be logged as part of the panic flow.
1876 * or we want to panic i
2089 uchar_t panic = ((flags & CH_ERR_PANIC) != 0); local
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h3158 /* Turned on if a panic occured in the device... (viewed by functions that wait and get a timeout... - do not assert... )
3161 u8_t panic; member in struct:_lm_device_t

Completed in 192 milliseconds