/freebsd/lib/libthr/thread/ |
H A D | thr_exit.c | 128 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 D | thr_spinlock.c | 77 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 D | thr_init.c | 327 PANIC("Thread jump table not properly initialized"); in _libpthread_init() 342 PANIC("Can't allocate initial thread"); in _libpthread_init() 397 PANIC("Cannot allocate red zone for initial thread"); in init_main_thread() 502 PANIC("Cannot get kern.usrstack"); in init_private() 507 PANIC("Cannot get stack rlimit"); in init_private() 511 PANIC("Cannot get _SC_NPROCESSORS_CONF"); in init_private()
|
H A D | thr_umtx.c | 337 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 D | thr_mutex.c | 137 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 D | thr_kern.c | 62 PANIC("locklevel <= 0"); in _thr_assert_lock_level()
|
H A D | thr_create.c | 292 PANIC("Thread has resumed after exit"); in thread_start()
|
H A D | thr_private.h | 93 #define PANIC(args...) _thread_exitf(__FILE__, __LINE__, ##args) macro 102 PANIC(msg); \
|
H A D | thr_attr.c | 522 PANIC("failed to get sysctl kern.sched.cpusetsize"); in _get_kern_cpuset_size()
|
H A D | thr_cond.c | 285 PANIC("thread %p was already on queue.", curthread); in cond_wait_user()
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-kstat.c | 107 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 D | ip_irc_pxy.c | 320 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 D | ip_compat.h | 335 # define PANIC(x,y) ; macro 567 # define PANIC(x,y) if (x) panic y macro
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/ |
H A D | assert.h | 67 #define PANIC(fmt, a...) \ macro
|
/freebsd/tools/test/stress2/misc/ |
H A D | mapwrite.sh | 32 * [ 7.666443] PANIC at dbuf.c:2150:dbuf_redirty()
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | debug.h | 99 #define PANIC(fmt, a...) \ macro
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | abd_os.c | 221 PANIC("unreachable"); in abd_free_linear_page()
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | debug.h | 103 #define PANIC(fmt, a...) \ macro
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zap_leaf.c | 73 PANIC("bad int len %d", len); in stv() 90 PANIC("bad int len %d", len); in ldv()
|
H A D | dnode.c | 1048 PANIC("dnode_move() called without USE_DNODE_HANDLE"); in dnode_move()
|
H A D | zio.c | 408 PANIC("ZIO buffer overflow %p (%zu) + %zu %#lx != %#lx", in zio_buf_check_canary()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_wwv.c | 173 #define PANIC (2 * 1440) /* panic timeout */ macro 1878 * have been heard within the PANIC timeout (2 days). If in wwv_rsec() 1885 if (up->watch > PANIC) { in wwv_rsec() 2485 * (PANIC) without finding any station.
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zpl_file.c | 308 PANIC(0); in zpl_direct_IO()
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 16134 PANIC, EMERG, EMR => LOG_EMERG
|