Home
last modified time | relevance | path

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

/freebsd/sys/dev/snp/
H A Dsnp.c303 *(int *)data = ttyoutq_bytesused(&ss->snp_outq); in snp_ioctl()
331 if (ttyoutq_bytesused(&ss->snp_outq) > 0) in snp_poll()
/freebsd/sys/sys/
H A Dttyqueue.h173 ttyoutq_bytesused(struct ttyoutq *to) in ttyoutq_bytesused() function
/freebsd/sys/kern/
H A Dtty.c183 bytes = ttyoutq_bytesused(&tp->t_outq); in tty_drain()
185 if (ttyoutq_bytesused(&tp->t_outq) == 0 && !ttydevsw_busy(tp)) in tty_drain()
195 else if (leaving && ttyoutq_bytesused(&tp->t_outq) < bytes) { in tty_drain()
199 bytes = ttyoutq_bytesused(&tp->t_outq); in tty_drain()
1301 xt->xt_outcc = ttyoutq_bytesused(&tp->t_outq); in tty_to_xtty()
1699 *(int *)data = ttyoutq_bytesused(&tp->t_outq); in tty_generic_ioctl()
H A Dtty_ttydisc.c1431 return ttyoutq_bytesused(&tp->t_outq); in ttydisc_getc_poll()