Searched refs:SA_RESTART (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-13-stable/lib/libc/gen/
H A Dsiginterrupt.c56 sa.sa_flags &= ~SA_RESTART;
59 sa.sa_flags |= SA_RESTART;
H A Dsignal.c55 sa.sa_flags |= SA_RESTART;
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dsignal.c67 #ifdef SA_RESTART
68 saNew.sa_flags |= SA_RESTART;
/freebsd-13-stable/contrib/diff/lib/
H A Dcmpbuf.c28 #ifndef SA_RESTART
30 # define SA_RESTART SA_INTERRUPT macro
32 # define SA_RESTART 0 macro
108 older hosts without SA_RESTART. It also accommodates
112 if (! SA_RESTART && errno == EINTR)
/freebsd-13-stable/contrib/tcpdump/
H A Dsetsignal.c77 new.sa_flags = SA_RESTART;
/freebsd-13-stable/contrib/sendmail/libsm/
H A Dsignal.c43 # if defined(SA_RESTART) || (!defined(SYS5SIGNALS) && !defined(BSD4_3))
52 # ifdef SA_RESTART
56 n.sa_flags = SA_RESTART|SA_SIGINFO;
59 n.sa_flags = SA_RESTART;
64 # else /* SA_RESTART */
90 # endif /* SA_RESTART */
/freebsd-13-stable/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c107 * SA_RESTART flag that forces the right behavior. Thus, this code
112 * sigaction(2) without SA_RESTART) may have a problem. Possible
212 #ifdef SA_RESTART
213 act.sa_flags |= SA_RESTART;
214 #endif /* SA_RESTART */
315 #ifdef SA_RESTART
319 new_act.sa_flags |= SA_RESTART;
320 #endif /* SA_RESTART */
387 #ifdef SA_RESTART
388 new_sigaction.sa_flags |= SA_RESTART;
[all...]
/freebsd-13-stable/contrib/bmake/
H A Dsigcompat.c127 #ifndef SA_RESTART
128 # define SA_RESTART 2 macro
131 # define SV_INTERRUPT SA_RESTART
H A DMakefile100 CFLAGS+= -DSIGNAL_FLAGS=SA_RESTART
/freebsd-13-stable/contrib/ntp/libntp/
H A Dsyssignal.c22 # ifdef SA_RESTART
23 # define Z_SA_RESTART SA_RESTART
/freebsd-13-stable/tools/regression/sockets/sblock/
H A Dsblock.c162 if (sa.sa_flags & SA_RESTART)
164 sa.sa_flags &= ~SA_RESTART;
/freebsd-13-stable/contrib/kyua/utils/signals/
H A Dprogrammer.cpp89 sa.sa_flags = SA_RESTART;
/freebsd-13-stable/contrib/diff/src/
H A Dsystem.h217 #ifndef SA_RESTART
219 # define SA_RESTART SA_INTERRUPT macro
221 # define SA_RESTART 0 macro
/freebsd-13-stable/contrib/pf/libevent/
H A Dsignal.c123 sa.sa_flags |= SA_RESTART;
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/ttyio/
H A Dt_ttyio.c137 sa.sa_flags = SA_RESTART;
/freebsd-13-stable/sys/sys/
H A Dsignal.h391 #define SA_RESTART 0x0002 /* restart system call on signal return */ macro
459 #define SV_INTERRUPT SA_RESTART /* same bit, opposite sense */
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/
H A Dzed.c62 sa.sa_flags = SA_RESTART;
/freebsd-13-stable/tests/sys/vm/
H A Dpage_fault_signal.c57 sa.sa_flags = SA_RESTART | SA_RESETHAND | SA_SIGINFO;
/freebsd-13-stable/contrib/tnftp/src/
H A Dprogressbar.c435 #if defined(SA_RESTART) /* 4.4BSD, Posix(?), SVR4 */
436 act.sa_flags = restartable ? SA_RESTART : 0;
440 #error "system must have SA_RESTART or SA_INTERRUPT"
/freebsd-13-stable/lib/libc/tests/gen/
H A Dpopen_test.c160 act.sa_flags = SA_RESTART;
/freebsd-13-stable/contrib/ngatm/sscop/
H A Dsscop_main.c233 sa.sa_flags = SA_RESTART;
/freebsd-13-stable/usr.bin/timeout/
H A Dtimeout.c245 signals.sa_flags = SA_RESTART;
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_signal.c102 bsa->sa_flags |= SA_RESTART;
141 if (bsa->sa_flags & SA_RESTART)
/freebsd-13-stable/contrib/libevent/
H A Dsignal.c255 sa.sa_flags |= SA_RESTART;
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dsignal.c255 sa.sa_flags |= SA_RESTART;

Completed in 295 milliseconds

12