| /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 | 328 PANIC("Thread jump table not properly initialized"); in _libpthread_init() 343 PANIC("Can't allocate initial thread"); in _libpthread_init() 398 PANIC("Cannot allocate red zone for initial thread"); in init_main_thread() 507 PANIC("Cannot get kern.usrstack"); in init_private() 512 PANIC("Cannot get stack rlimit"); in init_private() 516 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_malloc.c | 50 PANIC("Unable to read page sizes"); in __thr_malloc_init()
|
| H A D | thr_kern.c | 62 PANIC("locklevel <= 0"); in _thr_assert_lock_level()
|
| H A D | thr_create.c | 302 PANIC("Thread has resumed after exit"); in thread_start()
|
| H A D | thr_private.h | 94 #define PANIC(args...) _thread_exitf(__FILE__, __LINE__, ##args) macro 103 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 | 112 PANIC("Undefined kstat type %d\n", ksp->ks_type); in kstat_seq_show_headers() 179 PANIC("Undefined kstat data type %d\n", knp->data_type); in kstat_seq_show_named() 265 PANIC("Undefined kstat type %d\n", ksp->ks_type); in kstat_seq_show() 307 PANIC("Undefined kstat type %d\n", ksp->ks_type); in kstat_seq_data_addr() 599 PANIC("Undefined kstat type %d\n", ksp->ks_type); in __kstat_create()
|
| /freebsd/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_irc_pxy.c | 318 PANIC((!nm),("ipf_p_irc_out: allocb failed")); in ipf_p_irc_send() 324 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/tools/test/stress2/misc/ |
| H A D | mapwrite.sh | 32 * [ 7.666443] PANIC at dbuf.c:2150:dbuf_redirty()
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/ |
| H A D | assert.h | 68 #define PANIC(fmt, a...) \ macro
|
| /freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | debug.h | 108 #define PANIC(fmt, a...) \ macro
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | debug.h | 104 #define PANIC(fmt, a...) \ macro
|
| /freebsd/sys/contrib/openzfs/lib/libzpool/ |
| H A D | abd_os.c | 222 PANIC("unreachable"); in abd_free_linear_page()
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | refcount.c | 190 PANIC("No such hold %llx on refcount %llx", in zfs_refcount_remove_many()
|
| H A D | zap_leaf.c | 74 PANIC("bad int len %d", len); in stv() 91 PANIC("bad int len %d", len); in ldv()
|
| H A D | range_tree.c | 44 #define panic(...) do {PANIC(__VA_ARGS__); abort(); } while (0);
|
| H A D | btree.c | 25 #define panic(...) PANIC(__VA_ARGS__)
|
| /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 | 302 PANIC(0); in zpl_direct_IO()
|