Searched refs:panic (Results 51 - 75 of 1143) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_mp.c66 panic("Couldn't map chipid\n");
95 panic("Couldn't map pmu\n");
104 panic("Couldn't map sysram\n");
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_mp.c81 panic("Couldn't map the SCU\n");
105 panic("Couldn't map the SCU\n");
107 panic("Couldn't map the system reset controller (SRC)\n");
/freebsd-11-stable/stand/powerpc/kboot/
H A Dppc64_elf_freebsd.c152 panic("architecture did not provide kexec segment mapping");
157 panic("kexec_load returned error: %d", error);
162 panic("reboot returned error: %d", error);
/freebsd-11-stable/sys/arm/mv/discovery/
H A Ddiscovery.c109 panic("Unknown TCLK settings!");
/freebsd-11-stable/sys/riscv/riscv/
H A Dminidump_machdep.c57 panic("minidumpsys");
H A Dtrap.c121 panic("TODO: Could we have more then 8 args?");
260 panic("vm_fault failed: %lx, va 0x%016lx",
306 panic("No debugger in kernel.\n");
311 panic("Illegal instruction at 0x%016lx\n", frame->tf_sepc);
315 panic("Unknown kernel exception %x badaddr %lx\n",
359 panic("Unknown userland exception %x badaddr %lx\n",
/freebsd-11-stable/usr.sbin/makefs/ffs/
H A Dffs_extern.h50 _Noreturn void panic(const char *, ...) __printflike(1, 2);
/freebsd-11-stable/sys/vm/
H A Dvm_swapout_dummy.c113 panic("faultin: proc %p swapped out with NO_SWAPPING", p);
/freebsd-11-stable/sys/arm/ti/omap4/
H A Domap4_mp.c59 panic("Couldn't map the SCU\n");
/freebsd-11-stable/sys/arm/include/
H A Dpmap.h60 panic("%s is not implemented yet!\n", __func__);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/fm/
H A Dutil.h89 #define fm_panic panic
/freebsd-11-stable/sys/netpfil/pf/
H A Din4_cksum.c101 panic("in4_cksum: offset too short");
103 panic("in4_cksum: bad mbuf chain");
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_identsoc.c103 panic("Could not allocate resource for SoC identification\n");
122 panic("Amlogic unknown aml8726 SoC %#x\n", aml8726_soc_hw_rev);
/freebsd-11-stable/sys/arm64/arm64/
H A Dtrap.c124 panic("ARM64TODO: Could we have more than 8 args?");
208 panic("data abort in critical section or under mutex");
247 panic("vm_fault failed: %lx", frame->tf_elr);
294 panic("VFP exception in the kernel");
315 panic("No debugger in kernel.\n");
320 panic("Unknown kernel exception %x esr_el1 %lx\n", exception,
371 panic("VFP exception in userland");
421 panic("ARM64TODO: do_el0_error");
/freebsd-11-stable/sys/arm/annapurna/alpine/
H A Dalpine_machdep_mp.c197 panic("Couldn't resolve cpu_resume_base address\n");
200 panic("Couldn't resolve_nb_base address\n");
205 panic("Couldn't map CPU-resume area");
208 panic("Couldn't map NB-service area");
215 panic("CPU-resume device is not compatible");
244 panic("Couldn't map NB-service area");
/freebsd-11-stable/sys/dev/ppbus/
H A Dppb_msq.c73 panic("%s: unknown opcode (%d)", __func__, opcode);
97 panic("%s: unknown EPP protocol (0x%x)!", __func__,
105 panic("%s: unknown mode (%d)", __func__, mode);
212 panic("%s: parameter out of range (0x%x)!",
239 panic("%s: unknown parameter (0x%x)!", __func__,
299 panic("%s: IEEE1284 read not supported", __func__);
/freebsd-11-stable/sys/sys/
H A Dbuf_ring.h73 panic("buf=%p already enqueue at %d prod=%d cons=%d",
95 panic("dangling value in enqueue");
218 panic("lock not held on single consumer dequeue");
220 panic("inconsistent list cons_tail=%d cons_head=%d",
286 panic("lock not held on single consumer dequeue");
307 panic("lock not held on single consumer dequeue");
/freebsd-11-stable/sys/arm/xscale/pxa/
H A Dpxa_obio.c113 panic("pxa_attach: failed to init obio mem rman");
115 panic("pxa_attach: failed to set up obio mem rman");
120 panic("pxa_attach: failed to init obio irq rman");
122 panic("pxa_attach: failed to set up obio irq rman (main irqs)");
124 panic("pxa_attach: failed to set up obio irq rman (gpio irqs)");
155 panic("Unknown device on pxa0");
250 panic("pxa_alloc_resource: resource is busy");
305 panic("pxa_release_resource: can't find resource");
307 panic("pxa_release_resource: resource entry is not busy");
378 panic("pxa_alloc_gpio_ir
[all...]
/freebsd-11-stable/sys/mips/sibyte/
H A Dsb_zbpci.c101 panic("Cannot allocate resource for PCI I/O space mapping.");
109 panic("%s: port_rman", __func__);
121 panic("Cannot allocate resource for config space accesses.");
133 panic("Cannot allocate resource for pci match bit lanes.");
154 panic("zbpci_attach: could not add pci bus 0.\n");
157 panic("zbpci_attach: could not add pci bus 1.\n");
370 panic("zbpci_read_config: invalid %d/%d/%d[%d] %d\n",
385 panic("zbpci_read_config: invalid width %d\n", w);
403 panic("zbpci_write_config: invalid %d/%d/%d[%d] %d/%d\n",
418 panic("zbpci_write_confi
[all...]
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dsound.h426 panic("%s(%d): [PCM WAIT] Mutex not owned!", \
439 panic("%s(%d): [PCM ACQUIRE] Mutex not owned!", \
442 panic("%s(%d): [PCM ACQUIRE] " \
449 panic("%s(%d): [PCM RELEASE] Mutex not owned!", \
463 panic("%s(%d): [PCM RELEASE] Releasing non-BUSY cv!", \
470 panic("%s(%d): [PCM ACQUIRE QUICK] Mutex owned!", \
480 panic("%s(%d): [PCM RELEASE QUICK] Mutex owned!", \
489 panic("%s(%d): [PCM BUSYASSERT] " \
496 panic("%s(%d): [GIANT ENTER] PCM lock owned!", \
510 panic("
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Denv.c149 volatile svn_atomic_t panic; member in struct:bdb_env_t
435 Return the environment's panic state in *PANICP.
445 *panicp = !!svn_atomic_read(&bdb->panic);
454 svn_atomic_set(&bdb->panic, TRUE);
506 if (svn_atomic_read(&bdb->panic))
603 svn_boolean_t panic;
613 bdb = bdb_cache_get(&key, &panic);
614 if (panic)
699 return !!svn_atomic_read(&bdb_baton->bdb->panic);
709 svn_atomic_set(&bdb_baton->bdb->panic, TRU
599 svn_boolean_t panic; local
[all...]
/freebsd-11-stable/sys/arm/xscale/i8134x/
H A Di81342_space.c147 panic("i81342_io_bs_alloc(): not implemented");
154 panic("i81342_io_bs_free(): not implemented");
183 panic("PCI virtual memory exhausted");
224 panic("i81342_mem_bs_alloc(): not implemented");
231 panic("i81342_mem_bs_free(): not implemented");
/freebsd-11-stable/crypto/heimdal/base/
H A Dheimqueue.h62 panic("HEIM_TAILQ_INSERT_HEAD %p %s:%d", (head), __FILE__, __LINE__);
65 panic("HEIM_TAILQ_INSERT_TAIL %p %s:%d", (head), __FILE__, __LINE__);
70 panic("HEIM_TAILQ_* forw %p %s:%d", (elm), __FILE__, __LINE__);\
72 panic("HEIM_TAILQ_* back %p %s:%d", (elm), __FILE__, __LINE__);
76 panic("HEIM_TAILQ_PREREMOVE head %p elm %p %s:%d", \
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dasn1_queue.h62 panic("ASN1_TAILQ_INSERT_HEAD %p %s:%d", (head), __FILE__, __LINE__);
65 panic("ASN1_TAILQ_INSERT_TAIL %p %s:%d", (head), __FILE__, __LINE__);
70 panic("ASN1_TAILQ_* forw %p %s:%d", (elm), __FILE__, __LINE__);\
72 panic("ASN1_TAILQ_* back %p %s:%d", (elm), __FILE__, __LINE__);
76 panic("ASN1_TAILQ_PREREMOVE head %p elm %p %s:%d", \
/freebsd-11-stable/sys/x86/xen/
H A Dhvm.c191 panic("Unable to allocate Xen shared info page");
199 panic("HYPERVISOR_memory_op failed");
250 panic("Can't set evtchn callback");
328 panic("Unable to init Xen hypercall stubs on resume");
335 panic("Unsupported HVM initialization type");

Completed in 265 milliseconds

1234567891011>>