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

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dcompat.h14 * SunOS 5 (solaris) has SA_RESTART, but no SA_INTERRUPT.
30 * SunOS 4 has SA_INTERRUPT, but no SA_RESTART.
32 #ifndef SA_RESTART
33 #define SA_RESTART 0 macro
41 * Linux has SA_RESTART, but no SA_INTERRUPT. Note that the documentation
43 * and second, SA_RESTART does what you'd expect (the same as svr4) and has
59 * no SA_INTERRUPT flag. Unfortunately, there's also no SA_RESTART, so
65 #ifndef SA_RESTART
66 #define SA_RESTART 0 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dcompat.h14 * SunOS 5 (solaris) has SA_RESTART, but no SA_INTERRUPT.
30 * SunOS 4 has SA_INTERRUPT, but no SA_RESTART.
32 #ifndef SA_RESTART
33 #define SA_RESTART 0 macro
41 * Linux has SA_RESTART, but no SA_INTERRUPT. Note that the documentation
43 * and second, SA_RESTART does what you'd expect (the same as svr4) and has
59 * no SA_INTERRUPT flag. Unfortunately, there's also no SA_RESTART, so
65 #ifndef SA_RESTART
66 #define SA_RESTART 0 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dos_support.h57 # ifndef SA_RESTART
58 # warning SA_RESTART not implemented; ffserver might misbehave.
59 # define SA_RESTART 0 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsignal.c106 #ifdef SA_RESTART
111 act.sa_flags = SA_RESTART;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dirq.c149 flags | SA_RESTART, SIGUSR1, SIGIO, SIGWINCH, SIGALRM, -1); local
151 flags | SA_RESTART, SIGUSR1, SIGIO, SIGWINCH, SIGALRM, -1); local
152 set_handler(SIGIO, (__sighandler_t) sig_handler, flags | SA_RESTART, local
H A Dtime.c81 SA_RESTART, SIGUSR1, SIGIO, SIGWINCH, SIGVTALRM, -1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_main.c152 #ifdef SA_RESTART
153 sig.sa_flags |= SA_RESTART;
154 #endif /* SA_RESTART */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_main.c136 #ifdef SA_RESTART
137 sig.sa_flags |= SA_RESTART;
138 #endif /* SA_RESTART */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripd/
H A Drip_main.c109 #ifdef SA_RESTART
110 sig.sa_flags |= SA_RESTART;
111 #endif /* SA_RESTART */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripngd/
H A Dripng_main.c130 #ifdef SA_RESTART
131 sig.sa_flags |= SA_RESTART;
132 #endif /* SA_RESTART */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/vtysh/
H A Dvtysh_main.c119 #ifdef SA_RESTART
120 sig.sa_flags |= SA_RESTART;
121 #endif /* SA_RESTART */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dsignal.h67 * SA_RESTART flag to get restarting signals (which were the default long ago)
78 #define SA_RESTART 0x10000000 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dsignal.h67 * SA_RESTART flag to get restarting signals (which were the default long ago)
78 #define SA_RESTART 0x10000000 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dsignal.h51 * SA_RESTART flag to get restarting signals (which were the default long ago)
65 #define SA_RESTART 0x00000040 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dsignal.h66 * SA_RESTART flag to get restarting signals (which were the default long ago)
79 #define SA_RESTART 0x10000000U macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dsignal.h59 * SA_RESTART flag to get restarting signals (which were the default long ago)
72 #define SA_RESTART 0x10000000 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dsignal.h82 * SA_RESTART flag to get restarting signals (which were the default long ago)
95 #define SA_RESTART 0x10000000 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dafp_asp.c173 sv.sa_flags = SA_RESTART;
182 sv.sa_flags = SA_RESTART;
238 action.sa_flags = SA_RESTART;
252 action.sa_flags = SA_RESTART;
265 action.sa_flags = SA_RESTART;
280 action.sa_flags = SA_RESTART;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_asp.c174 sv.sa_flags = SA_RESTART;
183 sv.sa_flags = SA_RESTART;
239 action.sa_flags = SA_RESTART;
253 action.sa_flags = SA_RESTART;
266 action.sa_flags = SA_RESTART;
281 action.sa_flags = SA_RESTART;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_main.c170 #ifdef SA_RESTART
171 sig.sa_flags |= SA_RESTART;
172 #endif /* SA_RESTART */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dmain.c156 #ifdef SA_RESTART
157 sig.sa_flags |= SA_RESTART;
158 #endif /* SA_RESTART */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddsignal.c86 sa.sa_flags = SA_RESTART;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dsignal.h87 * SA_RESTART flag to get restarting signals (which were the default long ago)
100 #define SA_RESTART 0x10000000 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dsignal.h78 * SA_RESTART flag to get restarting signals (which were the default long ago)
91 #define SA_RESTART 0x10000000 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dsignal.h76 * SA_RESTART flag to get restarting signals (which were the default long ago)
89 #define SA_RESTART 0x10000000 macro

Completed in 165 milliseconds

12345