Home
last modified time | relevance | path

Searched refs:__SYSCALL_LL_O (Results 1 - 25 of 30) sorted by relevance

12

/third_party/musl/src/linux/
H A Dreadahead.c7 return syscall(SYS_readahead, fd, __SYSCALL_LL_O(pos), len); in readahead()
H A Dsync_file_range.c13 __SYSCALL_LL_O(pos), __SYSCALL_LL_E(len), flags); in sync_file_range()
/third_party/musl/src/unistd/
H A Dftruncate.c6 return syscall(SYS_ftruncate, fd, __SYSCALL_LL_O(length)); in ftruncate()
H A Dtruncate.c6 return syscall(SYS_truncate, path, __SYSCALL_LL_O(length)); in truncate()
/third_party/musl/src/fcntl/
H A Dposix_fadvise.c15 return -__syscall(SYS_fadvise, fd, __SYSCALL_LL_O(base), in posix_fadvise()
/third_party/musl/porting/liteos_a/user/src/fcntl/
H A Dposix_fadvise.c16 return -__syscall(SYS_fadvise, fd, __SYSCALL_LL_O(base), in posix_fadvise()
/third_party/musl/arch/x86_64/
H A Dsyscall_arch.h2 #define __SYSCALL_LL_O(x) (x) macro
/third_party/musl/porting/liteos_a/user/arch/arm/
H A Dsyscall_arch.h4 #define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x)) macro
/third_party/musl/porting/liteos_m/user/arch/arm/
H A Dsyscall_arch.h4 #define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x)) macro
/third_party/musl/porting/linux/user/arch/aarch64/
H A Dsyscall_arch.h4 #define __SYSCALL_LL_O(x) (x) macro
/third_party/musl/arch/aarch64/
H A Dsyscall_arch.h6 #define __SYSCALL_LL_O(x) (x) macro
/third_party/musl/arch/loongarch64/
H A Dsyscall_arch.h2 #define __SYSCALL_LL_O(x) (x) macro
/third_party/musl/arch/m68k/
H A Dsyscall_arch.h4 #define __SYSCALL_LL_O(x) __SYSCALL_LL_E((x)) macro
/third_party/musl/arch/mips64/
H A Dsyscall_arch.h2 #define __SYSCALL_LL_O(x) (x) macro
/third_party/musl/arch/mipsn32/
H A Dsyscall_arch.h2 #define __SYSCALL_LL_O(x) (x) macro
/third_party/musl/arch/or1k/
H A Dsyscall_arch.h4 #define __SYSCALL_LL_O(x) __SYSCALL_LL_E((x)) macro
/third_party/musl/arch/powerpc64/
H A Dsyscall_arch.h2 #define __SYSCALL_LL_O(x) (x) macro
/third_party/musl/arch/s390x/
H A Dsyscall_arch.h2 #define __SYSCALL_LL_O(x) (x) macro
/third_party/musl/arch/arm/
H A Dsyscall_arch.h4 #define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x)) macro
/third_party/musl/arch/i386/
H A Dsyscall_arch.h4 #define __SYSCALL_LL_O(x) __SYSCALL_LL_E((x)) macro
/third_party/musl/arch/microblaze/
H A Dsyscall_arch.h4 #define __SYSCALL_LL_O(x) __SYSCALL_LL_E((x)) macro
/third_party/musl/arch/powerpc/
H A Dsyscall_arch.h4 #define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x)) macro
/third_party/musl/arch/riscv32/
H A Dsyscall_arch.h4 #define __SYSCALL_LL_O(x) __SYSCALL_LL_E((x)) macro
/third_party/musl/arch/riscv64/
H A Dsyscall_arch.h2 #define __SYSCALL_LL_O(x) (x) macro
/third_party/musl/arch/sh/
H A Dsyscall_arch.h4 #define __SYSCALL_LL_O(x) __SYSCALL_LL_E((x)) macro

Completed in 7 milliseconds

12