Searched refs:_llseek (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | llseek.c | 62 static int _llseek (unsigned int, unsigned long, 65 static _syscall5(int,_llseek,unsigned int,fd,unsigned long,offset_high, in _syscall5() argument 76 retval = _llseek(fd, ((unsigned long long) offset) >> 32, in _syscall5()
|
/external/e2fsprogs/lib/blkid/ |
D | llseek.c | 61 static int _llseek(unsigned int, unsigned long, unsigned long, 64 static _syscall5(int, _llseek, unsigned int, fd, unsigned long, offset_high, in _syscall5() argument 75 retval = _llseek(fd, ((unsigned long long) offset) >> 32, in _syscall5()
|
/external/grub/lib/ |
D | device.c | 879 static int _llseek (uint filedes, ulong hi, ulong lo, in write_to_partition() 881 _syscall5 (int, _llseek, uint, filedes, ulong, hi, ulong, lo, in write_to_partition() 885 if (_llseek (fd, offset >> 32, offset & 0xffffffff, &result, SEEK_SET)) in write_to_partition()
|
/external/grub/grub/ |
D | asmstub.c | 944 static int _llseek (uint filedes, ulong hi, ulong lo, in biosdisk() 946 _syscall5 (int, _llseek, uint, filedes, ulong, hi, ulong, lo, in biosdisk() 950 if (_llseek (fd, offset >> 32, offset & 0xffffffff, &result, SEEK_SET)) in biosdisk()
|
/external/grub/ |
D | ChangeLog | 3933 _llseek renamed from "seeked_fd" to "filedes". 4007 Rename the first argument for _llseek to "seeked_fd" from "fd". 5428 * grub/asmstub.c (biosdisk) [__linux__]: Use _llseek when 8392 (biosdisk) [__linux__]: Add a prototype for _llseek. 8644 (biosdisk) [__linux__]: Use _llseek instead of lseek.
|
/external/strace/ |
D | ChangeLog | 1909 * linux/powerpc/syscallent.h: Use sys_llseek for _llseek. 3374 setfsuid, setfsgid, and _llseek syscalls.
|