Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dtty.h322 int ttycheckoutq(struct tty *tp, int wait);
/xnu-8019.80.24/bsd/kern/
H A Dsubr_prf.c249 if (ttycheckoutq(pca.tty, 0)) { in tprintf()
H A Dtty.c2315 ttycheckoutq(struct tty *tp, int wait) in ttycheckoutq() function
2890 if (ttycheckoutq(tp, 0) == 0) { in ttyinfo_locked()