Home
last modified time | relevance | path

Searched refs:vtcon_tty_outwakeup (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/sys/dev/virtio/console/
Dvirtio_console.c210 static void vtcon_tty_outwakeup(struct tty *);
225 .tsw_outwakeup = vtcon_tty_outwakeup,
1319 vtcon_tty_outwakeup(struct tty *tp) in vtcon_tty_outwakeup() function