/openbmc/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd.h | 37 #ifndef __NR_pidfd_send_signal 38 #define __NR_pidfd_send_signal -1 macro 104 return syscall(__NR_pidfd_send_signal, pidfd, sig, info, flags); in sys_pidfd_send_signal()
|
/openbmc/linux/samples/pidfd/ |
H A D | pidfd-metadata.c | 24 #ifndef __NR_pidfd_send_signal 25 #define __NR_pidfd_send_signal -1 macro 49 return syscall(__NR_pidfd_send_signal, pidfd, sig, info, flags); in sys_pidfd_send_signal()
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 274 #define __NR_pidfd_send_signal 424 macro
|
H A D | unistd_64.h | 284 #define __NR_pidfd_send_signal 424 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 283 #define __NR_pidfd_send_signal 424 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 280 #define __NR_pidfd_send_signal 424 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 347 #define __NR_pidfd_send_signal 424 macro
|
H A D | unistd_32.h | 399 #define __NR_pidfd_send_signal 424 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 340 #define __NR_pidfd_send_signal 424 macro
|
H A D | unistd_32.h | 417 #define __NR_pidfd_send_signal 424 macro
|
H A D | unistd_x32.h | 293 #define __NR_pidfd_send_signal (__X32_SYSCALL_BIT + 424) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 381 #define __NR_pidfd_send_signal 424 macro
|
H A D | unistd_32.h | 409 #define __NR_pidfd_send_signal 424 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 757 #define __NR_pidfd_send_signal 424 macro 758 __SYSCALL(__NR_pidfd_send_signal, sys_pidfd_send_signal)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 757 #define __NR_pidfd_send_signal 424 macro 758 __SYSCALL(__NR_pidfd_send_signal, sys_pidfd_send_signal)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 757 #define __NR_pidfd_send_signal 424 macro 758 __SYSCALL(__NR_pidfd_send_signal, sys_pidfd_send_signal)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 858 #define __NR_pidfd_send_signal 424 macro 859 __SYSCALL(__NR_pidfd_send_signal, sys_pidfd_send_signal)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 332 #define __NR_pidfd_send_signal (__NR_Linux + 424) macro
|
H A D | unistd_n32.h | 356 #define __NR_pidfd_send_signal (__NR_Linux + 424) macro
|
H A D | unistd_o32.h | 402 #define __NR_pidfd_send_signal (__NR_Linux + 424) macro
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 381 #define __NR_pidfd_send_signal (__NR_SYSCALL_BASE + 424) macro
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 348 #if defined(__NR_pidfd_send_signal) && defined(TARGET_NR_pidfd_send_signal) 9323 #if defined(__NR_pidfd_send_signal) && defined(TARGET_NR_pidfd_send_signal) in _syscall2()
|