Searched refs:panic (Results 76 - 100 of 395) sorted by relevance

1234567891011>>

/haiku/src/system/kernel/arch/ppc/
H A Darch_vm.cpp125 panic("arch_vm_init_end(): No page mapping for %p\n", address);
132 panic("arch_vm_init_end(): Failed to create area for boot loader "
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DTransaction.cpp166 panic("Transaction is not running!");
177 panic("Transaction is not running!");
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dqueuing.h140 panic( "Tried to unblock bus %d which wasn't blocked",
154 panic( "Tried to unblock device %d/%d/%d which wasn't blocked",
/haiku/src/system/kernel/vm/
H A DVMAnonymousNoSwapCache.cpp106 panic("anonymous_store: read called. Invalid!\n");
171 panic("VMAnonymousNoSwapCache::MergeStore(): merge with incompatible "
/haiku/src/system/kernel/arch/generic/
H A Dgeneric_vm_physical_page_ops.cpp135 panic("generic_vm_memcpy_physical_page(): Failed to map source page!");
148 panic("generic_vm_memcpy_physical_page(): Failed to map destination "
H A Dgeneric_vm_physical_page_mapper.cpp140 panic("someone called put_physical_page on an invalid va 0x%lx\n", va);
148 panic("put_physical_page called on page at va 0x%lx which is not checked out\n",
255 panic("generic_vm_physical_page_mapper_init(): Failed to reserve IO "
310 panic("generic_vm_physical_page_mapper_init_post_area(): Failed to "
/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/add-ons/kernel/drivers/network/ether/dec21xxx/
H A Dglue.c81 panic("Unsupported device: %#x (%s)!", name, dev->device_name);
98 panic("Unsupported device: %#x (%s)!", name, dev->device_name);
/haiku/src/system/kernel/arch/arm/
H A Dsoc_pxa.cpp51 panic("PXAInterruptController: cannot map registers!");
152 panic("Cannot map PXATimer registers!");
/haiku/src/system/boot/platform/bios_ia32/
H A Dmmu.cpp118 panic("Out of physical memory!");
165 panic("gKernelArgs.arch_args.pgtables overflow");
174 panic("tried to add page table beyond the identity mapped 8 MB "
206 panic("unmap_page: asked to unmap invalid page %p!\n",
231 panic("map_page: asked to map invalid page %p!\n",
243 panic("map_page: failed to allocate a page table for virtual "
490 panic("mmu_free: asked to unmap out of range region (%p, size %lx)\n",
518 panic("mmu_get_virtual_mapping: asked to lookup invalid page %p!\n",
705 panic("mmu_init(): Failed to add physical memory range "
709 panic("mmu_ini
[all...]
/haiku/src/system/boot/platform/amiga_m68k/
H A Dstart.cpp109 panic("kernel returned!\n");
H A Dcpu.cpp58 //panic("cpu %d fpu %d flags 0x%04x", cpu, fpu, flags);
101 panic("You need a 68030 or higher in order to boot!\n");
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingStructures32Bit.cpp105 panic("deleting a still active page directory\n");
/haiku/src/system/kernel/arch/x86/32/
H A Dsignals.cpp85 panic("x86_initialize_commpage_signal_handler(): Failed to find "
/haiku/headers/private/firewire/
H A Dfwglue.h21 panic msg; \
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingStructures460.cpp112 panic("deleting a still active page directory\n");
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingStructuresClassic.cpp112 panic("deleting a still active page directory\n");
/haiku/src/system/boot/platform/openfirmware/
H A Ddebug.cpp31 panic(const char* format, ...) function
/haiku/src/system/boot/platform/next_m68k/
H A Dcpu.cpp82 panic("You need a 68030 or higher in order to boot!\n");
/haiku/headers/private/kernel/boot/
H A Dplatform.h20 extern void panic(const char *format, ...);
/haiku/src/system/boot/platform/efi/
H A Ddevices.cpp187 panic("Cannot read size of block device handles!");
194 panic("Failed to locate block devices!");
203 panic("Cannot get block device handle!");
225 panic("Can't allocate memory for block devices!");
/haiku/headers/private/kernel/vm/
H A Dvm_types.h233 panic("Invalid concurrent access to page 0x%" B_PRIXPHYSADDR " (start), currently "
247 panic("Invalid concurrent access to page 0x%" B_PRIXPHYSADDR " (end) by "
260 panic("Invalid concurrent access to page 0x%" B_PRIXPHYSADDR " (check), currently "
274 panic("Invalid access transfer for page %p, currently accessed by: "
/haiku/src/system/kernel/arch/riscv64/
H A Darch_smp.cpp63 panic("arch_smp_send_multicast_ici: called with interrupts enabled");
/haiku/src/system/boot/platform/riscv/
H A Dfdt.cpp72 default: panic("unsupported addressCells");
77 default: panic("unsupported sizeCells");
192 panic("Invalid FDT: %s\n", fdt_strerror(res));
216 panic("unable to malloc for FDT!\n");
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingStructures32Bit.cpp105 panic("deleting a still active page directory\n");

Completed in 97 milliseconds

1234567891011>>