Searched refs:panic (Results 101 - 125 of 395) sorted by relevance

1234567891011>>

/haiku/src/system/boot/arch/arm/
H A Darch_cpu.cpp99 panic("Retire your old Acorn and get something modern to boot!\n");
/haiku/src/libs/compat/freebsd_network/
H A Ddevice.h65 panic(msg);
/haiku/src/system/kernel/arch/x86/64/
H A Dsignals.cpp57 panic("register_commpage_function(): Failed to find "
/haiku/src/system/kernel/arch/riscv64/
H A Darch_commpage.cpp58 panic("register_commpage_function(): Failed to find "
/haiku/src/system/kernel/arch/arm/
H A Darch_timer.cpp70 panic("No hardware timer found!\n");
H A Darch_commpage.cpp55 panic("register_commpage_function(): Failed to find "
H A Darch_cpu.cpp30 panic("No SMP support on ARM yet!\n");
H A Dsoc_sun4i.cpp80 panic("Sun4iInterruptController: cannot map registers!");
/haiku/src/add-ons/kernel/drivers/misc/
H A Dkdl.c94 panic("requested from kdl driver.");
/haiku/src/system/boot/platform/efi/
H A Dstart.cpp146 panic("Unknown kernel format! Not 32-bit or 64-bit!");
171 panic("Unknown kernel format! Not 32-bit or 64-bit!");
202 panic("Unabled to allocate a stack");
215 panic("Shouldn't get here!");
/haiku/headers/private/kernel/util/
H A Diovec_support.h35 panic("generic_memcpy: physical -> physical not supported!");
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp444 panic("error mounting rootfs!\n");
452 panic("error mounting devfs\n");
478 panic("get_boot_partitions failed!");
481 panic("did not find any boot partitions! @! syslog | tail 15");
490 panic("could not get boot device!\n");
514 panic("could not mount boot device!\n");
545 panic("Failed to mount system packagefs: %s",
/haiku/src/system/boot/platform/efi/arch/arm/
H A Darch_mmu.cpp81 panic("ran out of page tables\n");
132 panic("too many virtual ranges to keep");
134 panic("failed to add virtual range to keep");
223 panic("Failed to allocate page directory.");
242 panic("Failed to allocate vector table.");
/haiku/src/system/kernel/arch/arm64/
H A Darch_int.cpp319 panic("unhandled pagefault! FAR=%lx ELR=%lx ESR=%lx",
368 panic("syscall restart");
378 panic("unhandled exception! FAR=%lx ELR=%lx ESR=%lx (EC=%lx)",
392 panic("unhandled error! FAR=%lx ELR=%lx ESR=%lx", frame->far, frame->elr, frame->esr);
426 panic("do_fiq_handler");
H A Darch_thread.cpp155 panic("arch_setup_signal_frame");
170 panic("arch_store_fork_frame");
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dlock.cpp64 panic("Failed to create thread spinlock semaphore!");
182 panic("recursive_lock %p unlocked by non-holder thread!\n", lock);
314 panic("rw_lock_destroy(): there are blocking threads, but the caller "
483 panic("rw_lock_read_unlock(): lock %p not read-locked", lock);
544 panic("rw_lock_write_unlock(): lock %p not write-locked by this thread",
625 panic("mutex_destroy(): there are blocking threads, but caller doesn't "
691 panic("_mutex_lock(): double lock of %p by thread %" B_PRId32, lock,
694 panic("_mutex_lock(): using unitialized lock %p", lock);
746 panic("_mutex_unlock() failure: thread %" B_PRId32 " is trying to "
H A Dcondition_variable.cpp218 panic("tried to notify with invalid result %" B_PRId32 "\n",
266 panic("condition_variable_init(): Failed to init hash table: %s",
/haiku/src/system/libroot/posix/malloc_debug/
H A Dguarded_heap.cpp46 panic(const char* format, ...) function
214 panic("generic segfault");
311 panic("need to allocate at least 2 pages, one for guard\n");
486 panic("failed to allocate a new heap area");
518 panic("failed to create area for allocation of %" B_PRIuSIZE " pages",
599 panic("ran out of memory");
631 panic("tried to free %p which points at page %" B_PRIuSIZE
637 panic("tried to free %p which points at page %" B_PRIuSIZE
643 panic("tried to free %p which points at page %" B_PRIuSIZE
649 panic("trie
[all...]
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.cpp95 panic("LargeMemoryPhysicalPageMapper::Init(): Failed to reserve "
105 panic("ARMPagingMethod32Bit::PhysicalPageSlotPool::InitInitial(): "
131 panic("LargeMemoryPhysicalPageMapper::InitPostArea(): Failed to "
143 panic("LargeMemoryPhysicalPageMapper::InitPostArea(): Failed to "
297 panic("ARMPagingMethod32Bit::Init(): Failed to create initial pool "
360 panic("ran out of early page tables");
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_mmu.cpp71 panic("Too many levels ...");
136 panic("Too many levels at mapping\n");
194 panic("Required contiguous descriptor in use by Block/Page for %lx\n", ttd.Location());
217 panic("Re-setting a Block/Page descriptor for %lx\n", ttd.Location());
224 panic("All descriptor types processed for %lx\n", ttd.Location());
353 panic("Not enough memory for kernel initial page\n");
/haiku/src/system/kernel/arch/ppc/
H A Darch_thread.cpp159 panic("arch_thread_init_kthread_stack(): Implement me!");
206 panic("arch_thread_enter_uspace(): not yet implemented\n");
/haiku/src/system/boot/platform/amiga_m68k/
H A Ddevices.cpp71 panic("CreateMsgPort()");
75 panic("CreateIORequest()");
/haiku/src/system/boot/platform/u-boot/arch/ppc/
H A Darch_cpu.cpp242 // sadly panic uses vsnprintf which fails without FPU anyway
243 panic("no FPU!");
284 panic("You need a Pentium or higher in order to boot!\n");
/haiku/src/system/boot/platform/atari_m68k/
H A Dstart.cpp109 panic("kernel returned!\n");
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingStructures040.cpp106 panic("deleting a still active page directory\n");

Completed in 184 milliseconds

1234567891011>>