Home
last modified time | relevance | path

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

/freebsd-13.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-13.1/stand/powerpc/kboot/
H A Dhost_syscall.S19 li %r0, 4 # SYS_write
/freebsd-13.1/crypto/openssh/
H A Dsandbox-systrace.c84 { SYS_write, SYSTR_POLICY_PERMIT },
/freebsd-13.1/sys/sys/
H A Dsyscall.h12 #define SYS_write 4 macro