Searched refs:sys32_sendfile (Results 1 – 9 of 9) sorted by relevance
/arch/x86/include/asm/ |
D | sys_ia32.h | 55 asmlinkage long sys32_sendfile(int, int, compat_off_t __user *, s32);
|
/arch/parisc/kernel/ |
D | sys_parisc32.c | 155 asmlinkage int sys32_sendfile(int out_fd, int in_fd, compat_off_t __user *offset, s32 count) in sys32_sendfile() function
|
/arch/s390/kernel/ |
D | compat_linux.h | 206 long sys32_sendfile(int out_fd, int in_fd, compat_off_t __user *offset,
|
D | compat_linux.c | 462 asmlinkage long sys32_sendfile(int out_fd, int in_fd, compat_off_t __user *offset, size_t count) in sys32_sendfile() function
|
D | compat_wrapper.S | 774 jg sys32_sendfile # branch to system call
|
/arch/sparc/kernel/ |
D | systbls_64.S | 28 .word sys_chown, sys_sync, sys32_kill, compat_sys_newstat, sys32_sendfile
|
D | sys32.S | 92 SIGN2(sys32_sendfile, compat_sys_sendfile, %o0, %o1)
|
/arch/x86/ia32/ |
D | sys_ia32.c | 391 asmlinkage long sys32_sendfile(int out_fd, int in_fd, in sys32_sendfile() function
|
/arch/x86/syscalls/ |
D | syscall_32.tbl | 196 187 i386 sendfile sys_sendfile sys32_sendfile
|