Searched refs:panic (Results 251 - 275 of 395) sorted by relevance

<<111213141516

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInodeAllocator.cpp73 panic("InodeAllocator::Free() can't free inodes if uninit\n");
H A DInode.h275 panic("Transaction %d aborted, inode %p still exists!\n", (int)id,
H A DDataStream.cpp477 panic("Undefined recursion level\n");
686 panic("Undefinied recursion level\n");
/haiku/src/system/boot/platform/u-boot/
H A Dstart.cpp132 panic("kernel returned 0x%" B_PRIx32 "!\n", error);
/haiku/src/system/boot/platform/next_m68k/
H A Dstart.cpp111 panic("kernel returned!\n");
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp158 panic("no more space for iovecs!");
794 panic("no space in log after sync (%ld for %ld blocks)!",
1190 panic("Transaction is not running!");
1200 panic("Transaction is not running!");
/haiku/src/system/kernel/arch/x86/
H A Dapic.cpp290 panic("mapping the local apic failed");
H A Darch_vm.cpp525 panic("update_mtrrs(): Out of MTRRs!");
660 panic("arch_vm_init_post_area: unable to map dma region\n");
/haiku/src/system/boot/platform/riscv/
H A Dvirtio.cpp150 if (desc < 0) {panic("virtio: no more descs"); return;}
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_osdep.h71 #define ASSERT(x) if(!(x)) panic("EM: x")
/haiku/src/system/kernel/slab/
H A DSlab.cpp863 panic("cache destroy: still has full slabs");
866 panic("cache destroy: still has partial slabs");
1288 panic("object_cache: object %p is already freed", object);
1411 panic("slab_init_post_thread(): failed to spawn object cache resizer "
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dhaiku-module.h195 panic("should never be called."); \
/haiku/src/system/kernel/arch/arm64/
H A Darch_vm_translation_map.cpp25 panic("arch_vm_translation_map_create_map user not implemented");
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAModule.cpp143 panic("asking for trouble");
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_defs.h335 #define ASSERT(expr) if (expr) {} else panic("%s", #expr)
/haiku/headers/private/kernel/
H A Dlock.h285 panic("invalid recursion level for lock transfer!");
/haiku/src/system/kernel/arch/riscv64/
H A Darch_vm_translation_map.cpp78 if (pte == NULL) panic("can't allocate page table");
/haiku/src/system/kernel/
H A Dsem.cpp381 panic("sem %" B_PRId32 " has no owner", id);
428 panic("unable to allocate semaphore table!\n");
738 panic("switch_sem_etc: called with interrupts disabled for sem "
886 panic("release_sem_etc(): called with interrupts disabled and "
H A Dthread.cpp1399 panic("common_snooze_etc(): called with interrupts disabled, timeout "
2005 panic("thread_exit() called with interrupts disabled!\n");
2325 panic("never can get here\n");
2576 panic("could acquire exit_sem for thread %" B_PRId32 "\n", id);
2721 panic("thread_init(): failed to init thread hash table!");
2728 panic("thread_init(): failed to allocate thread object cache!");
2731 panic("arch_thread_init() failed!\n");
2746 panic("error creating idle thread struct\n");
2759 panic("error finding idle kstack area\n");
2783 panic("Faile
[all...]
/haiku/headers/os/drivers/
H A DKernelExport.h215 extern void panic(const char *format, ...) _PRINTFLIKE(1, 2);
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_buffer.cpp679 panic("net_buffer %p: bad node %p offset (%lu vs. %lu)",
688 panic("net_buffer %p size != sum of its data node sizes (%lu vs. %lu)",
709 panic("check_buffer_contents(): contents check failed at index "
714 panic("failed to read from buffer %p, offset: %lu, size: %lu",
733 panic("failed to read from source buffer %p, offset: %lu, size: %lu",
1308 panic("clone buffer hits size limit... (fix me)");
1998 panic("add_cloned_data() failed, bytes != 0!\n");
/haiku/src/system/kernel/vm/
H A Dvm.cpp876 panic("failed to restore cache range: %s",
1067 panic("map_backing_store(): called with size=0 for area '%s'!",
1354 panic("protect range not fully within supplied area");
1359 panic("area has no page protections");
1733 panic("ALREADY_WIRED flag used outside kernel startup\n");
1744 panic("looking up mapping failed for va 0x%lx\n",
1749 panic("looking up page failed for pa %#" B_PRIxPHYSADDR
1784 panic("couldn't lookup physical page just allocated\n");
1789 panic("couldn't map physical page in page run\n");
1823 panic("could
[all...]
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_phy.c402 panic("%s: no rate table for channel; freq %u flags 0x%x\n",
566 panic("%s: unknown phy %u (rate %u)\n", __func__,
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.cpp323 panic("PhysicalPageOpsCPUData::Init(): Failed to get initial "
445 panic("LargeMemoryPhysicalPageMapper::Init(): Failed to init "
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp330 panic("PhysicalPageOpsCPUData::Init(): Failed to get initial "
448 panic("LargeMemoryPhysicalPageMapper::Init(): Failed to init "

Completed in 150 milliseconds

<<111213141516