Searched refs:fd_out (Results 1 – 3 of 3) sorted by relevance
/arch/um/drivers/ |
D | ubd_user.c | 29 int start_io_thread(unsigned long sp, int *fd_out) in start_io_thread() argument 40 *fd_out = fds[1]; in start_io_thread() 42 err = os_set_fd_block(*fd_out, 0); in start_io_thread() 61 *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()
|
/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()
|