/third_party/musl/src/fcntl/ |
D | posix_fadvise.c | 11 __SYSCALL_LL_E(base), __SYSCALL_LL_E(len)); in posix_fadvise() 14 __SYSCALL_LL_E(len), advice); in posix_fadvise()
|
D | posix_fallocate.c | 6 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/ |
D | posix_fadvise.c | 14 __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/ |
D | sync_file_range.c | 10 __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()
|
D | fallocate.c | 7 return syscall(SYS_fallocate, fd, mode, __SYSCALL_LL_E(base), in fallocate() 8 __SYSCALL_LL_E(len)); in fallocate()
|
D | fanotify.c | 12 return syscall(SYS_fanotify_mark, fanotify_fd, flags, __SYSCALL_LL_E(mask), dfd, pathname); in fanotify_mark()
|
/third_party/musl/arch/sh/ |
D | syscall_arch.h | 1 #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/ |
D | syscall_arch.h | 1 #define __SYSCALL_LL_E(x) \ macro 4 #define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x))
|
/third_party/musl/arch/i386/ |
D | syscall_arch.h | 1 #define __SYSCALL_LL_E(x) \ macro 4 #define __SYSCALL_LL_O(x) __SYSCALL_LL_E((x))
|
/third_party/musl/arch/or1k/ |
D | syscall_arch.h | 1 #define __SYSCALL_LL_E(x) \ macro 4 #define __SYSCALL_LL_O(x) __SYSCALL_LL_E((x))
|
/third_party/musl/arch/powerpc/ |
D | syscall_arch.h | 1 #define __SYSCALL_LL_E(x) \ macro 4 #define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x))
|
/third_party/musl/arch/arm/ |
D | syscall_arch.h | 1 #define __SYSCALL_LL_E(x) \ macro 4 #define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x))
|
/third_party/musl/arch/m68k/ |
D | syscall_arch.h | 1 #define __SYSCALL_LL_E(x) \ macro 4 #define __SYSCALL_LL_O(x) __SYSCALL_LL_E((x))
|
/third_party/musl/arch/microblaze/ |
D | syscall_arch.h | 1 #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/ |
D | syscall_arch.h | 1 #define __SYSCALL_LL_E(x) \ macro 4 #define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x))
|
/third_party/musl/arch/mips/ |
D | syscall_arch.h | 1 #define __SYSCALL_LL_E(x) \ macro 4 #define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x))
|
/third_party/musl/arch/x86_64/ |
D | syscall_arch.h | 1 #define __SYSCALL_LL_E(x) (x) macro
|
/third_party/musl/arch/powerpc64/ |
D | syscall_arch.h | 1 #define __SYSCALL_LL_E(x) (x) macro
|
/third_party/musl/arch/x32/ |
D | syscall_arch.h | 1 #define __SYSCALL_LL_E(x) (x) macro
|
/third_party/musl/arch/aarch64/ |
D | syscall_arch.h | 1 #define __SYSCALL_LL_E(x) (x) macro
|
/third_party/musl/arch/riscv64/ |
D | syscall_arch.h | 1 #define __SYSCALL_LL_E(x) (x) macro
|
/third_party/musl/arch/s390x/ |
D | syscall_arch.h | 1 #define __SYSCALL_LL_E(x) (x) macro
|
/third_party/musl/arch/mips64/ |
D | syscall_arch.h | 1 #define __SYSCALL_LL_E(x) (x) macro
|
/third_party/musl/porting/linux/user/arch/aarch64/ |
D | syscall_arch.h | 3 #define __SYSCALL_LL_E(x) (x) macro
|
/third_party/musl/arch/mipsn32/ |
D | syscall_arch.h | 1 #define __SYSCALL_LL_E(x) (x) macro
|