Home
last modified time | relevance | path

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

/third_party/musl/src/fcntl/
H A Dposix_fadvise.c12 return -__syscall(SYS_fadvise, fd, advice, in posix_fadvise()
15 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.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/
H A Dsyscall.h184 #undef SYS_fadvise macro
185 #define SYS_fadvise SYS_fadvise64_64 macro
187 #undef SYS_fadvise macro
188 #define SYS_fadvise SYS_fadvise64 macro
/third_party/musl/src/internal/
H A Dsyscall.h197 #undef SYS_fadvise macro
198 #define SYS_fadvise SYS_fadvise64_64 macro
200 #undef SYS_fadvise macro
201 #define SYS_fadvise SYS_fadvise64 macro
/third_party/musl/porting/linux/user/src/internal/
H A Dsyscall.h197 #undef SYS_fadvise macro
198 #define SYS_fadvise SYS_fadvise64_64 macro
200 #undef SYS_fadvise macro
201 #define SYS_fadvise SYS_fadvise64 macro

Completed in 3 milliseconds