Searched refs:fd_out (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/um/drivers/ |
D | ubd_user.c | 28 int start_io_thread(unsigned long sp, int *fd_out) in start_io_thread() argument 41 *fd_out = fds[1]; in start_io_thread() 43 err = os_set_fd_block(*fd_out, 0); in start_io_thread() 63 *fd_out = -1; in start_io_thread()
|
D | chan_user.c | 219 static int winch_tramp(int fd, struct tty_port *port, int *fd_out, in winch_tramp() argument 248 *fd_out = fds[0]; in winch_tramp() 259 if (os_set_fd_block(*fd_out, 0)) { in winch_tramp()
|
/Linux-v4.19/arch/um/os-Linux/drivers/ |
D | tuntap_user.c | 62 static int tuntap_open_tramp(char *gate, int *fd_out, int me, int remote, in tuntap_open_tramp() argument 69 char buf[CMSG_SPACE(sizeof(*fd_out))]; in tuntap_open_tramp() 123 *fd_out = ((int *) CMSG_DATA(cmsg))[0]; in tuntap_open_tramp() 124 os_set_exec_close(*fd_out); in tuntap_open_tramp()
|
/Linux-v4.19/arch/s390/kernel/ |
D | compat_wrapper.c | 154 COMPAT_SYSCALL_WRAP6(splice, int, fd_in, loff_t __user *, off_in, int, fd_out, loff_t __user *, off… 181 COMPAT_SYSCALL_WRAP6(copy_file_range, int, fd_in, loff_t __user *, off_in, int, fd_out, loff_t __us…
|
/Linux-v4.19/fs/ |
D | splice.c | 1396 int, fd_out, loff_t __user *, off_out, in SYSCALL_DEFINE6() argument 1412 out = fdget(fd_out); in SYSCALL_DEFINE6()
|
D | read_write.c | 1628 int, fd_out, loff_t __user *, off_out, in SYSCALL_DEFINE6() argument 1641 f_out = fdget(fd_out); in SYSCALL_DEFINE6()
|
/Linux-v4.19/include/linux/ |
D | syscalls.h | 482 int fd_out, loff_t __user *off_out, 893 int fd_out, loff_t __user *off_out,
|