/openbmc/linux/arch/s390/include/asm/ |
H A D | seccomp.h | 7 #define __NR_seccomp_read __NR_read 12 #define __NR_seccomp_read_32 __NR_read
|
/openbmc/linux/include/asm-generic/ |
H A D | seccomp.h | 14 #define __NR_seccomp_read_32 __NR_read 22 #define __NR_seccomp_read __NR_read
|
/openbmc/linux/samples/seccomp/ |
H A D | bpf-fancy.c | 41 SYSCALL(__NR_read, JUMP(&l, read)), in main() 98 bytes = syscall(__NR_read, STDIN_FILENO, buf, sizeof(buf)-1); in main()
|
H A D | bpf-direct.c | 127 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()
|
/openbmc/linux/samples/bpf/ |
H A D | syscall_nrs.c | 11 SYSNR(__NR_read); in syscall_defines()
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | seccomp.h | 6 #define __NR_seccomp_read __NR_read
|
/openbmc/linux/tools/testing/selftests/powerpc/signal/ |
H A D | sig_sc_double_restart.c | 51 register long nr asm("r0") = __NR_read; in raw_read()
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 65 #define __NR_read 63 macro
|
H A D | unistd_64.h | 66 #define __NR_read 63 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 67 #define __NR_read 63 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 66 #define __NR_read 63 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 7 #define __NR_read 3 macro
|
H A D | unistd_32.h | 7 #define __NR_read 3 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 4 #define __NR_read 0 macro
|
H A D | unistd_32.h | 7 #define __NR_read 3 macro
|
H A D | unistd_x32.h | 4 #define __NR_read (__X32_SYSCALL_BIT + 0) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 7 #define __NR_read 3 macro
|
H A D | unistd_32.h | 7 #define __NR_read 3 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 172 #define __NR_read 63 macro 173 __SYSCALL(__NR_read, sys_read)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 172 #define __NR_read 63 macro 173 __SYSCALL(__NR_read, sys_read)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 172 #define __NR_read 63 macro 173 __SYSCALL(__NR_read, sys_read)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 19 #define __NR_read 3 macro 20 __SYSCALL(__NR_read, sys_read)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 4 #define __NR_read (__NR_Linux + 0) macro
|
H A D | unistd_n32.h | 4 #define __NR_read (__NR_Linux + 0) macro
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 7 #define __NR_read (__NR_SYSCALL_BASE + 3) macro
|