Searched defs:syscall (Results 1 - 1 of 1) sorted by relevance
/development/ndk/sources/android/libportable/arch-mips/ |
H A D | syscall.c | 40 * Minimal syscall support for LTP testing. 47 * syscall() are also processed. For example, LTP only calls open() 48 * directly and never does a syscall(__NR_open, ...). 52 extern int REAL(syscall)(int, ...); 56 int WRAP(syscall)(int portable_number, ...) function 463 ALOGV("%s: Calling syscall(native_number:%d:'sync_file_range', fd:%d, " 469 ret = REAL(syscall)(native_number, fd, align_fill, offset_low, offset_high, 599 * o map the syscall into the equivalent library call: 600 * eg syscall(__NR_gettimeofday_portable, struct timeval *tv, struct timezone *tz) => 613 ALOGV("%s: Calling syscall( [all...] |
Completed in 96 milliseconds