Home
last modified time | relevance | path

Searched refs:__SYSCALL_LL_PRW (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/src/unistd/
Dpread.c6 return syscall_cp(SYS_pread, fd, buf, size, __SYSCALL_LL_PRW(ofs)); in pread()
Dpwrite.c6 return syscall_cp(SYS_pwrite, fd, buf, size, __SYSCALL_LL_PRW(ofs)); in pwrite()
/third_party/musl/arch/sh/
Dsyscall_arch.h5 #define __SYSCALL_LL_PRW(x) 0, __SYSCALL_LL_E((x)) macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dsyscall.h16 #ifndef __SYSCALL_LL_PRW
17 #define __SYSCALL_LL_PRW(x) __SYSCALL_LL_O(x) macro
/third_party/musl/src/internal/
Dsyscall.h17 #ifndef __SYSCALL_LL_PRW
18 #define __SYSCALL_LL_PRW(x) __SYSCALL_LL_O(x) macro
/third_party/musl/porting/linux/user/src/internal/
Dsyscall.h17 #ifndef __SYSCALL_LL_PRW
18 #define __SYSCALL_LL_PRW(x) __SYSCALL_LL_O(x) macro