Home
last modified time | relevance | path

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

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