Searched refs:PANIC (Results 1 - 21 of 21) sorted by relevance

/freebsd-current/lib/libthr/thread/
H A Dthr_spinlock.c77 PANIC("Spinlock called when not threaded.");
79 PANIC("Spinlocks not initialized.");
100 PANIC("Warning: exceeded max spinlocks");
H A Dthr_exit.c128 PANIC("exception should be rethrown");
173 PANIC("_Unwind_ForcedUnwind returned");
216 PANIC("Thread %p has called "
318 PANIC("thread %p exits with resources held!", curthread);
325 PANIC("thr_exit() returned");
H A Dthr_init.c325 PANIC("Thread jump table not properly initialized");
338 PANIC("Can't allocate initial thread");
393 PANIC("Cannot allocate red zone for initial thread");
498 PANIC("Cannot get kern.usrstack");
503 PANIC("Cannot get stack rlimit");
507 PANIC("Cannot get _SC_NPROCESSORS_CONF");
H A Dthr_malloc.c51 PANIC("Unable to read page sizes");
H A Dthr_umtx.c337 PANIC("rdlock error");
353 PANIC("wrlock error");
362 PANIC("unlock error");
H A Dthr_kern.c62 PANIC("locklevel <= 0");
H A Dthr_mutex.c137 PANIC("mutex %p own %#x is not on list %p %p",
150 PANIC("mutex %p own %#x is on list %p %p",
158 PANIC(
186 PANIC("inact_mtx enter");
202 PANIC("inact_mtx leave");
371 PANIC("corrupted offpage");
H A Dthr_create.c292 PANIC("Thread has resumed after exit");
H A Dthr_attr.c522 PANIC("failed to get sysctl kern.sched.cpusetsize");
H A Dthr_cond.c285 PANIC("thread %p was already on queue.", curthread);
H A Dthr_private.h93 #define PANIC(args...) _thread_exitf(__FILE__, __LINE__, ##args) macro
102 PANIC(msg); \
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kstat.c107 PANIC("Undefined kstat type %d\n", ksp->ks_type);
174 PANIC("Undefined kstat data type %d\n", knp->data_type);
260 PANIC("Undefined kstat type %d\n", ksp->ks_type);
302 PANIC("Undefined kstat type %d\n", ksp->ks_type);
552 PANIC("Undefined kstat type %d\n", ksp->ks_type);
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_irc_pxy.c320 PANIC((!nm),("ipf_p_irc_out: allocb failed"));
326 PANIC((m1->b_wptr < m1->b_rptr),
H A Dip_compat.h335 # define PANIC(x,y) ; macro
567 # define PANIC(x,y) if (x) panic y macro
/freebsd-current/tools/test/stress2/misc/
H A Dmapwrite.sh32 * [ 7.666443] PANIC at dbuf.c:2150:dbuf_redirty()
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/
H A Dassert.h67 #define PANIC(fmt, a...) \ macro
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Ddebug.h35 * PANIC() - Panic the node and print message.
103 #define PANIC(fmt, a...) \ macro
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Ddebug.h35 * PANIC() - Panic the node and print message.
103 #define PANIC(fmt, a...) \ macro
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c73 PANIC("bad int len %d", len);
90 PANIC("bad int len %d", len);
H A Dzio.c337 PANIC("ZIO buffer overflow %p (%zu) + %zu %#lx != %#lx",
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_wwv.c173 #define PANIC (2 * 1440) /* panic timeout */ macro
1878 * have been heard within the PANIC timeout (2 days). If
1885 if (up->watch > PANIC) {
2485 * (PANIC) without finding any station.

Completed in 317 milliseconds