/illumos-gate/usr/src/uts/sun4/os/ |
H A D | mp_call.c | 55 * If panicstr is set or a poke_cpu is already pending, 59 if (panicstr || *ptr == B_TRUE || 74 if (panicstr)
|
H A D | cpu_states.c | 227 if (panicstr) 230 if (!panicstr) 261 if (!panicstr) 264 if (panicstr)
|
H A D | prom_subr.c | 254 if (panicstr) 337 if (panicstr) 385 if (busy && panicstr == NULL) { 397 if (busy && panicstr == NULL) {
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | mp_call.c | 51 if (panicstr) 68 if (panicstr)
|
/illumos-gate/usr/src/lib/libfakekernel/common/sys/ |
H A D | mutex.h | 77 #define MUTEX_NOT_HELD(x) (!mutex_owned(x) || panicstr)
|
/illumos-gate/usr/src/uts/sun4u/sunfire/ml/ |
H A D | sysctrl_asm.s | 69 * %g5 - check for panicstr 79 sethi %hi(panicstr), %g5 80 ldn [%g5 + %lo(panicstr)], %g5
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mutex.h | 86 #define MUTEX_NOT_HELD(x) (!mutex_owned(x) || panicstr || quiesce_active)
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | mutex.c | 243 if (panicstr) 373 if (CPU_ON_INTR(cpup) && !panicstr) { 388 if (panicstr) 535 if (panicstr || quiesce_active) 653 if (panicstr) 662 if (panicstr) 687 if (panicstr) 703 if (panicstr) {
|
H A D | console.c | 114 if (panicstr != NULL) 144 if (panicstr != NULL) 263 if (rconsvp == NULL || panicstr || 286 if (console_taskq != NULL && rconsvp != NULL && panicstr == NULL &&
|
H A D | rwstlock.c | 76 if (panicstr) 104 if (panicstr)
|
H A D | printf.c | 123 if (((sl & SL_CONSONLY) && panicstr) || 160 if (on_intr && !panicstr) { 315 if (!aok && !panicstr) 332 if (!aok && !panicstr)
|
H A D | panic.c | 91 * these is panicstr, which allows threads to subsequently bypass held 93 * other CPUs *prior* to setting panicstr in case threads running there are 111 * miscellaneous platform-specific tasks *after* panicstr is set, 163 char *volatile panicstr; /* format string to first panicsys() */ variable 281 * possible -- panicstr is not set so we can still deadlock. 285 panicstr = (char *)format; 309 * are executed with panicstr set so they can bypass locks. 360 } else if (panic_dump != 0 || panic_sync != 0 || panicstr != NULL) {
|
H A D | condvar.c | 192 if (panicstr) 270 if (panicstr) 314 if (panicstr) 376 if (panicstr) 537 if (panicstr) 663 if (panicstr)
|
H A D | semaphore.c | 235 if (panicstr) { 339 if (panicstr) { 394 if (panicstr)
|
H A D | dumpsubr.c | 1308 if (panicstr) 1502 if (panicstr) 1509 if (!panicstr) { 1552 if (!panicstr) { 1912 if (panicstr && hp->helper != MAINHELPER) 2639 if (panicstr) { 2669 if (panicstr) { 2674 panicstr, panicargs); 2695 if (!panicstr) { 2783 if (panicstr) { [all...] |
/illumos-gate/usr/src/lib/libfakekernel/common/ |
H A D | printf.c | 38 char *volatile panicstr; variable 109 panicstr = (char *)fmt;
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | archdep.c | 283 if (!panicstr) 286 if (panicstr && !dump_stack_scratch) { 296 cpu = (panicstr && CPU->cpu_id == panic_cpu.cpu_id)? &panic_cpu : CPU; 367 if (panicstr && dump_stack_scratch) { 390 if (!panicstr) {
|
/illumos-gate/usr/src/uts/common/disp/ |
H A D | disp_lock.c | 144 if (panicstr) { 179 if (panicstr)
|
/illumos-gate/usr/src/uts/sun4v/os/ |
H A D | wdt.c | 202 if (panicstr) 227 if (panicstr) {
|
/illumos-gate/usr/src/uts/sparc/v7/sys/ |
H A D | traptrace.h | 107 set panicstr, scr1; \ 130 set panicstr, scr2; \
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | lufs_top.c | 268 if ((mtm->mtm_closed & TOP_SYNC) && !panicstr) { 319 ul->un_maxresv)) && !panicstr) { 374 if ((mtm->mtm_closed & TOP_ASYNC) && !panicstr) { 388 !panicstr) { 473 if (mtm->mtm_activesync || panicstr) {
|
/illumos-gate/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 1219 if (!panicstr) 1222 if (panicstr && !dump_stack_scratch) { 1266 if (panicstr && dump_stack_scratch) { 1289 if (!panicstr) { 1320 if (!panicstr) 1323 if (panicstr && !dump_stack_scratch) { 1333 cpu = (panicstr && CPU->cpu_id == panic_cpu.cpu_id)? &panic_cpu : CPU; 1399 if (panicstr && dump_stack_scratch) { 1423 if (!panicstr) {
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | assfail.c | 34 const char *panicstr; variable 43 * Called from __assert() to set panicstr and panic_thread. 48 panicstr = msg; 71 panicstr = msg;
|
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/ |
H A D | pcmu_ib.c | 170 while (PCMU_IB_INO_INTR_PENDING(state_reg_p, ino) && !panicstr) { 256 while (PCMU_IB_INO_INTR_PENDING(state_reg, ino) && !panicstr) { 524 PCMU_IB_INO_INTR_PENDING(state_reg, ino) && !panicstr) { 612 PCMU_IB_INO_INTR_PENDING(state_reg, ino) && !panicstr) {
|
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | hat_i86.h | 204 panicstr != NULL || vmem_is_populator())
|