Home
last modified time | relevance | path

Searched refs:SIG_CATCH (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/libpcap/lbl/
H A Dos-sunos4.h206 #undef SIG_CATCH
207 #define SIG_CATCH (void (*)(int))2 macro
/freebsd-13.1/contrib/tcpdump/lbl/
H A Dos-sunos4.h206 #undef SIG_CATCH
207 #define SIG_CATCH (void (*)(int))2 macro
/freebsd-13.1/sys/sys/
H A Dsignalvar.h99 #define SIG_CATCH ((__sighandler_t *)2) macro
/freebsd-13.1/sys/kern/
H A Dkern_sig.c2256 action = SIG_CATCH; in tdsendsignal()
2263 action = SIG_CATCH; in tdsendsignal()
2373 if (action == SIG_CATCH) { in tdsendsignal()
2427 if (p->p_flag & P_TRACED || action == SIG_CATCH) { in tdsendsignal()
2810 tdsigwakeup(td, sig, SIG_CATCH, in reschedule_signals()