Searched refs:SYS_read (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | malloc_io.h | 93 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_read) in malloc_read_fd() 94 long result = syscall(SYS_read, fd, buf, count); in malloc_read_fd()
|
| /freebsd/stand/kboot/include/arch/aarch64/ |
| H A D | syscall_nr.h | 22 #define SYS_read 63 macro
|
| /freebsd/stand/kboot/include/arch/amd64/ |
| H A D | syscall_nr.h | 22 #define SYS_read 0 macro
|
| /freebsd/stand/kboot/include/arch/powerpc64/ |
| H A D | syscall_nr.h | 22 #define SYS_read 3 macro
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | syzkaller7.sh | 142 syscall(SYS_read, r[4], 0x20000000, 0x6d999);
|
| /freebsd/stand/kboot/libkboot/ |
| H A D | host_syscalls.c | 124 return host_syscall(SYS_read, fd, (uintptr_t)buf, nbyte); in host_read()
|
| /freebsd/contrib/llvm-project/libc/src/__support/File/linux/ |
| H A D | file.cpp | 40 LIBC_NAMESPACE::syscall_impl<int>(SYS_read, lf->get_fd(), buf, size); in linux_file_read()
|
| /freebsd/sys/sys/ |
| H A D | syscall.h | 12 #define SYS_read 3 macro
|
| /freebsd/contrib/llvm-project/libc/src/__support/threads/linux/ |
| H A D | thread.cpp | 470 int retval = LIBC_NAMESPACE::syscall_impl<int>(SYS_read, fd, name_buffer, in get_name()
|