HomeSort by relevance Sort by last modified time
    Searched defs:llseek (Results 1 - 8 of 8) sorted by null

  /external/e2fsprogs/lib/blkid/
llseek.c 2 * llseek.c -- stub calling the llseek system call
41 extern long long llseek(int fd, long long offset, int origin);
44 #define my_llseek llseek
50 #define llseek lseek macro
108 * which does not support the llseek system call
  /external/e2fsprogs/lib/ext2fs/
llseek.c 2 * llseek.c -- stub calling the llseek system call
42 extern long long llseek (int fd, long long offset, int origin);
45 #define my_llseek llseek
51 #define llseek lseek macro
108 * which does not support the llseek system call
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
hwdep.h 31 long long (*llseek) (struct snd_hwdep *hw, struct file * file, long long offset, int orig); member in struct:snd_hwdep_ops
info.h 58 long long (*llseek) (struct snd_info_entry *entry, void *file_private_data, member in struct:snd_info_entry_ops
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
hwdep.h 31 long long (*llseek) (struct snd_hwdep *hw, struct file * file, long long offset, int orig); member in struct:snd_hwdep_ops
info.h 58 long long (*llseek) (struct snd_info_entry *entry, void *file_private_data, member in struct:snd_info_entry_ops
  /external/qemu/hw/
goldfish_nand.c 36 # define llseek lseek macro
38 # define llseek lseek64 macro
  /external/kernel-headers/original/linux/
fs.h 1549 loff_t (*llseek) (struct file *, loff_t, int); member in struct:file_operations
    [all...]

Completed in 172 milliseconds