Searched refs:tty_checkoutq (Results 1 – 4 of 4) sorted by relevance
199 int tty_checkoutq(struct tty *tp);
300 if (tty_checkoutq(tp) == 0) in tty_info()
248 if (tp != NULL && tty_checkoutq(tp)) in vtprintf()
2036 tty_checkoutq(struct tty *tp) in tty_checkoutq() function