Searched refs:panic (Results 276 - 300 of 395) sorted by relevance

<<111213141516

/haiku/src/libs/compat/freebsd_network/
H A Ddevice.c97 panic("resolve_method: method%s not found\n", name);
345 panic("device_set_driver: method %s not found\n", mth->name);
H A Dfbsd_uipc_mbuf2.c107 panic("m == NULL in m_pulldown()");
H A Ddriver.c80 panic("unknown bus type");
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_crypto.c261 panic("%s: key unset for sw crypto: id=%d cipher=%d flags=0x%x",
280 panic("invalid key cipher 0x%x", k->k_cipher);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DVolume.cpp440 panic("meta block");
872 panic("Failed to reload ext2 superblock.\n");
H A DHTreeEntryIterator.cpp334 panic("Splitting a HTree node required, but isn't yet fully "
/haiku/src/system/kernel/device_manager/
H A DIOCache.cpp58 panic("Invalid cache line size (%" B_PRIuSIZE "). Must be a power of 2 "
112 panic("IOCache::Init(): Where's our area (id: %" B_PRId32 ")?!", fArea);
H A DIOSchedulerSimple.cpp247 panic("IOSchedulerSimple: Out of request owners!\n");
643 panic("no more requests for owner %p (thread %" B_PRId32 ")", owner, owner->thread);
H A Ddma_resources.cpp263 panic("get_memory_map() failed.");
721 panic("don't do this to me!");
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp325 panic("PhysicalPageOpsCPUData::Init(): Failed to get initial "
449 panic("LargeMemoryPhysicalPageMapper::Init(): Failed to init "
/haiku/src/add-ons/kernel/bus_managers/fdt/
H A Dfdt_module.cpp324 panic("bad parent node");
541 panic("unsupported interruptCells");
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.cpp451 panic("submit_nbuffer: no protocol");
554 panic("bad cookie");
/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp473 panic("xsi_msg_init() failed to initialize ipc hash table\n");
476 panic("xsi_msg_init() failed to initialize message queue hash table\n");
/haiku/src/system/boot/loader/
H A Delf.cpp103 panic("Couldn't convert address 0x%08x", (uint32_t)address);
164 panic("Couldn't convert address %#" PRIx64, address);
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp353 panic("rtdir[%d]: buggy descriptor type", i);
368 panic("rtdir[%d][%d]: buggy descriptor type", i, j);
376 panic("destroy_tmap: didn't find pgtable page\n");
1073 panic("map_iospace_chunk: passed invalid va 0x%lx\n", va);
/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.cpp326 panic("no client MAC or IP address or net mask\n");
H A DKPath.cpp227 panic("KPath::UnlockBuffer(): Buffer not locked!");
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dbeos_kernel_emu.cpp335 // panic
337 panic(const char *format, ...) function
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dah_osdep.c426 panic("ath_hal_assert");
/haiku/src/system/kernel/arch/x86/32/
H A Dthread.cpp298 panic("arch_setup_signal_frame(): No user iframe!");
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_standard_mouse.cpp189 panic("ps2: got broken data from packet_buffer_read\n");
/haiku/src/system/kernel/
H A Dtimer.cpp217 panic("arch_init_timer() failed");
H A Dcpu.cpp343 panic("cpu_idle() called with interrupts disabled.");
/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_smp.cpp225 panic("Unable to allocate AP stack");
/haiku/src/add-ons/kernel/busses/pci/x86/
H A DX86PCIController.cpp79 panic("Unknown pci config mechanism setting %s\n", mech);

Completed in 287 milliseconds

<<111213141516