HomeSort by: relevance | last modified time | path
    Searched refs:do_tioccons (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/sysinst/
run.c 422 static int do_tioccons = 2; local
437 if (do_tioccons) {
438 if (ioctl(slave, TIOCCONS, &do_tioccons) == 0
439 && do_tioccons == 2) {
442 ioctl(master, FIONREAD, &do_tioccons);
443 if (do_tioccons != 0) {
444 do_tioccons = 0;
445 ioctl(slave, TIOCCONS, &do_tioccons);
447 do_tioccons = 1;

Completed in 16 milliseconds