Searched refs:panic (Results 1 - 25 of 396) sorted by relevance

1234567891011>>

/haiku/src/tests/system/libroot/posix/
H A Dposix_spawn_pipe_test.c9 #define panic(n, str) if (n != 0) { perror(str); return 1; } macro
19 panic(pipe(out), "pipe stdout");
20 panic(pipe(err), "pipe stderr");
23 panic(errno, "init");
25 panic(errno, "close stdout read");
27 panic(errno, "dup2 stdout write");
29 panic(errno, "close stderr read");
31 panic(errno, "dup2 stderr write");
33 panic(errno, "spawn");
36 if (cOut == NULL) panic(
[all...]
H A Dposix_spawn_redir_test.c6 #define panic(str) if (ret != 0) { errno = ret; perror(str); return 1; } macro
14 panic("init");
17 panic("addopen");
19 panic("adddup2");
21 panic("spawn");
H A Dpthread_attr_stack_test.cpp7 #define panic(str) if (ret != 0) { errno = ret; perror(str); return 1; } macro
26 panic("init");
30 panic("getstack");
35 panic("memalign");
37 panic("setstack");
39 panic("getstack");
44 panic("create");
46 panic("join");
49 panic("destroy");
H A Dtls_concurrency_test.c6 #define panic(n, str) if (n != 0) { perror(str); return 1; } macro
24 panic(errno, "pthread_create");
29 panic(errno, "pthread_join");
/haiku/src/system/kernel/arch/mips/
H A Darch_smp.cpp20 panic("called arch_smp_send_ici!\n");
25 panic("called arch_smp_send_broadcast_ici\n");
H A Darch_vm.cpp21 panic("map_page_into_kspace: XXX finish or dont use!\n");
/haiku/src/system/kernel/util/
H A Dkernel_cpp.cpp24 # define panic printf macro
59 panic("pure virtual function call\n");
67 panic("pure virtual function call\n");
234 panic("_Unwind_DeleteException");
241 panic("_Unwind_Find_FDE");
249 panic("_Unwind_GetDataRelBase");
256 panic("_Unwind_GetGR");
263 panic("_Unwind_GetIP");
270 panic("_Unwind_GetIPInfo");
277 panic("_Unwind_GetLanguageSpecificDat
[all...]
/haiku/src/system/kernel/arch/sparc/
H A Darch_smp.cpp40 panic("arch_smp_send_multicast_ici: called with interrupts enabled");
48 panic("called arch_smp_send_ici!\n");
55 panic("called arch_smp_send_broadcast_ici\n");
/haiku/src/system/kernel/arch/arm/
H A Darch_smp.cpp40 panic("arch_smp_send_multicast_ici: called with interrupts enabled");
48 panic("called arch_smp_send_ici!\n");
55 panic("called arch_smp_send_broadcast_ici\n");
H A Dsoc.h27 panic("Multiple InterruptController objects created; that is currently unsupported!");
52 panic("Multiple HardwareTimer objects created; that is currently unsupported!");
/haiku/src/system/kernel/arch/m68k/
H A Darch_smp.cpp40 panic("arch_smp_send_multicast_ici: called with interrupts enabled");
48 panic("called arch_smp_send_ici!\n");
55 panic("called arch_smp_send_broadcast_ici\n");
/haiku/src/system/kernel/arch/ppc/
H A Darch_smp.cpp33 panic("called arch_smp_send_ici!\n");
42 panic("arch_smp_send_multicast_ici: called with interrupts enabled");
50 panic("called arch_smp_send_broadcast_ici\n");
H A Darch_int.cpp118 panic("system reset exception\n");
121 panic("machine check exception\n");
145 panic("page fault in debugger without fault handler! Touching "
152 // we must panic
153 panic("page fault, but interrupts were disabled. Touching "
158 panic("page fault not allowed at this place. Touching address "
183 panic("ppc_exception_entry(): external interrupt although we "
199 panic("alignment exception: unimplemented\n");
202 panic("program exception: unimplemented\n");
205 panic("F
[all...]
/haiku/src/system/kernel/lib/
H A Dstack_protector.cpp22 panic("stack smashing detected\n");
/haiku/src/libs/compat/freebsd_network/compat/machine/
H A Din_cksum.h19 panic("in_pseudo() called");
28 panic("in_cksum_skip() called");
/haiku/src/system/boot/loader/
H A Dmisc.cpp23 panic(message);
/haiku/src/libs/compat/freebsd_network/
H A Dmii.c22 panic("miibus_readreg, no support");
32 panic("miibus_writereg, no support");
H A Dmutex.c90 panic("mutex %p not owned at %s:%d",
94 panic("mutex %p recursed at %s:%d",
97 panic("mutex %p unrecursed at %s:%d",
103 panic("mutex %p owned at %s:%d",
107 panic("unknown mtx_assert at %s:%d", file, line);
/haiku/src/tests/system/kernel/
H A Dspinlock_contention.cpp19 #define panic printf macro
54 panic("acquire_spinlock_nocheck: attempt to acquire lock %p with interrupts enabled\n", lock);
60 panic("acquire_spinlock_nocheck: attempt to acquire lock %p with interrupts enabled\n", lock);
62 panic("acquire_spinlock_nocheck: attempt to acquire lock %p twice on non-SMP system\n", lock);
72 panic("release_spinlock: attempt to release lock %p with interrupts enabled\n", lock);
77 panic("release_spinlock: lock %p was already released\n", lock);
88 panic("release_spinlock: attempt to release lock %p with interrupts enabled\n", lock);
90 panic("release_spinlock: lock %p was already released\n", lock);
/haiku/src/tests/system/boot/loader/
H A Dplatform_debug.cpp14 panic(const char *format, ...) function
/haiku/src/system/boot/platform/u-boot/
H A Dcpu.cpp36 panic("You need a 6502 or higher in order to boot!\n");
/haiku/src/system/boot/platform/atari_m68k/
H A Dcpu.cpp45 panic("can't get a cookie (_CPU)!");
63 panic("can't get a cookie (_FPU)!");
81 panic("bad fpu");
90 panic("can't get a cookie (_MCH)!");
126 panic("You need a 68020 or higher in order to boot!\n");
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_start.cpp52 panic("Failed to allocate kernel args.");
72 panic("Unable to determine size of system memory map");
82 panic("Unable to allocate memory map.");
88 panic("Unable to fetch system memory map.");
136 panic("Unable to fetch system memory map.");
/haiku/src/system/boot/platform/efi/arch/arm/
H A Darch_start.cpp90 panic("Failed to allocate kernel args.");
99 panic("Failed to allocate trampoline page.");
114 panic("Unable to determine size of system memory map");
129 panic("Unable to allocate memory map.");
135 panic("Unable to fetch system memory map.");
182 panic("Unable to fetch system memory map.");
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_start.cpp54 panic("Unable to determine size of system memory map");
63 panic("Unable to allocate memory map.");
70 panic("Unable to fetch system memory map.");
155 panic("Unable to fetch system memory map.");
176 panic("Unexpected Exception Level\n");
191 panic("Kernel or Stack memory not accessible\n");

Completed in 304 milliseconds

1234567891011>>