Searched refs:sys_lseek (Results 1 – 25 of 34) sorted by relevance
12
/linux-2.4.37.9/arch/parisc/kernel/ |
D | parisc_ksyms.c | 141 extern off_t sys_lseek(int, off_t, int); 145 EXPORT_SYMBOL(sys_lseek);
|
/linux-2.4.37.9/arch/arm/kernel/ |
D | armksyms.c | 49 extern int sys_lseek(int, off_t, int); 259 EXPORT_SYMBOL(sys_lseek);
|
D | calls.S | 36 .long SYMBOL_NAME(sys_lseek)
|
/linux-2.4.37.9/arch/sparc/kernel/ |
D | systbls.S | 24 /*15*/ .long sys_chmod, sys_lchown16, sparc_brk, sys_nis_syscall, sys_lseek 87 .long sunos_nosys, sys_lseek, sunos_getpid
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | sys32.S | 28 sethi %hi(sys_lseek), %g1 29 jmpl %g1 + %lo(sys_lseek), %g0
|
D | systbls.S | 84 /*15*/ .word sys_chmod, sys_lchown, sparc_brk, sys_perfctr, sys_lseek
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | unistd.h | 33 __SYSCALL(__NR_lseek, sys_lseek) 648 extern off_t sys_lseek(unsigned int, off_t, unsigned int); 651 return sys_lseek(fd, offset, origin);
|
/linux-2.4.37.9/include/asm-alpha/ |
D | unistd.h | 546 extern off_t sys_lseek(unsigned int, off_t, unsigned int); 549 return sys_lseek(fd, off, whense); in lseek()
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | x8664_ksyms.c | 207 EXPORT_SYMBOL(sys_lseek);
|
/linux-2.4.37.9/include/asm-arm/ |
D | unistd.h | 463 extern off_t sys_lseek(int, off_t, int); in lseek() 464 return sys_lseek(fd, offset, count); in lseek()
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | alpha_ksyms.c | 164 EXPORT_SYMBOL(sys_lseek);
|
D | entry.S | 787 .quad sys_lseek
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | sys32.S | 31 b .sys_lseek
|
D | misc.S | 852 .llong .sys_lseek
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | syscalls.h | 36 SYS(sys_lseek, 3)
|
D | sysirix.c | 235 extern asmlinkage long sys_lseek (unsigned int fd, off_t offset, unsigned int origin); 1078 old_pos = sys_lseek (fd, max_size - 1, 0); in irix_mmap32() 1080 sys_lseek (fd, old_pos, 0); in irix_mmap32() 1638 old_pos = sys_lseek (fd, max_size - 1, 0); in irix_mmap64() 1640 sys_lseek (fd, old_pos, 0); in irix_mmap64()
|
/linux-2.4.37.9/include/asm-parisc/ |
D | unistd.h | 853 extern off_t sys_lseek(int, off_t, int); in lseek() 854 return sys_lseek(fd, offset, count); in lseek()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | scall_64.S | 146 PTR sys_lseek
|
D | scall_n32.S | 147 PTR sys_lseek
|
D | scall_o32.S | 346 sys sys_lseek 3
|
/linux-2.4.37.9/fs/ |
D | read_write.c | 130 asmlinkage off_t sys_lseek(unsigned int fd, off_t offset, unsigned int origin) in sys_lseek() function
|
/linux-2.4.37.9/arch/m68k/kernel/ |
D | entry.S | 441 .long SYMBOL_NAME(sys_lseek)
|
/linux-2.4.37.9/arch/parisc/hpux/ |
D | entry_hpux.S | 40 ENTRY_NAME(sys_lseek)
|
/linux-2.4.37.9/arch/cris/kernel/ |
D | entry.S | 843 .long SYMBOL_NAME(sys_lseek)
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | entry.S | 426 .long SYMBOL_NAME(sys_lseek)
|
12