Searched refs:rconsfd (Results 1 – 1 of 1) sorted by relevance
108 static int rconsfd; /* Console redirection driver */ variable405 rconsfd = open(CVCREDIR_DEV, O_RDWR|O_NDELAY);406 if (rconsfd < 0) {416 cvcd_pfd[1].fd = rconsfd;457 rconsfd = open(CVCREDIR_DEV,459 if (rconsfd < 0) {465 cvcd_pfd[1].fd = rconsfd;531 if ((s = read(rconsfd, buf, MAXPKTSZ)) == -1) {721 cvcd_ioctl(rconsfd, CVC_BREAK);727 cvcd_ioctl(rconsfd, CVC_DISCONNECT);[all …]