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

/haiku-fatelf/src/bin/consoled/
H A Dconsoled.cpp38 int console_fd; member in struct:console
189 write(con->console_fd, buffer, length);
297 con->console_fd = -1;
302 con->console_fd = open("/dev/console", O_WRONLY);
303 if (con->console_fd < 0)
339 if (ioctl(con->console_fd, TIOCGWINSZ, &size,
381 close(con->console_fd);

Completed in 78 milliseconds