Searched defs:in_fd (Results  1 – 6 of 6) sorted by relevance
| /linux-4.4.14/init/ | 
| D | do_mounts_rd.c | 188 	int in_fd, out_fd;  in rd_load_image()  local345 static int __init crd_load(int in_fd, int out_fd, decompress_fn deco)  in crd_load()
 
 | 
| /linux-4.4.14/arch/powerpc/boot/ | 
| D | mktree.c | 43 	int	in_fd, out_fd;  in main()  local
 | 
| /linux-4.4.14/arch/um/drivers/ | 
| D | harddog_user.c | 106 void stop_watchdog(int in_fd, int out_fd)  in stop_watchdog()
 | 
| /linux-4.4.14/tools/virtio/virtio-trace/ | 
| D | trace-agent.h | 36 	int in_fd;  member
 | 
| /linux-4.4.14/fs/ | 
| D | read_write.c | 1155 static ssize_t do_sendfile(int out_fd, int in_fd, loff_t *ppos,  in do_sendfile()1255 SYSCALL_DEFINE4(sendfile, int, out_fd, int, in_fd, off_t __user *, offset, size_t, count)  in SYSCALL_DEFINE4()  argument
 1274 SYSCALL_DEFINE4(sendfile64, int, out_fd, int, in_fd, loff_t __user *, offset, size_t, count)  in SYSCALL_DEFINE4()  argument
 1292 COMPAT_SYSCALL_DEFINE4(sendfile, int, out_fd, int, in_fd,  in COMPAT_SYSCALL_DEFINE4()  argument
 1312 COMPAT_SYSCALL_DEFINE4(sendfile64, int, out_fd, int, in_fd,  in COMPAT_SYSCALL_DEFINE4()  argument
 
 | 
| /linux-4.4.14/tools/testing/selftests/exec/ | 
| D | execveat.c | 139 	int in_fd = open_or_die(src, O_RDONLY);  in exe_cp()  local
 |