Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtty.h201 int tty_checkoutq(struct tty *tp);
/f-stack/freebsd/kern/
H A Dtty_info.c298 if (tty_checkoutq(tp) == 0) in tty_info()
H A Dsubr_prf.c249 if (tp != NULL && tty_checkoutq(tp)) in vtprintf()
H A Dtty.c2012 tty_checkoutq(struct tty *tp) in tty_checkoutq() function