Searched refs:SYS_pread (Results 1 - 5 of 5) sorted by relevance

/seL4-test-master/projects/musllibc/src/unistd/
H A Dpread.c7 return syscall_cp(SYS_pread, fd, buf, size, __SYSCALL_LL_PRW(ofs));
/seL4-test-master/tools/riscv-pk/pk/
H A Dsyscall.h25 #define SYS_pread 67 macro
H A Dfile.c129 return frontend_syscall(SYS_pread, f->kfd, va2pa(buf), size, offset, 0, 0, 0);
H A Dsyscall.c431 [SYS_pread] = sys_pread,
/seL4-test-master/projects/musllibc/src/internal/
H A Dsyscall.h187 #undef SYS_pread macro
189 #define SYS_pread SYS_pread64 macro

Completed in 86 milliseconds