Searched defs:in_fd (Results 1 – 7 of 7) sorted by relevance
/arch/powerpc/boot/ |
D | mktree.c | 43 int in_fd, out_fd; in main() local
|
/arch/um/drivers/ |
D | harddog_user.c | 106 void stop_watchdog(int in_fd, int out_fd) in stop_watchdog()
|
/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() 174 asmlinkage int sys32_sendfile64(int out_fd, int in_fd, compat_loff_t __user *offset, s32 count) in sys32_sendfile64()
|
/arch/sparc/kernel/ |
D | sys_sparc32.c | 509 asmlinkage long compat_sys_sendfile(int out_fd, int in_fd, in compat_sys_sendfile() 532 asmlinkage long compat_sys_sendfile64(int out_fd, int in_fd, in compat_sys_sendfile64()
|
/arch/powerpc/kernel/ |
D | sys_ppc32.c | 146 asmlinkage long compat_sys_sendfile(u32 out_fd, u32 in_fd, compat_off_t __user * offset, u32 count) in compat_sys_sendfile() 168 asmlinkage int compat_sys_sendfile64(int out_fd, int in_fd, compat_loff_t __user *offset, s32 count) in compat_sys_sendfile64()
|
/arch/s390/kernel/ |
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() 482 asmlinkage long sys32_sendfile64(int out_fd, int in_fd, in sys32_sendfile64()
|
/arch/x86/ia32/ |
D | sys_ia32.c | 391 asmlinkage long sys32_sendfile(int out_fd, int in_fd, in sys32_sendfile()
|