Home
last modified time | relevance | path

Searched refs:SYS_fadvise (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/src/fcntl/
Dposix_fadvise.c10 return -__syscall(SYS_fadvise, fd, advice, in posix_fadvise()
13 return -__syscall(SYS_fadvise, fd, __SYSCALL_LL_O(base), in posix_fadvise()
/third_party/musl/porting/liteos_a/user/src/fcntl/
Dposix_fadvise.c13 return -__syscall(SYS_fadvise, fd, advice, in posix_fadvise()
16 return -__syscall(SYS_fadvise, fd, __SYSCALL_LL_O(base), in posix_fadvise()
/third_party/musl/porting/liteos_m/user/src/internal/
Dsyscall.h184 #undef SYS_fadvise
185 #define SYS_fadvise SYS_fadvise64_64 macro
187 #undef SYS_fadvise
188 #define SYS_fadvise SYS_fadvise64 macro
/third_party/musl/src/internal/
Dsyscall.h192 #undef SYS_fadvise
193 #define SYS_fadvise SYS_fadvise64_64 macro
195 #undef SYS_fadvise
196 #define SYS_fadvise SYS_fadvise64 macro
/third_party/musl/porting/linux/user/src/internal/
Dsyscall.h197 #undef SYS_fadvise
198 #define SYS_fadvise SYS_fadvise64_64 macro
200 #undef SYS_fadvise
201 #define SYS_fadvise SYS_fadvise64 macro