sv_flags 169 compat/common/kern_sig_43.c sv->sv_flags = 0; sv_flags 171 compat/common/kern_sig_43.c sv->sv_flags |= SV_ONSTACK; sv_flags 173 compat/common/kern_sig_43.c sv->sv_flags |= SV_INTERRUPT; sv_flags 175 compat/common/kern_sig_43.c sv->sv_flags |= SV_RESETHAND; sv_flags 177 compat/common/kern_sig_43.c sv->sv_flags |= SA_NOCLDSTOP; sv_flags 189 compat/common/kern_sig_43.c sv->sv_flags ^= SA_RESTART; /* opposite of SV_INTERRUPT */ sv_flags 104 compat/hpux/hpux_sig.c sv->sv_flags = 0; sv_flags 106 compat/hpux/hpux_sig.c sv->sv_flags |= SV_ONSTACK; sv_flags 108 compat/hpux/hpux_sig.c sv->sv_flags |= SV_INTERRUPT; sv_flags 110 compat/hpux/hpux_sig.c sv->sv_flags |= HPUXSV_RESET; sv_flags 124 compat/hpux/hpux_sig.c sv->sv_flags ^= SA_RESTART; sv_flags 128 compat/hpux/hpux_sig.c if (sv->sv_flags & HPUXSV_RESET) sv_flags 1125 compat/sunos/sunos_misc.c sv->sv_flags = 0; sv_flags 1127 compat/sunos/sunos_misc.c sv->sv_flags |= SV_ONSTACK; sv_flags 1129 compat/sunos/sunos_misc.c sv->sv_flags |= SV_INTERRUPT; sv_flags 1131 compat/sunos/sunos_misc.c sv->sv_flags |= SA_RESETHAND; sv_flags 1149 compat/sunos/sunos_misc.c if (sv->sv_flags & ~0xF) sv_flags 1152 compat/sunos/sunos_misc.c sv->sv_flags |= SA_USERTRAMP; sv_flags 1154 compat/sunos/sunos_misc.c sv->sv_flags ^= SA_RESTART; /* same bit, inverted */ sv_flags 153 sys/signal.h int sv_flags; /* see signal options below */ sv_flags 158 sys/signal.h #define sv_onstack sv_flags /* isn't compatibility wonderful! */