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

/netbsd-6-1-5-RELEASE/sbin/scan_ffs/
H A Dscan_ffs.c137 enum { NADA=0, VERBOSE=1, LABELS=2, BLOCKS=4 }; enumerator in enum:__anon5515
215 case BLOCKS:
223 if (flag == BLOCKS)
243 if (flags & BLOCKS) {
244 ffs_printpart(sbi, BLOCKS, 0, n);
304 case BLOCKS:
338 if (flags & BLOCKS) {
340 lfs_printpart(sbi, BLOCKS, n);
455 flags |= BLOCKS;
468 flags &= ~BLOCKS;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsel-sched-ir.h859 #define SET_LOOP_PREHEADER_BLOCKS(LOOP,BLOCKS) ((LOOP)->aux \
860 = (BLOCKS != NULL \
861 ? BLOCKS \
/netbsd-6-1-5-RELEASE/sys/net/
H A Dzlib.c3378 BLOCKS, /* decompressing blocks */ enumerator in enum:__anon8994
3418 z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
3545 z->state->mode = BLOCKS;
3572 case BLOCKS:
3655 z->state->mode = BLOCKS;
3664 * be BLOCKS (i.e. we should be willing to see the start of a series of
3665 * BLOCKS). On exit, the output will also be caught up, and the checksum
3671 if (z->state->mode != BLOCKS)
3723 z->state->mode = BLOCKS;
4332 * be BLOCKS (
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_check.c4677 #define BLOCKS(x) ((x) / fsbuf.block_size) macro
4687 if (BLOCKS(var_queue_minfree) >= fsbuf.block_free
4688 || BLOCKS(var_message_limit) >= fsbuf.block_free / smtpd_space_multf) {

Completed in 231 milliseconds