Home
last modified time | relevance | path

Searched refs:master_fd (Results 1 – 1 of 1) sorted by relevance

/xen/tools/console/daemon/
A Dio.c95 int master_fd; member
495 if (con->master_fd != -1) { in console_close_tty()
496 close(con->master_fd); in console_close_tty()
497 con->master_fd = -1; in console_close_tty()
578 assert(con->master_fd == -1); in console_create_tty()
604 if ((slave = ptsname(con->master_fd)) == NULL) { in console_create_tty()
776 if (con->master_fd == -1) { in console_create_ring()
828 con->master_fd = -1; in console_init()
1031 len = read(con->master_fd, msg, len); in handle_tty_read()
1281 if (con->master_fd != -1) { in maybe_add_console_tty_fd()
[all …]

Completed in 5 milliseconds