Home
last modified time | relevance | path

Searched refs:__SYSCALL_LL_E (Results 1 – 25 of 25) sorted by relevance

/third_party/musl/src/fcntl/
Dposix_fadvise.c11 __SYSCALL_LL_E(base), __SYSCALL_LL_E(len)); in posix_fadvise()
14 __SYSCALL_LL_E(len), advice); in posix_fadvise()
Dposix_fallocate.c6 return -__syscall(SYS_fallocate, fd, 0, __SYSCALL_LL_E(base), in posix_fallocate()
7 __SYSCALL_LL_E(len)); in posix_fallocate()
/third_party/musl/porting/liteos_a/user/src/fcntl/
Dposix_fadvise.c14 __SYSCALL_LL_E(base), __SYSCALL_LL_E(len)); in posix_fadvise()
17 __SYSCALL_LL_E(len), advice); in posix_fadvise()
/third_party/musl/src/linux/
Dsync_file_range.c10 __SYSCALL_LL_E(pos), __SYSCALL_LL_E(len)); in sync_file_range()
13 __SYSCALL_LL_O(pos), __SYSCALL_LL_E(len), flags); in sync_file_range()
Dfallocate.c7 return syscall(SYS_fallocate, fd, mode, __SYSCALL_LL_E(base), in fallocate()
8 __SYSCALL_LL_E(len)); in fallocate()
Dfanotify.c12 return syscall(SYS_fanotify_mark, fanotify_fd, flags, __SYSCALL_LL_E(mask), dfd, pathname); in fanotify_mark()
/third_party/musl/arch/sh/
Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) \ macro
4 #define __SYSCALL_LL_O(x) __SYSCALL_LL_E((x))
5 #define __SYSCALL_LL_PRW(x) 0, __SYSCALL_LL_E((x))
/third_party/musl/porting/liteos_m/user/arch/arm/
Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) \ macro
4 #define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x))
/third_party/musl/arch/i386/
Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) \ macro
4 #define __SYSCALL_LL_O(x) __SYSCALL_LL_E((x))
/third_party/musl/arch/or1k/
Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) \ macro
4 #define __SYSCALL_LL_O(x) __SYSCALL_LL_E((x))
/third_party/musl/arch/powerpc/
Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) \ macro
4 #define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x))
/third_party/musl/arch/arm/
Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) \ macro
4 #define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x))
/third_party/musl/arch/m68k/
Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) \ macro
4 #define __SYSCALL_LL_O(x) __SYSCALL_LL_E((x))
/third_party/musl/arch/microblaze/
Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) \ macro
4 #define __SYSCALL_LL_O(x) __SYSCALL_LL_E((x))
/third_party/musl/porting/liteos_a/user/arch/arm/
Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) \ macro
4 #define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x))
/third_party/musl/arch/mips/
Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) \ macro
4 #define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x))
/third_party/musl/arch/x86_64/
Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) (x) macro
/third_party/musl/arch/powerpc64/
Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) (x) macro
/third_party/musl/arch/x32/
Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) (x) macro
/third_party/musl/arch/aarch64/
Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) (x) macro
/third_party/musl/arch/riscv64/
Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) (x) macro
/third_party/musl/arch/s390x/
Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) (x) macro
/third_party/musl/arch/mips64/
Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) (x) macro
/third_party/musl/porting/linux/user/arch/aarch64/
Dsyscall_arch.h3 #define __SYSCALL_LL_E(x) (x) macro
/third_party/musl/arch/mipsn32/
Dsyscall_arch.h1 #define __SYSCALL_LL_E(x) (x) macro