Searched refs:ss_onstack (Results 1 – 9 of 9) sorted by relevance
18 #define compat_sigaltstack(uap, compat_ss, ss_onstack, ss_disable) do { \ argument29 if (ss_onstack == SS_ONSTACK && ss_disable == SS_DISABLE) \33 (css.ss_flags & ss_onstack ? SS_ONSTACK : 0) \45 if (ss_onstack == SS_ONSTACK && ss_disable == SS_DISABLE) \49 (oss.ss_flags & SS_ONSTACK ? ss_onstack : 0) \
130 if (ss->ss_onstack) in compat_43_sigstack_to_sigaltstack()140 ss->ss_onstack = 1; in compat_43_sigaltstack_to_sigstack()142 ss->ss_onstack = 0; in compat_43_sigaltstack_to_sigstack()
2403 int ss_onstack;2442 int ss_onstack;2485 int ss_onstack;2528 int ss_onstack;2599 int ss_onstack;2639 int ss_onstack;2785 int ss_onstack;
279 int ss_onstack; /* current status */278 int ss_onstack; /* current status */ global() member
84 # get old ss_onstack
85 # get old ss_onstack
700 nsa.ss_flags = ss32.ss_onstack ? SS_ONSTACK : 0; in compat_43_netbsd32_osigstack() 710 ss32.ss_onstack = (osa.ss_flags & SS_ONSTACK) != 0; in compat_43_netbsd32_osigstack()
718 int ss_onstack; /* current status */ member
224 s.ss_onstack = 0; in setup_error_handler()