Searched defs:__NR__llseek (Results 1 - 13 of 13) 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/uapi/asm-arm/asm/
H A Dunistd.h168 #define __NR__llseek (__NR_SYSCALL_BASE+140) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h163 #define __NR__llseek (__NR_Linux + 140) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h144 #define __NR__llseek 140 macro
/external/libchrome/sandbox/linux/system_headers/
H A Darm_linux_syscalls.h432 #if !defined(__NR__llseek)
433 #define __NR__llseek (__NR_SYSCALL_BASE+140) macro
H A Dmips_linux_syscalls.h578 #if !defined(__NR__llseek)
579 #define __NR__llseek (__NR_Linux + 140) macro
H A Dx86_32_linux_syscalls.h573 #if !defined(__NR__llseek)
574 #define __NR__llseek 140 macro
/external/valgrind/include/vki/
H A Dvki-scnums-arm-linux.h177 #define __NR__llseek 140 macro
H A Dvki-scnums-mips32-linux.h180 #define __NR__llseek (__NR_Linux + 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

Completed in 159 milliseconds