Searched refs:SYS_fadvise (Results 1 - 5 of 5) sorted by relevance
/third_party/musl/src/fcntl/ |
H A D | posix_fadvise.c | 12 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 D | posix_fadvise.c | 13 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 D | syscall.h | 184 #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 D | syscall.h | 197 #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 D | syscall.h | 197 #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 4 milliseconds