Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty_inq.c67 #define TTYINQ_QUOTESIZE (TTYINQ_DATASIZE / BMSIZE)
68 #define BMSIZE 32 macro
70 ((tib)->tib_quotes[(boff) / BMSIZE] & (1 << ((boff) % BMSIZE)))
72 ((tib)->tib_quotes[(boff) / BMSIZE] |= (1 << ((boff) % BMSIZE)))
74 ((tib)->tib_quotes[(boff) / BMSIZE] &= ~(1 << ((boff) % BMSIZE)))