Searched refs:panic (Results 26 - 50 of 395) sorted by relevance

1234567891011>>

/haiku/src/system/kernel/arch/mips/
H A Darch_pmap.cpp39 panic("pmap_unmap_page unimplemented!\n");
/haiku/src/system/kernel/vm/
H A DVMDeviceCache.cpp27 panic("device_store: read called. Invalid!\n");
H A DVMPageQueue.h74 panic("%p->VMPageQueue::Append(page: %p): page thinks it is "
93 panic("%p->VMPageQueue::Prepend(page: %p): page thinks it is "
112 panic("%p->VMPageQueue::InsertAfter(page: %p): page thinks it is "
131 panic("%p->VMPageQueue::Remove(page: %p): page thinks it "
154 panic("%p->VMPageQueue::RemoveHead(): page %p thinks it is in "
171 panic("%p->VMPageQueue::Requeue(): page %p thinks it is in "
196 panic("%p->VMPageQueue::AppendUnlocked(): page %p thinks it is "
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DClassCache.h19 panic("unexpected size passed to operator new!"); \
/haiku/src/system/boot/platform/efi/
H A Dheap.cpp23 panic("Attempt to release heap with wrong base address!");
/haiku/src/system/boot/loader/
H A Dmain.cpp40 panic("Could not initialize heap!\n");
59 panic("Could not initialize VFS!\n");
106 panic("Could not locate any supported boot devices!\n");
155 panic("Could not allocate memory for the boot volume kernel "
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Darch_start.cpp99 panic("Unable to determine size of system memory map");
109 panic("Unable to allocate memory map.");
115 panic("Unable to fetch system memory map.");
164 panic("Unable to fetch system memory map.");
/haiku/src/system/boot/arch/m68k/
H A Dmmu_040.cpp132 panic("mmu root pointer missaligned!");
206 panic("invalid page root entry %d\n", index);
273 panic("lookup_pte: invalid entry pgrt[%d]", rindex);
278 panic("lookup_pte: invalid entry pgrt[%d] prdir[%d]", rindex, dindex);
284 panic("lookup_pte: invalid entry pgrt[%d] prdir[%d] pgtbl[%d]",
300 panic("unmap_page: asked to unmap invalid page %p!\n",
307 panic("unmap_page: asked to map non-existing page for %08x\n",
333 panic("map_page: asked to map existing page for %08x\n",
/haiku/src/system/kernel/arch/sparc/
H A Darch_vm.cpp64 panic("arch_vm_init_end(): No page mapping for %p\n", address);
71 panic("arch_vm_init_end(): Failed to create area for boot loader "
/haiku/src/system/kernel/arch/arm64/
H A DPMAPPhysicalPageMapper.cpp42 panic("MemcpyFromPhysical user not impl");
55 panic("MemcpyToPhysical user not impl");
/haiku/src/libs/compat/openbsd_network/compat/sys/
H A Drwlock.h47 panic("bad rw op");
71 panic("rw_assert_wrlock failed!");
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dintel_extreme_private.h51 panic("find_reg is only supposed to be used for unrouped registers\n");
69 panic("find_reg didn't have any matching register\n");
/haiku/src/system/kernel/
H A Dsmp.cpp66 // panic(), assuming a deadlock.
207 panic("spinlock %p was held for %" B_PRIdBIGTIME " usecs (%d allowed)\n",
304 panic("try_acquire_spinlock: attempt to acquire lock %p with "
333 panic("acquire_spinlock: attempt to acquire lock %p with interrupts "
348 panic("acquire_spinlock(): Failed to acquire spinlock %p "
352 panic("acquire_spinlock(): Failed to acquire spinlock %p "
380 panic("acquire_spinlock: attempt to acquire lock %p twice on "
396 panic("acquire_spinlock_nocheck: attempt to acquire lock %p with "
410 panic("acquire_spinlock_nocheck(): Failed to acquire "
414 panic("acquire_spinlock_nochec
[all...]
/haiku/src/system/kernel/arch/arm/
H A Darch_int_gicv2.cpp24 panic("not able to map the memory area for gicd\n");
32 panic("not able to map the memory area for gicc\n");
/haiku/src/system/kernel/debug/
H A Ddebug_paranoia.cpp417 panic("create_paranoia_check_set(): NULL object");
426 panic("create_paranoia_check_set(): object %p already has a check set",
434 panic("create_paranoia_check_set(): out of free slots");
455 panic("delete_paranoia_check_set(): object %p doesn't have a check set",
480 panic("run_paranoia_checks(): object %p doesn't have a check set",
490 panic("paranoia check failed for object %p (%s), address: %p, "
514 panic("set_paranoia_check(): object %p doesn't have a check set",
523 panic("set_paranoia_check(): object %p already has a check for "
529 panic("set_paranoia_check(): changing check sizes not supported");
538 panic("set_paranoia_chec
[all...]
/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_start.cpp68 panic("Failed to allocate kernel args.");
84 panic("Unable to determine size of system memory map");
94 panic("Unable to allocate memory map.");
100 panic("Unable to fetch system memory map.");
147 panic("Unable to fetch system memory map.");
/haiku/src/system/kernel/arch/x86/
H A Darch_int.cpp91 panic("unhandled trap 0x%lx (%s) at ip 0x%lx, thread %" B_PRId32 "!\n",
101 panic("Fatal exception \"%s\" occurred! Error code: 0x%lx\n",
207 panic("Unexpected exception \"%s\" occurred in kernel mode! "
296 panic("page fault in debugger without fault handler! Touching "
304 panic("SMEP violation user-mapped address %p touched from kernel %p\n",
312 panic("SMAP violation user-mapped address %p touched from kernel %p\n",
331 panic("page fault, interrupts disabled, fault handler loop. "
337 // allowed to happen and we must panic.
338 panic("page fault, but interrupts were disabled. Touching address "
342 panic("pag
[all...]
H A Darch_altcodepatch.cpp47 panic("can't copy patch: new code is too long\n");
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2util.cpp36 panic("expected to be contiguous");
87 panic("Analizing NULL packet");
112 panic(BLUETOOTH_DEVICE_DEVFS_NAME ":no protocol specified for ");
/haiku/src/system/boot/platform/amiga_m68k/
H A Ddebug.cpp25 panic(const char *format, ...) function
/haiku/src/system/boot/platform/atari_m68k/
H A Ddebug.cpp20 panic(const char *format, ...) function
/haiku/src/system/boot/platform/u-boot/
H A Ddebug.cpp18 panic(const char* format, ...) function
/haiku/src/system/kernel/arch/m68k/
H A Darch_platform.cpp68 panic("unknown platform d\n", kernelArgs->arch_args.platform);
/haiku/src/system/boot/platform/next_m68k/
H A Ddebug.cpp32 panic(const char *format, ...) function
/haiku/src/system/boot/platform/riscv/
H A Ddebug.cpp44 panic(const char* format, ...) function

Completed in 275 milliseconds

1234567891011>>