Searched refs:issig (Results 1 - 12 of 12) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/sys/
H A Dparam.h102 ((p)->p_sig &~ ((p)->p_sigignore | (p)->p_sigmask))) && issig(flag))
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_diff.c114 if (issig(JUSTLOOKING) && issig(FORREAL))
H A Ddmu_send.c313 if (issig(JUSTLOOKING) && issig(FORREAL))
1395 if (issig(JUSTLOOKING) && issig(FORREAL)) {
H A Ddmu_objset.c1457 if (issig(JUSTLOOKING) && issig(FORREAL))
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dcondvar.c344 if (issig(FORREAL))
443 if (issig(FORREAL))
555 if (issig(FORREAL))
H A Dsig.c187 t->t_sig_check = 1; /* have thread do an issig */
198 aston(t); /* make it do issig promptly */
395 * (though this can usually be done without actually calling issig by
417 issig(int why) function
735 * We will call issig() again later when it is safe.
1256 * if (issig())
1258 * The signal bit has already been cleared by issig(),
1291 * dropped between issig() and psig(), a debugger may have cleared
2561 * honoring all of the /proc tracing mechanism built into issig().
2597 if (issig(FORREA
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dproc.h518 /* Macro to reduce unnecessary calls to issig() */
531 (ISSIG_PENDING(t, lwp, p) && issig(why))
554 /* Reasons for calling issig() */
612 extern int issig(int);
/opensolaris-onvv-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h220 #define issig(why) (FALSE) macro
/opensolaris-onvv-gate/usr/src/uts/intel/ia32/os/
H A Dsyscall.c609 * the LWP or may otherwise mark the LWP to call issig(FORREAL).
661 if (issig(FORREAL))
/opensolaris-onvv-gate/usr/src/uts/sparc/os/
H A Dsyscall.c752 if (issig(FORREAL))
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Dtrap.c1429 * the LWP or may otherwise mark the LWP to call issig(FORREAL).
1469 if (issig(FORREAL))
/opensolaris-onvv-gate/usr/src/uts/sun4/os/
H A Dtrap.c1332 if (issig(FORREAL))

Completed in 199 milliseconds