MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tty_checkoutq

Function tty_checkoutq

freebsd/kern/tty.c:2011–2017  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2009}
2010
2011int
2012tty_checkoutq(struct tty *tp)
2013{
2014
2015 /* 256 bytes should be enough to print a log message. */
2016 return (ttyoutq_bytesleft(&tp->t_outq) >= 256);
2017}
2018
2019void
2020tty_hiwat_in_block(struct tty *tp)

Callers 2

vtprintfFunction · 0.85
tty_infoFunction · 0.85

Calls 1

ttyoutq_bytesleftFunction · 0.85

Tested by

no test coverage detected