Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dtty.h266 int ttycheckoutq (struct tty *tp, int wait);
/dragonfly/sys/kern/
H A Dsubr_prf.c195 if (sess && sess->s_ttyvp && ttycheckoutq(sess->s_ttyp, 0)) { in tprintf()
H A Dtty.c1953 ttycheckoutq(struct tty *tp, int wait) in ttycheckoutq() function
2513 if (ttycheckoutq(tp,0) == 0) in ttyinfo()