Searched refs:PANIC (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10.1-release/lib/libkse/thread/
H A Dthr_spinlock.c94 PANIC("Spinlock called when not threaded.");
96 PANIC("Spinlocks not initialized.");
134 PANIC("Exceeded max spinlocks");
148 PANIC("Cannot initialize spinlock_static_lock");
151 PANIC("Cannot initialize spinlock extra");
H A Dthr_init.c254 PANIC("Failed loading mandatory references in _thread_init");
264 PANIC("Thread jump table not properly initialized");
277 PANIC("Can't set session ID");
279 PANIC("Can't revoke console");
281 PANIC("Can't open console");
283 PANIC("Can't set login to root");
285 PANIC("Can't set controlling terminal");
295 PANIC("Can't allocate initial kse.");
298 PANIC("Can't allocate initial kseg.");
310 PANIC("Ca
[all...]
H A Dthr_exit.c98 PANIC(msg);
158 PANIC("Dead thread has resumed");
H A Dthr_rtld.c104 PANIC("No current thread in rtld call");
122 PANIC("No current thread in rtld call");
221 PANIC("Recursive write lock attempt on rtld lock");
250 PANIC("Attempt to unlock rtld lock when not owner.");
H A Dthr_priority_queue.c54 PANIC(msg); \
58 PANIC(msg); \
62 PANIC(msg); \
66 PANIC(msg); \
70 PANIC(msg); \
H A Dthr_kern.c405 PANIC("Unable to initialize free KSE queue lock");
408 PANIC("Unable to initialize free thread queue lock");
411 PANIC("Unable to initialize thread list lock");
464 PANIC("kse_create() failed\n");
507 PANIC("kse_lock_wait does not disable upcall.\n");
537 PANIC("KSE trying to wake itself up in lock");
790 PANIC("bound thread shouldn't get here\n");
832 PANIC("bound thread does not have SIGWAIT state\n");
835 PANIC("bound thread does not have SLEEP_WAIT state\n");
838 PANIC("boun
[all...]
H A Dthr_cancel.c50 PANIC("cancel");
211 PANIC("cancel");
249 PANIC("cancel");
H A Dthr_sig.c236 PANIC("can not create signal daemon thread!\n");
319 PANIC("No current thread.\n");
321 PANIC("Thread is not system scope.\n");
452 PANIC("thr_sig_invoke_handler without in critical\n");
946 PANIC("Please use _thr_send_sig for bound thread");
1192 PANIC("Cannot read signal handler info");
1221 PANIC("Cannot initialize signal handler");
1250 PANIC("Cannot set signal handler info");
H A Dthr_create.c344 PANIC("Thread has resumed after exit");
H A Dthr_private.h74 #define PANIC(string) _thr_exit(__FILE__, __LINE__, string) macro
92 PANIC(msg); \
248 PANIC("Exceeded maximum lock level"); \
875 PANIC("Exceeded maximum lock level"); \
/freebsd-10.1-release/lib/libthr/thread/
H A Dthr_spinlock.c78 PANIC("Spinlock called when not threaded.");
80 PANIC("Spinlocks not initialized.");
107 PANIC("Warning: exceeded max spinlocks");
H A Dthr_exit.c127 PANIC("exception should be rethrown");
168 PANIC("_Unwind_ForcedUnwind returned");
202 PANIC(msg);
300 PANIC("thread exits with resources held!");
307 PANIC("thr_exit() returned");
H A Dthr_init.c317 PANIC("Thread jump table not properly initialized");
330 PANIC("Can't set session ID");
332 PANIC("Can't revoke console");
334 PANIC("Can't open console");
336 PANIC("Can't set login to root");
338 PANIC("Can't set controlling terminal");
350 PANIC("Can't allocate initial thread");
400 PANIC("Cannot allocate red zone for initial thread");
475 PANIC("Cannot get kern.usrstack from sysctl");
479 PANIC("Canno
[all...]
H A Dthr_umtx.c317 PANIC("rdlock error");
333 PANIC("wrlock error");
341 PANIC("unlock error");
H A Dthr_kern.c66 PANIC("locklevel <= 0");
H A Dthr_create.c287 PANIC("Thread has resumed after exit");
H A Dthr_mutex.c55 PANIC("mutex is not on list"); \
60 PANIC("mutex is on list"); \
H A Dthr_private.h88 #define PANIC(string) _thread_exit(__FILE__,__LINE__,string) macro
97 PANIC(msg); \
/freebsd-10.1-release/sys/contrib/ngatm/netnatm/msg/
H A Dpriv.h39 #define PANIC(X) panic X macro
44 #define PANIC(X) abort() macro
105 PANIC(("IE %02x,%02x -- no default", CODING,IE));\
H A Dprivmsg.c217 PANIC(("bad decode return"));
/freebsd-10.1-release/sys/mips/mips/
H A Dmpboot.S89 PANIC("AP startup failed!")
H A Dlocore.S185 PANIC("Startup failed!")
/freebsd-10.1-release/sys/sparc64/include/
H A Dasmacros.h170 #define PANIC(msg, r1) \ macro
182 PANIC(msg, r1) ; \
/freebsd-10.1-release/sys/contrib/ipfilter/netinet/
H A Dip_irc_pxy.c337 PANIC((!nm),("ipf_p_irc_out: allocb failed"));
343 PANIC((m1->b_wptr < m1->b_rptr),
/freebsd-10.1-release/lib/libkse/arch/ia64/include/
H A Dpthread_md.h40 #define THR_SETCONTEXT(ucp) PANIC("THR_SETCONTEXT() now in use!\n")

Completed in 122 milliseconds

12