Searched refs:SYS_fadvise (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/src/fcntl/ |
D | posix_fadvise.c | 10 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/ |
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/ |
D | syscall.h | 184 #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/ |
D | syscall.h | 192 #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/ |
D | syscall.h | 197 #undef SYS_fadvise 198 #define SYS_fadvise SYS_fadvise64_64 macro 200 #undef SYS_fadvise 201 #define SYS_fadvise SYS_fadvise64 macro
|