| /freebsd-13-stable/lib/libthr/thread/ |
| HD | 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");
|
| HD | thr_spinlock.c | 78 PANIC("Spinlock called when not threaded."); in __thr_spinlock() 80 PANIC("Spinlocks not initialized."); in __thr_spinlock() 101 PANIC("Warning: exceeded max spinlocks"); in init_spinlock()
|
| HD | thr_init.c | 325 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()
|
| HD | thr_umtx.c | 347 PANIC("rdlock error"); in _thr_rwl_rdlock() 363 PANIC("wrlock error"); in _thr_rwl_wrlock() 372 PANIC("unlock error"); in _thr_rwl_unlock()
|
| HD | 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()
|
| HD | thr_malloc.c | 51 PANIC("Unable to read page sizes"); in __thr_malloc_init()
|
| HD | thr_kern.c | 63 PANIC("locklevel <= 0"); in _thr_assert_lock_level()
|
| HD | thr_create.c | 292 PANIC("Thread has resumed after exit"); in thread_start()
|
| HD | thr_private.h | 93 #define PANIC(args...) _thread_exitf(__FILE__, __LINE__, ##args) macro 102 PANIC(msg); \
|
| HD | thr_attr.c | 522 PANIC("failed to get sysctl kern.sched.cpusetsize"); in _get_kern_cpuset_size()
|
| HD | thr_cond.c | 284 PANIC("thread %p was already on queue.", curthread); in cond_wait_user()
|
| /freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/ |
| HD | priv.h | 39 #define PANIC(X) panic X macro 44 #define PANIC(X) abort() macro 105 PANIC(("IE %02x,%02x -- no default", CODING,IE));\
|
| HD | privmsg.c | 217 PANIC(("bad decode return")); in uni_decode_body_internal()
|
| /freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/ |
| HD | 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-13-stable/sys/mips/mips/ |
| HD | mpboot.S | 87 PANIC("AP startup failed!")
|
| HD | locore.S | 202 PANIC("Startup failed!")
|
| HD | exception.S | 1008 PANIC("kernel stack overflow - trapframe at %p")
|
| /freebsd-13-stable/sys/netpfil/ipfilter/netinet/ |
| HD | 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()
|
| HD | ip_compat.h | 336 # define PANIC(x,y) ; macro 568 # define PANIC(x,y) if (x) panic y macro
|
| /freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| HD | debug.h | 62 #define PANIC(fmt, a...) \ macro
|
| /freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| HD | debug.h | 68 #define PANIC(fmt, a...) \ macro
|
| /freebsd-13-stable/sys/mips/include/ |
| HD | asm.h | 243 #define PANIC(msg) \ macro 249 #define PANIC_KSEG0(msg, reg) PANIC(msg)
|
| /freebsd-13-stable/contrib/ntp/ntpd/ |
| HD | refclock_wwv.c | 173 #define PANIC (2 * 1440) /* panic timeout */ macro 1885 if (up->watch > PANIC) { in wwv_rsec()
|
| /freebsd-13-stable/crypto/openssl/ |
| HD | CHANGES | 10752 PANIC, EMERG, EMR => LOG_EMERG
|