Searched refs:SYS_write (Results 1 – 6 of 6) sorted by relevance
26 # if !defined(SYS_write) && defined(__NR_write)27 # define SYS_write __NR_write macro
68 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_write) in malloc_write_fd()77 long result = syscall(SYS_write, fd, buf, count); in malloc_write_fd()
18 li %r0, 4 # SYS_write
85 { SYS_write, SYSTR_POLICY_PERMIT },
12 #define SYS_write 4 macro
1378 #if defined (SYS_write) in init_syscall_table()1379 syscall_table[SYS_write] = "write"; in init_syscall_table()