Searched refs:SYS_write (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | jemalloc_internal_decls.h | 26 # if !defined(SYS_write) && defined(__NR_write) 27 # define SYS_write __NR_write macro
|
H A D | malloc_io.h | 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()
|
/freebsd/stand/kboot/include/arch/amd64/ |
H A D | syscall_nr.h | 26 #define SYS_write 1 macro
|
/freebsd/stand/kboot/include/arch/powerpc64/ |
H A D | syscall_nr.h | 26 #define SYS_write 4 macro
|
/freebsd/stand/kboot/include/arch/aarch64/ |
H A D | syscall_nr.h | 26 #define SYS_write 64 macro
|
/freebsd/stand/kboot/libkboot/ |
H A D | host_syscalls.c | 170 return host_syscall(SYS_write, fd, (uintptr_t)buf, nbyte); in host_write()
|
/freebsd/crypto/openssh/ |
H A D | sandbox-systrace.c | 84 { SYS_write, SYSTR_POLICY_PERMIT },
|
/freebsd/tests/sys/compat32/aarch64/ |
H A D | swp_test_impl.S | 185 ldr r7, =SYS_write
|
H A D | swp_cond_test_impl.S | 360 ldr r7, =SYS_write
|
/freebsd/sys/sys/ |
H A D | syscall.h | 11 #define SYS_write 4 macro
|
/freebsd/tools/regression/compat32/aarch64/ |
H A D | swp_test_impl.S | 376 ldr r7, =SYS_write
|