Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_decls.h29 # if !defined(SYS_write) && defined(__NR_write)
30 # define SYS_write __NR_write
27 # define SYS_write global() macro
H A Dmalloc_io.h71 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_write) in malloc_write_fd()
80 long result = syscall(SYS_write, fd, buf, count); in malloc_write_fd()
/freebsd/contrib/llvm-project/libc/src/__support/OSUtil/linux/
H A Dio.h21 LIBC_NAMESPACE::syscall_impl<long>(SYS_write, 2 /* stderr */, msg.data(), in write_to_stderr()
/freebsd/stand/kboot/include/arch/aarch64/
H A Dsyscall_nr.h26 #define SYS_write 64 macro
/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/libkboot/
H A Dhost_syscalls.c170 return host_syscall(SYS_write, fd, (uintptr_t)buf, nbyte); in host_write()
/freebsd/contrib/llvm-project/libc/src/__support/File/linux/
H A Dfile.cpp30 LIBC_NAMESPACE::syscall_impl<int>(SYS_write, lf->get_fd(), data, size); in linux_file_write()
/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.h13 #define SYS_write 4 macro
/freebsd/tools/regression/compat32/aarch64/
H A Dswp_test_impl.S376 ldr r7, =SYS_write
/freebsd/contrib/llvm-project/libc/src/__support/threads/linux/
H A Dthread.cpp428 int retval = LIBC_NAMESPACE::syscall_impl<int>(SYS_write, fd, name.data(), in set_name()
/freebsd/contrib/jemalloc/
H A Dconfigure.ac1965 syscall(SYS_write, 2, "hello", 5);