Home
last modified time | relevance | path

Searched refs:t_outcc (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dtty.h123 long t_outcc; /* Output queue statistics. */ member
/xnu-8019.80.24/bsd/kern/
H A Dtty.c839 tp->t_outcc++; in ttyoutput()
855 tp->t_outcc += c; in ttyoutput()
870 tp->t_outcc++; in ttyoutput()
884 tp->t_outcc++; in ttyoutput()
2504 tp->t_outcc += ce; in ttwrite()