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