Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dsignal.c52 sigs |= S_INTERRUPT; in u_interrupt()
131 sigs |= S_INTERRUPT; in wbreak_handler()
298 if (tsignals & S_INTERRUPT) in psignals()
H A Dless.h583 #define S_INTERRUPT (1<<0) macro
587 #define ABORT_SIGS() (sigs & (S_INTERRUPT|S_SWINTERRUPT|S_STOP))
H A Dos.c384 if (sigs & (S_INTERRUPT|S_SWINTERRUPT)) in iopen()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h75900 #define S_INTERRUPT 0 macro
75902 #define V_INTERRUPT(x) ((x) << S_INTERRUPT)
75903 #define G_INTERRUPT(x) (((x) >> S_INTERRUPT) & M_INTERRUPT)