Searched refs:panic (Results 101 - 125 of 1143) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/arm/at91/
H A Dat91_tcb.c80 panic("couldn't allocate register resources");
H A Dat91rm9200_devices.c63 panic("Bad SoC subtype %d for at91rm9200_set_subtype.", st);
/freebsd-11-stable/lib/libc/iconv/
H A D_strtoul.h59 panic("%s: invalid base %d", __func__, base);
/freebsd-11-stable/sys/riscv/riscv/
H A Dintr_machdep.c108 panic("Unknown irq %d\n", irq);
130 panic("Unknown irq %d\n", irq);
154 panic("%s: unknown intr %d", __func__, irq);
222 panic("%s: HTIF interrupt", __func__);
/freebsd-11-stable/sys/rpc/
H A Drpcm_subs.h85 panic("build > MLEN"); \
/freebsd-11-stable/sys/mips/cavium/octe/
H A Dethernet-rx.c252 panic("%s: not yet implemented; copy in small packet.", __func__);
274 panic("%s: not yet implemented; copy in packet segments.", __func__);
349 panic("%s: inconsistent rx active state.", __func__);
389 panic("%s: not yet implemented.", __func__);
/freebsd-11-stable/sys/mips/rmi/dev/xlr/
H A Ddebug.h103 #define dbg_panic(fmt, args...) panic(fmt, ##args)
/freebsd-11-stable/sys/dev/xen/blkfront/
H A Dblock.h248 panic("%s: command %p is already on queue %d.",
262 panic("%s: command %p is already on queue %d.",
280 panic("%s: command %p is on queue %d, "
305 panic("%s: command %p is on queue %d, not specified queue %d",
/freebsd-11-stable/sys/dev/xen/pvcpu/
H A Dpvcpu.c58 panic("Unable to add Xen PV CPU device.");
/freebsd-11-stable/sys/kern/
H A Dkern_idle.c75 panic("idle_setup: kproc_create error %d\n", error);
H A Dkern_rangelock.c263 panic("rangelock not held @ %s:%d\n", file, line);
268 panic("rangelock not rlocked @ %s:%d\n", file, line);
273 panic("rangelock not wlocked @ %s:%d\n", file, line);
276 panic("Unknown rangelock assertion: %d @ %s:%d", what, file,
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_buffer.c55 * it can return NULL. But we cannot afford to get NULL, hence this panic.
59 panic("geteblk returned NULL");
/freebsd-11-stable/stand/powerpc/ofw/
H A Dppc64_elf_freebsd.c103 panic("exec returned");
H A Delf_freebsd.c99 panic("exec returned");
/freebsd-11-stable/stand/uboot/lib/
H A Delf_freebsd.c94 panic("exec returned");
/freebsd-11-stable/stand/efi/loader/arch/arm/
H A Dexec.c91 panic("exec returned");
/freebsd-11-stable/stand/efi/loader/arch/i386/
H A Delf32_freebsd.c93 panic("exec returned");
/freebsd-11-stable/stand/i386/libi386/
H A Delf32_freebsd.c77 panic("exec returned");
/freebsd-11-stable/stand/powerpc/uboot/
H A Dppc64_elf_freebsd.c94 panic("exec returned");
/freebsd-11-stable/stand/libsa/geli/
H A Dgelidev.c104 panic("%s: should never be called", __func__);
185 panic("%s: should never be called", __func__);
239 panic("%s: should never be called", __func__);
251 panic("%s: should never be called", __func__);
/freebsd-11-stable/sys/mips/adm5120/
H A Dobio.c174 panic("obio_attach: failed to set up I/O rman");
181 panic("obio_attach: failed to set up IRQ rman");
253 panic("%s: resource entry is busy", __func__);
352 panic("%s: bad irq %d", __func__, irq);
363 panic("obio: Can't share IRQs");
394 panic("%s: bad irq %d", __func__, irq);
397 panic("Trying to teardown unoccupied IRQ");
/freebsd-11-stable/sys/mips/alchemy/
H A Dobio.c175 panic("obio_attach: failed to set up I/O rman");
182 panic("obio_attach: failed to set up IRQ rman");
254 panic("%s: resource entry is busy", __func__);
353 panic("%s: bad irq %d", __func__, irq);
365 panic("obio: Can't share IRQs");
394 panic("%s: bad irq %d", __func__, irq);
397 panic("Trying to teardown unoccupied IRQ");
/freebsd-11-stable/sys/mips/idt/
H A Didtpci.c242 panic("idtpci_attach: failed to set up I/O rman");
250 panic("idtpci_attach: failed to set up I/O rman");
259 panic("idtpci_attach: failed to set up memory rman");
267 panic("idtpci_attach: failed to set up memory rman");
275 panic("idtpci_attach: failed to set up IRQ rman");
334 panic("%s: wrong bytes count", __func__);
389 panic("%s: wrong bytes count", __func__);
/freebsd-11-stable/sys/sparc64/pci/
H A Dfire.c322 panic("%s: could not allocate register bank %d",
327 panic("%s: could not determine IGN", __func__);
329 panic("%s: could not determine module-revision", __func__);
342 panic("%s: could not get ino-bitmap", __func__);
516 panic("%s: could not determine MSI count", __func__);
524 panic("%s: could not determine MSI data mask", __func__);
530 panic("%s: could not determine MSI address ranges", __func__);
535 panic("%s: could not determine MSI event queue count",
539 panic("%s: could not determine MSI event queue size",
553 panic("
[all...]
/freebsd-11-stable/sys/mips/mips/
H A Dmips_pic.c439 panic("%s called for unknown irq %d", __func__, irq);
454 panic("%s called for unknown hard intr %d", __func__, irq);
461 if (res != 0) panic("Unable to create map for hard IRQ %d", irq);
465 if (res != 0) panic("Unable to add hard IRQ %d handler", irq);
476 panic("%s called for unknown soft intr %d", __func__, irq);
481 if (res != 0) panic("Unable to create map for soft IRQ %d", irq);
485 if (res != 0) panic("Unable to add soft IRQ %d handler", irq);

Completed in 119 milliseconds

1234567891011>>