Home
last modified time | relevance | path

Searched refs:__SI_CHLD (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/include/uapi/asm-generic/
Dsiginfo.h153 #define __SI_CHLD 0 macro
235 #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 */
/linux-4.1.27/include/asm-generic/
Dsiginfo.h11 #define __SI_CHLD (4 << 16) macro
/linux-4.1.27/arch/parisc/kernel/
Dsignal32.c294 case __SI_CHLD >> 16: in copy_siginfo_from_user32()
345 case __SI_CHLD >> 16: in copy_siginfo_to_user32()
/linux-4.1.27/arch/tile/kernel/
Dcompat_signal.c82 case __SI_CHLD >> 16: in copy_siginfo_to_user32()
/linux-4.1.27/arch/s390/kernel/
Dcompat_signal.c90 case __SI_CHLD >> 16: in copy_siginfo_to_user32()
138 case __SI_CHLD >> 16: in copy_siginfo_from_user32()
/linux-4.1.27/fs/
Dsignalfd.c131 case __SI_CHLD: in signalfd_copyinfo()
/linux-4.1.27/arch/x86/ia32/
Dia32_signal.c73 case __SI_CHLD >> 16: in copy_siginfo_to_user32()
/linux-4.1.27/arch/ia64/kernel/
Dsignal.c147 case __SI_CHLD >> 16: in copy_siginfo_to_user()
/linux-4.1.27/arch/mips/kernel/
Dsignal32.c384 case __SI_CHLD >> 16: in copy_siginfo_to_user32()
/linux-4.1.27/arch/arm64/kernel/
Dsignal32.c176 case __SI_CHLD: in copy_siginfo_to_user32()
/linux-4.1.27/arch/sparc/kernel/
Dsignal32.c98 case __SI_CHLD >> 16: in copy_siginfo_to_user32()
/linux-4.1.27/kernel/
Dcompat.c598 info.si_code |= __SI_CHLD; in COMPAT_SYSCALL_DEFINE5()
Dsignal.c2767 case __SI_CHLD: in copy_siginfo_to_user()
/linux-4.1.27/arch/powerpc/kernel/
Dsignal_32.c936 case __SI_CHLD >> 16: in copy_siginfo_to_user32()