Home
last modified time | relevance | path

Searched refs:SYS_read (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dmalloc_io.h90 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_read) in malloc_read_fd()
91 long result = syscall(SYS_read, fd, buf, count); in malloc_read_fd()
/freebsd/stand/kboot/include/arch/amd64/
H A Dsyscall_nr.h22 #define SYS_read 0 macro
/freebsd/stand/kboot/include/arch/powerpc64/
H A Dsyscall_nr.h22 #define SYS_read 3 macro
/freebsd/stand/kboot/include/arch/aarch64/
H A Dsyscall_nr.h22 #define SYS_read 63 macro
/freebsd/tools/test/stress2/misc/
H A Dsyzkaller7.sh142 syscall(SYS_read, r[4], 0x20000000, 0x6d999);
/freebsd/stand/kboot/libkboot/
H A Dhost_syscalls.c124 return host_syscall(SYS_read, fd, (uintptr_t)buf, nbyte); in host_read()
/freebsd/crypto/openssh/
H A Dsandbox-systrace.c83 { SYS_read, SYSTR_POLICY_PERMIT },
/freebsd/sys/sys/
H A Dsyscall.h10 #define SYS_read 3 macro