Searched refs:panic (Results 201 - 225 of 395) sorted by last modified time

1234567891011>>

/haiku/src/system/kernel/arch/arm64/
H A DVMSAv8TranslationMap.cpp94 panic("VMSAv8TranslationMap::MappedSize not implemented");
303 panic("MAIR entry not found");
586 panic("VMSAv8TranslationMap::ClearAccessedAndModified not implemented\n");
H A DPMAPPhysicalPageMapper.cpp42 panic("MemcpyFromPhysical user not impl");
55 panic("MemcpyToPhysical user not impl");
/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/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/system/kernel/
H A Dkernel_daemon.cpp303 panic("kernel_daemon_init(): failed to init kernel daemon");
307 panic("kernel_daemon_init(): failed to init resource resizer");
H A Dsystem_info.cpp566 panic("system_info_init(): Failed to init system notification service");
H A Dtimer.cpp217 panic("arch_init_timer() failed");
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.cpp517 panic("We need to add the first node.\n");
808 panic("Failed to reload inode from disk!\n");
H A DInode.h275 panic("Transaction %d aborted, inode %p still exists!\n", (int)id,
/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/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Digb_txrx.c107 panic("%s: CSUM_TSO but no supported IP version (0x%04x)",
H A De1000_osdep.h71 #define ASSERT(x) if(!(x)) panic("EM: x")
/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_smp.cpp225 panic("Unable to allocate AP stack");
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_smp.cpp123 panic("CPU for hart id %d not found\n", hartId);
193 panic("Unable to allocate AP stack");
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/pci/
H A Drtwn_pci_rx.c149 panic("%s: could not load old RX mbuf",
/haiku/src/system/kernel/arch/x86/
H A Darch_timer.cpp112 panic("No system timers were found usable.\n");
/haiku/src/libs/compat/freebsd_network/
H A Ddevice.h65 panic(msg);
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);
/haiku/src/add-ons/kernel/drivers/network/ether/pcnet/
H A Dglue.c72 panic("Unsupported device: %#x (%s)!", dev->device_name[0],
88 panic("Unsupported device: %#x (%s)!", dev->device_name[0],
/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/system/kernel/posix/
H A Drealtime_sem.cpp650 panic("realtime_sem_init() failed to init global sem table");
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dscsi_io.cpp31 panic("Unsent ccb was request to requeue\n");
93 panic("Unsent ccb was asked to get resubmitted\n");
247 panic("Unsent ccb %p was reported as done\n", request);
252 panic("ccb %p with status \"Request in Progress\" was reported as done\n",
401 panic("Passed ccb to scsi_action that isn't ready (state = %d)\n",
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_mmu.h251 panic("Memory requested not %lx aligned\n", size - 1);
255 panic("Unavalable memory for descriptors\n");
/haiku/src/libs/compat/freebsd_iflib/
H A Dsubr_gtaskqueue.c208 panic("queue == NULL");
226 panic("queue == NULL");
240 panic("queue == NULL");
702 panic("%s: failed to pick a qid.", __func__);
874 panic("%s: task %s not in group", __func__, gtask->gt_name);

Completed in 195 milliseconds

1234567891011>>