Home
last modified time | relevance | path

Searched refs:sys_lseek (Results 1 – 25 of 34) sorted by relevance

12

/linux-2.4.37.9/arch/parisc/kernel/
Dparisc_ksyms.c141 extern off_t sys_lseek(int, off_t, int);
145 EXPORT_SYMBOL(sys_lseek);
/linux-2.4.37.9/arch/arm/kernel/
Darmksyms.c49 extern int sys_lseek(int, off_t, int);
259 EXPORT_SYMBOL(sys_lseek);
Dcalls.S36 .long SYMBOL_NAME(sys_lseek)
/linux-2.4.37.9/arch/sparc/kernel/
Dsystbls.S24 /*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/
Dsys32.S28 sethi %hi(sys_lseek), %g1
29 jmpl %g1 + %lo(sys_lseek), %g0
Dsystbls.S84 /*15*/ .word sys_chmod, sys_lchown, sparc_brk, sys_perfctr, sys_lseek
/linux-2.4.37.9/include/asm-x86_64/
Dunistd.h33 __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/
Dunistd.h546 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/
Dx8664_ksyms.c207 EXPORT_SYMBOL(sys_lseek);
/linux-2.4.37.9/include/asm-arm/
Dunistd.h463 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/
Dalpha_ksyms.c164 EXPORT_SYMBOL(sys_lseek);
Dentry.S787 .quad sys_lseek
/linux-2.4.37.9/arch/ppc64/kernel/
Dsys32.S31 b .sys_lseek
Dmisc.S852 .llong .sys_lseek
/linux-2.4.37.9/arch/mips/kernel/
Dsyscalls.h36 SYS(sys_lseek, 3)
Dsysirix.c235 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/
Dunistd.h853 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/
Dscall_64.S146 PTR sys_lseek
Dscall_n32.S147 PTR sys_lseek
Dscall_o32.S346 sys sys_lseek 3
/linux-2.4.37.9/fs/
Dread_write.c130 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/
Dentry.S441 .long SYMBOL_NAME(sys_lseek)
/linux-2.4.37.9/arch/parisc/hpux/
Dentry_hpux.S40 ENTRY_NAME(sys_lseek)
/linux-2.4.37.9/arch/cris/kernel/
Dentry.S843 .long SYMBOL_NAME(sys_lseek)
/linux-2.4.37.9/arch/i386/kernel/
Dentry.S426 .long SYMBOL_NAME(sys_lseek)

12