Searched refs:BMSIZE (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dtty_inq.c70 #define TTYINQ_QUOTESIZE (TTYINQ_DATASIZE / BMSIZE)
71 #define BMSIZE 32 macro
73 ((tib)->tib_quotes[(boff) / BMSIZE] & (1 << ((boff) % BMSIZE)))
75 ((tib)->tib_quotes[(boff) / BMSIZE] |= (1 << ((boff) % BMSIZE)))
77 ((tib)->tib_quotes[(boff) / BMSIZE] &= ~(1 << ((boff) % BMSIZE)))

Completed in 39 milliseconds