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

/freebsd-9.3-release/sys/kern/
H A Dtty_inq.c68 #define TTYINQ_QUOTESIZE (TTYINQ_DATASIZE / BMSIZE)
69 #define BMSIZE 32 macro
71 ((tib)->tib_quotes[(boff) / BMSIZE] & (1 << ((boff) % BMSIZE)))
73 ((tib)->tib_quotes[(boff) / BMSIZE] |= (1 << ((boff) % BMSIZE)))
75 ((tib)->tib_quotes[(boff) / BMSIZE] &= ~(1 << ((boff) % BMSIZE)))
/freebsd-9.3-release/sys/fs/hpfs/
H A Dhpfs_subr.c78 BMSIZE, 0, 0, 0);
81 bcopy(hpmp->hpm_bitmap + BMSIZE * i, bp->b_data,
82 BMSIZE);
115 hpmp->hpm_bitmap = malloc(hpmp->hpm_dbnum * BMSIZE,
138 BMSIZE, NOCRED, &bp);
146 bcopy(bp->b_data, hpmp->hpm_bitmap + BMSIZE * i, BMSIZE);
H A Dhpfs.h44 #define BMSIZE (4 * DEV_BSIZE) macro

Completed in 136 milliseconds