Searched refs:console_fd (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/consoled/
H A Dconsoled.cpp38 int console_fd; member in struct:console
190 write(con->console_fd, buffer, length);
298 con->console_fd = -1;
303 con->console_fd = open("/dev/console", O_WRONLY);
304 if (con->console_fd < 0)
340 if (ioctl(con->console_fd, TIOCGWINSZ, &size,
382 close(con->console_fd);

Completed in 77 milliseconds