Searched refs:panic (Results 51 - 75 of 395) sorted by relevance

1234567891011>>

/haiku/src/system/boot/arch/riscv64/
H A Darch_cpu.cpp44 panic("It's RISCY business trying to boot Haiku on the wrong CPU!\n");
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DObject.cpp58 panic("USB object did not become unbusy!");
/haiku/src/system/kernel/arch/arm64/
H A Darch_commpage.cpp26 panic("register_commpage_function(): Failed to find signal frame function \"%s\"!",
H A Darch_vm.cpp69 panic("arch_vm_init_end(): No page mapping for %p\n", address);
78 panic("arch_vm_init_end(): Failed to create area for boot loader "
/haiku/src/system/kernel/locks/
H A Dlock.cpp89 panic("recursive_lock_lock: called with interrupts disabled for lock "
115 panic("recursive_lock_lock: called with interrupts disabled for lock "
139 panic("recursive_lock %p unlocked by non-holder thread!\n", lock);
155 panic("recursive_lock_switch_lock(): called with interrupts "
197 panic("recursive_lock_switch_from_mutex(): called with interrupts "
227 panic("recursive_lock_switch_from_read_lock(): called with interrupts "
418 panic("rw_lock_destroy(): there are blocking threads, but the caller "
472 panic("too many read locks!");
497 panic("_rw_lock_read_lock(): called with interrupts disabled for lock %p",
556 panic("_rw_lock_read_lock_with_timeou
[all...]
/haiku/src/system/boot/platform/bios_ia32/
H A Dcpu.cpp66 panic("You need a Pentium or higher in order to boot!\n");
H A Dstart.cpp119 panic("kernel returned!\n");
163 panic("kernel returned!\n");
/haiku/src/system/kernel/arch/arm/
H A Darch_int.cpp153 panic("user vector page @ %p could not be created (%x)!",
182 panic("No interrupt controllers found!\n");
233 panic("not handled!");
390 panic("page fault in debugger without fault handler! Touching "
395 panic("PXN violation trying to execute user-mapped address 0x%08" B_PRIxADDR " from kernel mode\n",
398 panic("unhandled alignment exception\n");
400 panic("unhandled access flag fault\n");
417 panic("page fault, interrupts disabled, fault handler loop. "
423 // allowed to happen and we must panic.
424 panic("pag
[all...]
H A Darch_vm.cpp77 panic("arch_vm_init_end(): No page mapping for %p\n", address);
86 panic("arch_vm_init_end(): Failed to create area for boot loader "
H A Dsoc_omap3.cpp104 panic("OMAP3InterruptController: cannot map registers!");
194 panic("Cannot map OMAP3Timer registers!");
198 panic("Cannot get OMAP3Timer interrupt!");
/haiku/src/system/kernel/arch/m68k/
H A Darch_int.cpp169 panic("can't determine r/w from iframe type %d\n",
198 panic("system reset exception\n");
214 panic("page fault in debugger without fault handler! Touching "
232 // we must panic
233 panic("page fault, but interrupts were disabled. Touching "
238 panic("page fault not allowed at this place. Touching address "
273 panic("m68k_exception_entry(): external interrupt although we "
304 panic("unhandled exception type\n");
532 panic("arch_int_init_post_device_manager(): Found no PIC modules!");
541 panic("arch_int_init_post_device_manage
[all...]
H A Darch_thread.cpp187 panic("arch_thread_init_kthread_stack(): Implement me!");
208 panic("arch_thread_context_switch: bad pgdir 0x%lx\n", newPageDirectory);
230 panic("arch_thread_enter_uspace(): not yet implemented\n");
/haiku/src/system/boot/platform/openfirmware/
H A Dstart.cpp60 panic("Unknown kernel format! Not 32-bit or 64-bit!");
82 panic("Kernel returned! Return value: %" B_PRId32 "\n", error);
/haiku/src/libs/compat/openbsd_network/compat/sys/
H A Dsystm.h95 panic("splassert: interrupts enabled but should be disabled");
97 panic("splassert: interrupts disabled but should be enabled");
/haiku/src/system/kernel/arch/sparc/
H A Darch_thread.cpp86 panic("arch_thread_init_kthread_stack(): Implement me!");
114 panic("arch_thread_enter_uspace(): not yet implemented\n");
/haiku/src/tests/system/boot/heap/
H A DheapTest.cpp50 panic(const char* format, ...) function
274 panic(" could not reuse buffer");
278 panic(" could not reuse buffer");
282 panic(" could not reuse buffer");
286 panic(" could reuse buffer!");
289 panic(" contents differ!");
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dbuf_ring.h75 panic("buf=%p already enqueue at %d prod=%d cons=%d",
97 panic("dangling value in enqueue");
220 panic("lock not held on single consumer dequeue");
222 panic("inconsistent list cons_tail=%d cons_head=%d",
288 panic("lock not held on single consumer dequeue");
309 panic("lock not held on single consumer dequeue");
/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp39 #define ASSERT(x) if (!(x)) panic("assert failed: %s", #x);
62 panic(const char *format, ...) function
415 panic("leak check info has invalid size %" B_PRIuSIZE " for"
424 panic("someone wrote beyond small allocation at"
447 panic("leak check info has invalid size %" B_PRIuSIZE " for"
457 panic("someone wrote beyond big allocation at 0x%08lx;"
497 panic("free page is not part of the page table\n");
500 panic("free page has invalid index\n");
503 panic("free page index does not lead to target page\n");
506 panic("fre
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DExtentStream.cpp63 panic("ExtentStream::FindBlock() invalid header\n");
79 panic("ExtentStream::FindBlock() invalid header\n");
81 panic("ExtentStream::FindBlock() invalid checksum\n");
189 panic("stream->extent_header.NumEntries() == 0\n");
405 panic("stream->extent_header.NumEntries() == 0\n");
416 panic("Shrink() invalid header\n");
462 panic("Shrink() invalid header\n");
466 panic("Shrink() last.PhysicalBlock() != path[level + 1]\n");
501 panic("_Check() invalid header\n");
508 panic("_Chec
[all...]
/haiku/src/system/kernel/slab/
H A DObjectCache.cpp182 panic("cache: destroying a slab which isn't empty.");
203 panic("object_cache: free'd object %p has no slab", object);
214 panic("object_cache: tried to free invalid object pointer %p", object);
265 panic("object_cache: to be freed object %p: slab not part of cache!",
274 panic("object_cache: double free of %p (slab %p, cache %p)",
/haiku/src/system/boot/platform/efi/
H A Dmmu.cpp59 panic("Unabled to allocate memory: %li", s);
120 panic("Can't currently support more than 512GB of RAM!");
215 panic("Can't currently support more than 512GB of RAM!");
225 panic("Couldn't add allocated region");
310 panic("platform_free_region: Unknown region to free??");
/haiku/src/system/kernel/arch/x86/
H A Darch_smp.cpp163 panic("arch_smp_send_multicast_ici: called with interrupts enabled");
201 panic("arch_smp_send_broadcast_ici: called with interrupts enabled");
222 panic("arch_smp_send_ici: called with interrupts enabled");
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp132 panic("EVENT frame corrupted\n");
151 panic("ACL frame corrupted\n");
161 panic("unknown packet type in assembly");
180 panic("need to send full buffer to btdatacore!\n");
307 panic("passing null buffer");
404 panic("no way Dude we need that!");
/haiku/src/system/kernel/
H A Dheap.cpp867 panic("free page is not part of the page table\n");
870 panic("free page has invalid index\n");
873 panic("free page index does not lead to target page\n");
876 panic("free page entry has invalid prev link\n");
879 panic("free page marked as in use\n");
889 panic("free page count doesn't match free page list\n");
900 panic("free pages and used pages do not add up (%lu + %lu != %lu)\n",
913 panic("size ordering of area list broken\n");
916 panic("area list entry has invalid prev link\n");
927 panic("bas
[all...]
/haiku/src/system/boot/platform/amiga_m68k/
H A Dconsole.cpp242 panic("AllocRequest");;
274 panic("OpenWindow");;
648 panic("Cannot open %s", GRAPHICSNAME);
665 panic("OpenScreen()\n");
678 panic("OpenFont()\n");
690 panic("sDebugOutput.Open() 0x%08lx\n", err);
696 panic("sOutput.Open() 0x%08lx\n", err);
723 panic("Cannot open %s", KEYMAPNAME);
729 panic("sInput.Open() 0x%08lx\n", err);

Completed in 116 milliseconds

1234567891011>>