Searched refs:out_fd (Results 1 – 1 of 1) sorted by relevance
51 int out_fd; /* File descriptor used for output */ member73 u_el->out_fd = -1; in nhw_upty_init()95 u_el->out_fd = pty_fd; in nhw_upty_init()122 nhw_upty_wait_for_pty(u_el->out_fd, 100e3); in nhw_upty_tx_byte()129 ret = write(u_el->out_fd, &data, 1); in nhw_upty_tx_byte()217 if (u_el->out_fd != -1) { in nhw_upty_cleanup()218 close(u_el->out_fd); in nhw_upty_cleanup()219 u_el->out_fd = -1; in nhw_upty_cleanup()