Searched refs:SYS_write (Results 1 – 5 of 5) sorted by relevance
/linux/arch/xtensa/platforms/iss/include/platform/ |
H A D | simcall-gdbio.h | 14 #define SYS_write -5 macro
|
H A D | simcall-iss.h | 15 #define SYS_write 4 /*x*/ macro
|
H A D | simcall.h | 61 return __simc(SYS_write, fd, (int) buf, count); in simc_write()
|
/linux/tools/testing/selftests/size/ |
H A D | get_size.c | 42 return syscall(SYS_write, STDOUT_FILENO, s, len); in print()
|
/linux/tools/testing/selftests/mm/ |
H A D | pkey_sighandler_tests.c | 426 syscall_raw(SYS_write, 1, (long) str, sizeof(str) - 1, 0, 0, 0); in thread_sigusr2_self()
|