| /freebsd-12-stable/lib/libthr/thread/ |
| D | thr_exit.c | 131 PANIC("exception should be rethrown"); in thread_unwind_cleanup() 176 PANIC("_Unwind_ForcedUnwind returned"); in thread_unwind() 219 PANIC("Thread %p has called " 321 PANIC("thread %p exits with resources held!", curthread); 328 PANIC("thr_exit() returned");
|
| D | thr_spinlock.c | 80 PANIC("Spinlock called when not threaded."); in __thr_spinlock() 82 PANIC("Spinlocks not initialized."); in __thr_spinlock() 103 PANIC("Warning: exceeded max spinlocks"); in init_spinlock()
|
| D | thr_init.c | 326 PANIC("Thread jump table not properly initialized"); in _libpthread_init() 339 PANIC("Can't allocate initial thread"); in _libpthread_init() 394 PANIC("Cannot allocate red zone for initial thread"); in init_main_thread() 470 PANIC("Cannot get kern.usrstack from sysctl"); in init_private() 475 PANIC("Cannot get stack rlimit"); in init_private()
|
| D | thr_umtx.c | 350 PANIC("rdlock error"); in _thr_rwl_rdlock() 366 PANIC("wrlock error"); in _thr_rwl_wrlock() 375 PANIC("unlock error"); in _thr_rwl_unlock()
|
| D | thr_mutex.c | 140 PANIC("mutex %p own %#x is not on list %p %p", in mutex_assert_is_owned() 153 PANIC("mutex %p own %#x is on list %p %p", in mutex_assert_not_owned() 161 PANIC( in mutex_assert_not_owned() 189 PANIC("inact_mtx enter"); in _mutex_enter_robust() 205 PANIC("inact_mtx leave"); in _mutex_leave_robust() 374 PANIC("corrupted offpage"); in shared_mutex_init()
|
| D | thr_kern.c | 69 PANIC("locklevel <= 0"); in _thr_assert_lock_level()
|
| D | thr_create.c | 295 PANIC("Thread has resumed after exit"); in thread_start()
|
| D | thr_private.h | 96 #define PANIC(args...) _thread_exitf(__FILE__, __LINE__, ##args) macro 105 PANIC(msg); \
|
| D | thr_cond.c | 287 PANIC("thread %p was already on queue.", curthread); in cond_wait_user()
|
| D | thr_attr.c | 604 PANIC("failed to get sysctl kern.sched.cpusetsize"); in _get_kern_cpuset_size()
|
| /freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/ |
| D | priv.h | 39 #define PANIC(X) panic X macro 44 #define PANIC(X) abort() macro 105 PANIC(("IE %02x,%02x -- no default", CODING,IE));\
|
| D | privmsg.c | 217 PANIC(("bad decode return")); in uni_decode_body_internal()
|
| /freebsd-12-stable/sys/sparc64/include/ |
| D | asmacros.h | 172 #define PANIC(msg, r1) \ macro 184 PANIC(msg, r1) ; \
|
| /freebsd-12-stable/sys/mips/mips/ |
| D | mpboot.S | 89 PANIC("AP startup failed!")
|
| D | locore.S | 203 PANIC("Startup failed!")
|
| D | exception.S | 1015 PANIC("kernel stack overflow - trapframe at %p")
|
| /freebsd-12-stable/sys/netpfil/ipfilter/netinet/ |
| 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()
|
| D | ip_compat.h | 337 # define PANIC(x,y) ; macro 569 # define PANIC(x,y) if (x) panic y macro
|
| /freebsd-12-stable/sys/mips/include/ |
| D | asm.h | 244 #define PANIC(msg) \ macro 250 #define PANIC_KSEG0(msg, reg) PANIC(msg)
|
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | refclock_wwv.c | 173 #define PANIC (2 * 1440) /* panic timeout */ macro 1885 if (up->watch > PANIC) { in wwv_rsec()
|
| /freebsd-12-stable/sys/sparc64/sparc64/ |
| D | support.S | 819 2: PANIC("longjmp botch", %l1)
|
| /freebsd-12-stable/crypto/openssl/ |
| D | CHANGES | 10747 PANIC, EMERG, EMR => LOG_EMERG
|