Home
last modified time | relevance | path

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

/components/lwp/terminal/freebsd/
A Dtty_inq.c118 if (ti->ti_quota <= ti->ti_nblocks) \
128 ti->ti_quota = howmany(size, TTYINQ_DATASIZE); in ttyinq_setsize()
130 while (ti->ti_quota > ti->ti_nblocks) in ttyinq_setsize()
162 ti->ti_quota = 0; in ttyinq_free()
/components/lwp/terminal/
A Dbsd_ttyqueue.h68 unsigned int ti_quota; member
108 return (ti->ti_quota * TTYINQ_DATASIZE); in ttyinq_getallocatedsize()

Completed in 5 milliseconds