Searched refs:__SI_CHLD (Results 1 – 14 of 14) sorted by relevance
153 #define __SI_CHLD 0 macro235 #define CLD_EXITED (__SI_CHLD|1) /* child has exited */236 #define CLD_KILLED (__SI_CHLD|2) /* child was killed */237 #define CLD_DUMPED (__SI_CHLD|3) /* child terminated abnormally */238 #define CLD_TRAPPED (__SI_CHLD|4) /* traced child has trapped */239 #define CLD_STOPPED (__SI_CHLD|5) /* child has stopped */240 #define CLD_CONTINUED (__SI_CHLD|6) /* stopped child has continued */
11 #define __SI_CHLD (4 << 16) macro
40 case __SI_CHLD >> 16: in copy_siginfo_to_user32()
294 case __SI_CHLD >> 16: in copy_siginfo_from_user32()345 case __SI_CHLD >> 16: in copy_siginfo_to_user32()
82 case __SI_CHLD >> 16: in copy_siginfo_to_user32()
90 case __SI_CHLD >> 16: in copy_siginfo_to_user32()138 case __SI_CHLD >> 16: in copy_siginfo_from_user32()
131 case __SI_CHLD: in signalfd_copyinfo()
209 case __SI_CHLD >> 16: in copy_siginfo_to_user32()
147 case __SI_CHLD >> 16: in copy_siginfo_to_user()
176 case __SI_CHLD: in copy_siginfo_to_user32()
98 case __SI_CHLD >> 16: in copy_siginfo_to_user32()
936 case __SI_CHLD >> 16: in copy_siginfo_to_user32()
598 info.si_code |= __SI_CHLD; in COMPAT_SYSCALL_DEFINE5()
2713 case __SI_CHLD: in copy_siginfo_to_user()