/openbmc/linux/samples/seccomp/ |
H A D | bpf-fancy.c | 40 SYSCALL(__NR_write, JUMP(&l, write_fd)), in main() 97 syscall(__NR_write, STDOUT_FILENO, msg1, strlen(msg1)); in main() 100 syscall(__NR_write, STDERR_FILENO, msg2, strlen(msg2)); in main() 101 syscall(__NR_write, STDERR_FILENO, buf, bytes); in main() 103 syscall(__NR_write, STDERR_FILENO, msg2, strlen(msg2)+2); in main()
|
H A D | bpf-direct.c | 77 if (syscall != __NR_write) in emulator() 128 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, __NR_write, 3, 2), in install_filter() 172 syscall(__NR_write, STDOUT_FILENO, in main() 175 syscall(__NR_write, STDOUT_FILENO, payload("HELLO, ")); in main() 176 syscall(__NR_write, STDOUT_FILENO, buf, bytes); in main() 177 syscall(__NR_write, STDERR_FILENO, in main()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | seccomp.h | 8 #define __NR_seccomp_write __NR_write 13 #define __NR_seccomp_write_32 __NR_write
|
/openbmc/linux/include/asm-generic/ |
H A D | seccomp.h | 15 #define __NR_seccomp_write_32 __NR_write 23 #define __NR_seccomp_write __NR_write
|
/openbmc/qemu/tests/tcg/aarch64_be/ |
H A D | hello.c | 7 #define __NR_write 64 macro 15 register int x8 __asm__("x8") = __NR_write; in write()
|
/openbmc/qemu/tests/tcg/mips/ |
H A D | hello-mips.c | 14 #define __NR_write (__NR_SYSCALL_BASE+ 4) macro 48 : "i" (__NR_write), "r" (__a0), "r" (__a1), "r" (__a2) in write()
|
/openbmc/linux/tools/testing/selftests/arm64/fp/ |
H A D | asm-utils.S | 18 mov x8, #__NR_write 38 mov x8, #__NR_write
|
/openbmc/linux/samples/bpf/ |
H A D | syscall_nrs.c | 10 SYSNR(__NR_write); in syscall_defines()
|
/openbmc/linux/tools/testing/selftests/arm64/bti/ |
H A D | system.c | 19 return syscall(__NR_write, fd, buf, size); in write()
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | seccomp.h | 7 #define __NR_seccomp_write __NR_write
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | hello-i386.c | 19 : "0" (__NR_write),"S" ((long)(fd)),"c" ((long)(buf)),"d" ((long)(len))); in write()
|
/openbmc/linux/tools/include/nolibc/ |
H A D | stackprotector.h | 25 my_syscall3(__NR_write, STDERR_FILENO, "!!Stack smashing detected!!\n", 28); in __stack_chk_fail()
|
/openbmc/linux/tools/testing/selftests/vDSO/ |
H A D | vdso_standalone_test_x86.c | 70 return x86_syscall3(__NR_write, fd, (long)data, (long)len); in linux_write()
|
/openbmc/linux/tools/testing/selftests/powerpc/switch_endian/ |
H A D | switch_endian_test.S | 85 li r0, __NR_write
|
/openbmc/qemu/tests/tcg/arm/ |
H A D | hello-arm.c | 3 #define __NR_write (__NR_SYSCALL_BASE+ 4) macro
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 66 #define __NR_write 64 macro
|
H A D | unistd_64.h | 67 #define __NR_write 64 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 68 #define __NR_write 64 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 67 #define __NR_write 64 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 8 #define __NR_write 4 macro
|
H A D | unistd_32.h | 8 #define __NR_write 4 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 5 #define __NR_write 1 macro
|
H A D | unistd_32.h | 8 #define __NR_write 4 macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 8 #define __NR_write 4 macro
|
H A D | unistd_32.h | 8 #define __NR_write 4 macro
|