Home
last modified time | relevance | path

Searched refs:__NR_read (Results 1 - 25 of 42) sorted by relevance

12

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dseccomp.h7 #define __NR_seccomp_read __NR_read
12 #define __NR_seccomp_read_32 __NR_read
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dseccomp.h7 #define __NR_seccomp_read __NR_read
12 #define __NR_seccomp_read_32 __NR_read
/kernel/linux/linux-5.10/include/asm-generic/
H A Dseccomp.h14 #define __NR_seccomp_read_32 __NR_read
22 #define __NR_seccomp_read __NR_read
/kernel/linux/linux-6.6/include/asm-generic/
H A Dseccomp.h14 #define __NR_seccomp_read_32 __NR_read
22 #define __NR_seccomp_read __NR_read
/kernel/linux/linux-5.10/samples/seccomp/
H A Dbpf-fancy.c41 SYSCALL(__NR_read, JUMP(&l, read)), in main()
98 bytes = syscall(__NR_read, STDIN_FILENO, buf, sizeof(buf)-1); in main()
H A Dbpf-direct.c127 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, __NR_read, 1, 0), in install_filter()
174 bytes = syscall(__NR_read, STDIN_FILENO, buf, sizeof(buf)); in main()
/kernel/linux/linux-6.6/samples/seccomp/
H A Dbpf-fancy.c41 SYSCALL(__NR_read, JUMP(&l, read)), in main()
98 bytes = syscall(__NR_read, STDIN_FILENO, buf, sizeof(buf)-1); in main()
H A Dbpf-direct.c127 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, __NR_read, 1, 0), in install_filter()
174 bytes = syscall(__NR_read, STDIN_FILENO, buf, sizeof(buf)); in main()
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dseccomp.h6 #define __NR_seccomp_read __NR_read
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dseccomp.h6 #define __NR_seccomp_read __NR_read
/kernel/linux/linux-5.10/samples/bpf/
H A Dsyscall_nrs.c11 SYSNR(__NR_read); in syscall_defines()
/kernel/linux/linux-6.6/samples/bpf/
H A Dsyscall_nrs.c11 SYSNR(__NR_read); in syscall_defines()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/signal/
H A Dsig_sc_double_restart.c51 register long nr asm("r0") = __NR_read; in raw_read()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/signal/
H A Dsig_sc_double_restart.c51 register long nr asm("r0") = __NR_read; in raw_read()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dunistd_32.h24 #define __NR_read 3 macro
H A Dunistd_64.h21 #define __NR_read 0 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Dunistd_32.h24 #define __NR_read 3 macro
H A Dunistd_64.h21 #define __NR_read 0 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dunistd.h102 #define __NR_read 63 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dunistd.h102 #define __NR_read 63 macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dunistd32.h19 #define __NR_read 3 macro
20 __SYSCALL(__NR_read, sys_read)
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dunistd32.h19 #define __NR_read 3 macro
20 __SYSCALL(__NR_read, sys_read)
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H A Dunistd.h205 #define __NR_read 63 macro
206 __SYSCALL(__NR_read, sys_read)
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dunistd.h205 #define __NR_read 63 macro
206 __SYSCALL(__NR_read, sys_read)
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dunistd.h172 #define __NR_read 63 macro
173 __SYSCALL(__NR_read, sys_read)

Completed in 21 milliseconds

12