Home
last modified time | relevance | path

Searched refs:__NR_kcmp (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/kcmp/
H A Dkcmp_test.c25 return syscall(__NR_kcmp, pid1, pid2, type, fd1, fd2); in sys_kcmp()
/OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c33 return syscall(__NR_kcmp, pid1, pid2, type, idx1, idx2); in sys_kcmp()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dunistd.h697 #define __NR_kcmp 272 macro
698 __SYSCALL(__NR_kcmp, sys_kcmp)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dunistd.h697 #define __NR_kcmp 272 macro
698 __SYSCALL(__NR_kcmp, sys_kcmp)
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dunistd.h733 #define __NR_kcmp 272 macro
734 __SYSCALL(__NR_kcmp, sys_kcmp)
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dunistd.h733 #define __NR_kcmp 272 macro
734 __SYSCALL(__NR_kcmp, sys_kcmp)
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dunistd32.h769 #define __NR_kcmp 378 macro
770 __SYSCALL(__NR_kcmp, sys_kcmp)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/
H A Dunistd-common.h337 #define __NR_kcmp (__NR_SYSCALL_BASE + 378) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsyscall.h782 #ifdef __NR_kcmp
783 # define SYS_kcmp __NR_kcmp
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsyscall.h782 #ifdef __NR_kcmp
783 # define SYS_kcmp __NR_kcmp
/OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c289 #ifdef __NR_kcmp in __filecmp()
291 return syscall(__NR_kcmp, pid1, pid2, KCMP_FILE, fd1, fd2); in __filecmp()