| 100 | |
| 101 | static char *consbuf; /* buffer used by `consmsgbuf' */ |
| 102 | static struct callout conscallout; /* callout for outputting to constty */ |
| 103 | struct msgbuf consmsgbuf; /* message buffer for console tty */ |
| 104 | static u_char console_pausing; /* pause after each line during probe */ |
| 105 | static const char console_pausestr[] = |