Searched refs:__NR__llseek (Results 1 - 18 of 18) sorted by relevance

/external/e2fsprogs/lib/blkid/
H A Dllseek.c56 #ifndef __NR__llseek
57 #define __NR__llseek 140 macro
79 retval = syscall(__NR__llseek, fd, ((unsigned long long) offset) >> 32,
/external/e2fsprogs/lib/ext2fs/
H A Dllseek.c57 #ifndef __NR__llseek
58 #define __NR__llseek 140 macro
78 retval = syscall(__NR__llseek, fd, (unsigned long long) (offset >> 32),
/external/kernel-headers/original/asm-x86/
H A Dunistd_32.h148 #define __NR__llseek 140 macro
/external/valgrind/main/include/vki/
H A Dvki-scnums-arm-linux.h177 #define __NR__llseek 140 macro
H A Dvki-scnums-ppc32-linux.h177 #define __NR__llseek 140 macro
H A Dvki-scnums-ppc64-linux.h177 #define __NR__llseek 140 macro
H A Dvki-scnums-x86-linux.h177 #define __NR__llseek 140 macro
/external/strace/
H A Dsyscall-android.h7 #define SYS__llseek __NR__llseek
/external/kernel-headers/original/asm-arm/
H A Dunistd.h168 #define __NR__llseek (__NR_SYSCALL_BASE+140) macro
/external/valgrind/main/coregrind/
H A Dm_libcfile.c216 # if defined(__NR__llseek)
218 SysRes res = VG_(do_syscall5)(__NR__llseek, fd,
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.c638 // __NR__llseek 140
639 GO(__NR__llseek, "5s 1m");
640 SY(__NR__llseek, x0, x0, x0, x0, x0); FAIL;
H A Dscalar.stderr.exp1593 140: __NR__llseek 5s 1m
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.c1222 // __NR__llseek 140
1223 GO(__NR__llseek, "5s 1m");
1224 SY(__NR__llseek, x0, x0, x0, x0, x0); FAIL;
/external/kernel-headers/original/asm-mips/
H A Dunistd.h163 #define __NR__llseek (__NR_Linux + 140) macro
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc64-linux.c1267 LINXY(__NR__llseek, sys_llseek), // 140
H A Dsyswrap-ppc32-linux.c1621 LINXY(__NR__llseek, sys_llseek), // 140
H A Dsyswrap-arm-linux.c1545 LINXY(__NR__llseek, sys_llseek), // 140
H A Dsyswrap-x86-linux.c1985 LINXY(__NR__llseek, sys_llseek), // 140

Completed in 113 milliseconds