Searched refs:vcc_fd (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/vntsd/ |
H A D | cmd.c | 89 consp->vcc_fd, clientp->sockfd); in genbrk() 99 if (ioctl(consp->vcc_fd, TCSBRK, NULL)) { in genbrk() 119 consp->vcc_fd, clientp->sockfd); in genaltbrk() 133 if ((vntsd_write_fd(clientp->cons->vcc_fd, brkseq, sizeof (brkseq))) == in genaltbrk() 360 clientp->cons->vcc_fd, clientp->sockfd); in vntsd_process_daemon_cmd() 518 clientp->cons->vcc_fd, clientp->sockfd); in vntsd_ctrl_cmd() 531 if (ioctl(clientp->cons->vcc_fd, TCXONC, &cmd)) { in vntsd_ctrl_cmd() 543 if (ioctl(clientp->cons->vcc_fd, TCXONC, &cmd)) { in vntsd_ctrl_cmd()
|
H A D | console.c | 120 (void) close(consp->vcc_fd); in create_write_thread() 121 consp->vcc_fd = -1; in create_write_thread() 385 if (consp->clientpq == NULL && consp->vcc_fd == -1) { in connect_cons() 391 consp->vcc_fd = vntsd_open_vcc(consp->dev_name, consp->cons_no); in connect_cons() 392 if (consp->vcc_fd < 0) { in connect_cons() 417 (void) close(consp->vcc_fd); in connect_cons() 418 consp->vcc_fd = -1; in connect_cons() 458 assert(consp->vcc_fd != -1); in connect_cons() 550 if (consp->vcc_fd != -1) { in close_one_vcc_fd() 551 (void) close(consp->vcc_fd); in close_one_vcc_fd() [all …]
|
H A D | write.c | 173 *sz = read(consp->vcc_fd, buf, VNTSD_MAX_BUF_SIZE); in read_vcc() 217 D1(stderr, "t@%d vntsd_write@%d\n", thr_self(), consp->vcc_fd); in vntsd_write_thread()
|
H A D | vntsdvcc.c | 72 if (consp->vcc_fd != -1) in free_cons() 73 (void) close(consp->vcc_fd); in free_cons() 295 consp->vcc_fd = -1; in alloc_cons()
|
H A D | read.c | 63 n = write(clientp->cons->vcc_fd, &c, 1); in write_vcc()
|
H A D | vntsd.h | 282 int vcc_fd; /* vcc console port */ member
|