Searched refs:FORREAL (Results 1 – 17 of 17) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | condvar.c | 346 if (issig(FORREAL)) in cv_wait_sig() 445 if (issig(FORREAL)) in cv_timedwait_sig_hires() 572 if (issig(FORREAL)) in cv_wait_sig_swap_core()
|
H A D | semaphore.c | 287 if (ISSIG(t, FORREAL) || lwp->lwp_sysabort || in sema_p_sig()
|
H A D | turnstile.c | 636 if (ISSIG(curthread, FORREAL) || lwp->lwp_sysabort || in turnstile_block()
|
H A D | core.c | 827 if (issig(JUSTLOOKING) && issig(FORREAL)) in core_seg()
|
H A D | sig.c | 420 ASSERT(why == FORREAL || why == JUSTLOOKING); in issig() 422 return ((why == FORREAL)? issig_forreal() : issig_justlooking()); in issig() 2607 if (issig(FORREAL)) in realsigprof_slow()
|
H A D | watchpoint.c | 762 rval = ((ISSIG_FAST(curthread, lwp, p, FORREAL))? 0 : 1); in sys_watchpoint()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | dmu_diff.c | 115 if (issig(JUSTLOOKING) && issig(FORREAL)) in diff_cb()
|
H A D | dmu_send.c | 827 if (issig(JUSTLOOKING) && issig(FORREAL)) in dmu_send_impl() 2784 if (issig(JUSTLOOKING) && issig(FORREAL)) { in dmu_recv_stream()
|
H A D | dmu_objset.c | 1484 if (issig(JUSTLOOKING) && issig(FORREAL)) in dmu_objset_userspace_upgrade()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | lwp_sobj.c | 1284 if (ISSIG(t, FORREAL) || lwp->lwp_sysabort || MUSTRETURN(p, t)) in lwp_mutex_timedlock() 1763 if (ISSIG(t, FORREAL) || lwp->lwp_sysabort || in lwp_cond_wait() 2123 if (ISSIG(t, FORREAL) || lwp->lwp_sysabort || in lwp_sema_timedwait() 2631 if (ISSIG(t, FORREAL) || lwp->lwp_sysabort || MUSTRETURN(p, t)) in lwp_rwlock_lock()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | proc.h | 556 #define FORREAL 0 /* Usual side-effects */ macro
|
/titanic_41/usr/src/uts/intel/ia32/os/ |
H A D | syscall.c | 661 if (issig(FORREAL)) in post_syscall()
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | syscall.c | 752 if (issig(FORREAL)) in post_syscall()
|
/titanic_41/usr/src/uts/common/fs/doorfs/ |
H A D | door_sys.c | 713 if (ISSIG(curthread, FORREAL) || lwp->lwp_sysabort || in door_call() 1521 if (ISSIG(curthread, FORREAL) || lwp->lwp_sysabort || in door_return() 3208 if (lwp && (ISSIG(curthread, FORREAL) || lwp->lwp_sysabort || in door_upcall()
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | trap.c | 1338 if (issig(FORREAL)) in trap_cleanup()
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | trap.c | 1489 if (issig(FORREAL)) in trap()
|
/titanic_41/usr/src/uts/common/fs/autofs/ |
H A D | auto_subr.c | 518 if (ISSIG(curthread, FORREAL) || in auto_calldaemon()
|