Searched refs:MAX_CONSOLE_FD (Results 1 – 1 of 1) sorted by relevance
716 #define MAX_CONSOLE_FD (MONITOR_FD + 1) /* must be the last one + 1 */ macro730 struct pollfd console_poll[MAX_CONSOLE_FD]; in virtio_console()783 err = poll(console_poll, MAX_CONSOLE_FD, -1); in virtio_console()