Home
last modified time | relevance | path

Searched refs:SYS_write (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_decls.h26 # if !defined(SYS_write) && defined(__NR_write)
27 # define SYS_write __NR_write macro
H A Dmalloc_io.h68 #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()
/freebsd-12.1/stand/powerpc/kboot/
H A Dhost_syscall.S18 li %r0, 4 # SYS_write
/freebsd-12.1/crypto/openssh/
H A Dsandbox-systrace.c85 { SYS_write, SYSTR_POLICY_PERMIT },
/freebsd-12.1/sys/sys/
H A Dsyscall.h12 #define SYS_write 4 macro
/freebsd-12.1/contrib/gdb/gdb/
H A Dproc-events.c1378 #if defined (SYS_write) in init_syscall_table()
1379 syscall_table[SYS_write] = "write"; in init_syscall_table()