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

/netbsd-6-1-5-RELEASE/sbin/scan_ffs/
H A Dscan_ffs.c99 #define BLK_CNT (blk + (n / 512)) macro
177 BLK_CNT - (2 * SBLOCKSIZE / 512), n,
185 BLK_CNT - (ffsize * SBLOCKSIZE / 512+128),
201 BLK_CNT - (ffsize * SBLOCKSIZE / 512));
205 BLK_CNT - (ffsize * SBLOCKSIZE / 512 + 128));
230 (void)printf("at %" PRIu64, BLK_CNT - offset);
252 if ((BLK_CNT - lastblk) == (SBLOCKSIZE / 512)) {
255 } else if ((BLK_CNT - lastblk) == (SBLOCKSIZE / 170)) {
258 } else if ((BLK_CNT - lastblk) == (SBLOCKSIZE / 73)) {
276 if ((BLK_CNT
[all...]

Completed in 109 milliseconds