Searched refs:panic (Results 1 - 25 of 1052) sorted by relevance

1234567891011>>

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.D_PROTO_LEN.panicbadarg.d31 * panic() should handle any argument passed as an error.
33 * SECTION: Actions and Subroutines/panic()
40 panic("badarg");
/freebsd-10-stable/sys/libkern/arm/
H A Daeabi_unwind.c35 #define panic(x) (void)0 macro
47 panic("__aeabi_unwind_cpp_pr0");
53 panic("__aeabi_unwind_cpp_pr1");
59 panic("__aeabi_unwind_cpp_pr2");
/freebsd-10-stable/lib/libstand/
H A Dassert.c38 panic("Assertion failed: (%s), file %s, line %d.\n",
41 panic(
/freebsd-10-stable/usr.bin/at/
H A Dpanic.h2 * panic.h - header for at(1)
30 void panic(const char *a) __dead2;
/freebsd-10-stable/sys/ia64/ia64/
H A Dstack_machdep.c40 panic("stack_save_td: swapped");
42 panic("stack_save_td: running");
/freebsd-10-stable/sys/mips/mips/
H A Dcache.c125 panic("no Icache ops for %d byte lines",
207 panic("no Dcache ops for %d byte lines",
243 panic("no icache_sync_all cache op");
245 panic("no icache_sync_range cache op");
247 panic("no icache_sync_range_index cache op");
252 panic("no pdcache_wbinv_all");
254 panic("no pdcache_wbinv_range");
256 panic("no pdcache_wbinv_range_index");
258 panic("no pdcache_inv_range");
260 panic("n
[all...]
/freebsd-10-stable/sys/cddl/compat/opensolaris/sys/
H A Dsid.h64 panic("%s has been unexpectedly called", __func__);
71 panic("%s has been unexpectedly called", __func__);
78 panic("%s has been unexpectedly called", __func__);
/freebsd-10-stable/contrib/compiler-rt/lib/
H A Dint_util.c26 extern void panic(const char *, ...) __attribute__((noreturn));
29 panic("%s:%d: abort in %s", file, line, function);
/freebsd-10-stable/contrib/netbsd-tests/rump/kernspace/
H A Dthread.c63 panic("thread creation failed: %d", rv);
66 panic("thread join failed: %d", rv);
69 panic("new thread did not run");
99 panic("thread creation failed: %d", rv);
H A Dbusypage.c76 panic("couldn't create vm page");
81 panic("thread creation failed: %d", rv);
92 panic("thread join failed: %d", rv);
H A Dtsleep.c68 panic("mtsleep failed");
77 panic("mtsleep unexpected return value %d", rv);
94 panic("thread create failed: %d", rv);
H A Dalloc.c98 panic("pool_get store failed");
110 panic("managed to allocate over limit");
117 panic("pool get PR_WAITOK failed");
/freebsd-10-stable/sys/boot/common/
H A Dpanic.c2 * $NetBSD: panic.c,v 1.2 1997/03/22 01:48:36 thorpej Exp $
45 panic(const char *fmt,...) function
49 printf("panic: ");
/freebsd-10-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_cmn_err.c49 prefix = "Solaris(panic): ";
54 panic("Solaris: unknown severity level");
58 panic("%s%s", prefix, buf);
81 panic("solaris assert: %s, file: %s, line: %d", a, f, l);
91 panic("solaris assert: %s (0x%jx %s 0x%jx), file: %s, line: %d",
/freebsd-10-stable/sys/mips/cavium/octe/
H A Dethernet-util.h65 panic("Illegal ipd_port %d passed to INTERFACE\n", ipd_port);
/freebsd-10-stable/tools/regression/kthread/kld/
H A Dkthrdlk.c72 panic("Ooops: kthread deadlock\n");
74 panic("kthread_suspend error: %d\n", error);
99 panic("%s: error on kthread_resume. error: %d\n",
142 panic("cannot start thr_getsuspended error: %d\n", error);
147 panic("cannot start thr_resumer error: %d\n", error);
152 panic("cannot start thr_suspender error: %d\n", error);
167 panic("some threads not die! remaining: %d", test_thrcnt);
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_ACT_SPEC.SpeculateWithPanic.d51 panic();
/freebsd-10-stable/etc/
H A Dddb.conf11 # kdb.enter.panic panic(9) was called.
12 script kdb.enter.panic=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture off; call doadump; reset
/freebsd-10-stable/sys/cddl/dev/dtrace/
H A Ddtrace_vtime.c48 panic("DTrace virtual time already enabled");
75 panic("DTrace virtual time already disabled");
/freebsd-10-stable/sbin/fsck/
H A Dfsutil.h32 void panic(const char *, ...) __dead2 __printflike(1, 2);
/freebsd-10-stable/sys/netinet/
H A Dip_ecn.c99 panic("NULL pointer passed to ip_ecn_ingress");
131 panic("NULL pointer passed to ip_ecn_egress");
166 panic("NULL pointer passed to ip6_ecn_ingress");
180 panic("NULL pointer passed to ip6_ecn_egress");
/freebsd-10-stable/sys/arm/arm/
H A Dbus_space_generic.c60 panic("unimplemented bus_space function called");
89 panic("generic_bs_alloc(): not implemented");
104 panic("generic_bs_free(): not implemented");
/freebsd-10-stable/sys/ia64/isa/
H A Disa_dma.c95 panic("isa_dma_init: channel out of range");
98 panic("isa_dma_init: impossible request");
113 panic("isa_dma_init: unable to create dma tag\n");
117 panic("isa_dma_init: unable to create dma map\n");
133 panic("isa_dma_acquire: channel out of range");
156 panic("isa_dma_release: channel out of range");
186 panic("isa_dmacascade: channel out of range");
222 panic("isa_dmastart: transfer mapping not contiguous");
314 panic("isa_dmastart: channel out of range");
318 panic("isa_dmastar
[all...]
/freebsd-10-stable/sys/sparc64/isa/
H A Dofw_isa.c91 panic("ofw_isa_range_restype: illegal space %x", ps);
112 panic("ofw_isa_map_iorange: iorange crosses PCI "
123 panic("ofw_isa_map_iorange: could not map range %#lx - %#lx",
/freebsd-10-stable/sys/amd64/vmm/intel/
H A Dvmx_cpufunc.h152 panic("%s: vmclear(%p) error %d", __func__, vmcs, err);
166 panic("%s: vmptrld(%p) error %d", __func__, vmcs, err);
193 panic("invvpid error %d", error);
216 panic("invept error %d", error);

Completed in 313 milliseconds

1234567891011>>