Home
last modified time | relevance | path

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

/freebsd/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/stand/kboot/include/arch/amd64/
H A Dsyscall_nr.h26 #define SYS_write 1 macro
/freebsd/stand/kboot/include/arch/powerpc64/
H A Dsyscall_nr.h26 #define SYS_write 4 macro
/freebsd/stand/kboot/include/arch/aarch64/
H A Dsyscall_nr.h26 #define SYS_write 64 macro
/freebsd/stand/kboot/libkboot/
H A Dhost_syscalls.c170 return host_syscall(SYS_write, fd, (uintptr_t)buf, nbyte); in host_write()
/freebsd/crypto/openssh/
H A Dsandbox-systrace.c84 { SYS_write, SYSTR_POLICY_PERMIT },
/freebsd/tests/sys/compat32/aarch64/
H A Dswp_test_impl.S185 ldr r7, =SYS_write
H A Dswp_cond_test_impl.S360 ldr r7, =SYS_write
/freebsd/sys/sys/
H A Dsyscall.h11 #define SYS_write 4 macro
/freebsd/tools/regression/compat32/aarch64/
H A Dswp_test_impl.S376 ldr r7, =SYS_write