Home
last modified time | relevance | path

Searched refs:__NR_read (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/linux/arch/s390/include/asm/
H A Dseccomp.h7 #define __NR_seccomp_read __NR_read
12 #define __NR_seccomp_read_32 __NR_read
/openbmc/linux/include/asm-generic/
H A Dseccomp.h14 #define __NR_seccomp_read_32 __NR_read
22 #define __NR_seccomp_read __NR_read
/openbmc/linux/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()
/openbmc/linux/samples/bpf/
H A Dsyscall_nrs.c11 SYSNR(__NR_read); in syscall_defines()
/openbmc/linux/arch/sh/include/asm/
H A Dseccomp.h6 #define __NR_seccomp_read __NR_read
/openbmc/linux/tools/testing/selftests/powerpc/signal/
H A Dsig_sc_double_restart.c51 register long nr asm("r0") = __NR_read; in raw_read()
/openbmc/qemu/linux-headers/asm-riscv/
H A Dunistd_32.h65 #define __NR_read 63 macro
H A Dunistd_64.h66 #define __NR_read 63 macro
/openbmc/qemu/linux-headers/asm-arm64/
H A Dunistd_64.h67 #define __NR_read 63 macro
/openbmc/qemu/linux-headers/asm-loongarch/
H A Dunistd_64.h66 #define __NR_read 63 macro
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h7 #define __NR_read 3 macro
H A Dunistd_32.h7 #define __NR_read 3 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h4 #define __NR_read 0 macro
H A Dunistd_32.h7 #define __NR_read 3 macro
H A Dunistd_x32.h4 #define __NR_read (__X32_SYSCALL_BIT + 0) macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h7 #define __NR_read 3 macro
H A Dunistd_32.h7 #define __NR_read 3 macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dunistd.h172 #define __NR_read 63 macro
173 __SYSCALL(__NR_read, sys_read)
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dunistd.h172 #define __NR_read 63 macro
173 __SYSCALL(__NR_read, sys_read)
/openbmc/linux/include/uapi/asm-generic/
H A Dunistd.h172 #define __NR_read 63 macro
173 __SYSCALL(__NR_read, sys_read)
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h19 #define __NR_read 3 macro
20 __SYSCALL(__NR_read, sys_read)
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n64.h4 #define __NR_read (__NR_Linux + 0) macro
H A Dunistd_n32.h4 #define __NR_read (__NR_Linux + 0) macro
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h7 #define __NR_read (__NR_SYSCALL_BASE + 3) macro

12