Home
last modified time | relevance | path

Searched refs:FORREAL (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dcondvar.c346 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 Dsemaphore.c287 if (ISSIG(t, FORREAL) || lwp->lwp_sysabort || in sema_p_sig()
H A Dturnstile.c636 if (ISSIG(curthread, FORREAL) || lwp->lwp_sysabort || in turnstile_block()
H A Dcore.c827 if (issig(JUSTLOOKING) && issig(FORREAL)) in core_seg()
H A Dsig.c420 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 Dwatchpoint.c762 rval = ((ISSIG_FAST(curthread, lwp, p, FORREAL))? 0 : 1); in sys_watchpoint()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddmu_diff.c115 if (issig(JUSTLOOKING) && issig(FORREAL)) in diff_cb()
H A Ddmu_send.c827 if (issig(JUSTLOOKING) && issig(FORREAL)) in dmu_send_impl()
2784 if (issig(JUSTLOOKING) && issig(FORREAL)) { in dmu_recv_stream()
H A Ddmu_objset.c1484 if (issig(JUSTLOOKING) && issig(FORREAL)) in dmu_objset_userspace_upgrade()
/titanic_41/usr/src/uts/common/syscall/
H A Dlwp_sobj.c1284 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 Dproc.h556 #define FORREAL 0 /* Usual side-effects */ macro
/titanic_41/usr/src/uts/intel/ia32/os/
H A Dsyscall.c661 if (issig(FORREAL)) in post_syscall()
/titanic_41/usr/src/uts/sparc/os/
H A Dsyscall.c752 if (issig(FORREAL)) in post_syscall()
/titanic_41/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c713 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 Dtrap.c1338 if (issig(FORREAL)) in trap_cleanup()
/titanic_41/usr/src/uts/i86pc/os/
H A Dtrap.c1489 if (issig(FORREAL)) in trap()
/titanic_41/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c518 if (ISSIG(curthread, FORREAL) || in auto_calldaemon()