HomeSort by: relevance | last modified time | path
    Searched defs:BLOCKS (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/scan_ffs/
scan_ffs.c 103 enum { NADA=0, VERBOSE=1, LABELS=2, BLOCKS=4 };
198 case BLOCKS:
206 if (flag == BLOCKS)
226 if (flags & BLOCKS) {
227 ffs_printpart(sbi, BLOCKS, 0, n);
289 case BLOCKS:
327 if (flags & BLOCKS) {
329 lfs_printpart(sbi, BLOCKS, n);
411 n = snprintf(buf, sizeof(buf), "%s: done %ju of %ju blocks (%3.2f%%)\n",
503 flags |= BLOCKS;
    [all...]
  /src/sys/net/
zlib.c 496 * all blocks if lit_bufsize is not greater than 32K.)
1705 /* Stored blocks are limited to 0xffff bytes, pending_buf is limited
2984 * the last real code. In this case we send two empty static blocks instead
3158 * on 16 bit machines and because stored blocks are restricted to
3378 BLOCKS, /* decompressing blocks */
3407 *blocks; /* current inflate_blocks state */ member in struct:internal_state
3418 z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
3419 inflate_blocks_reset(z->state->blocks, z, Z_NULL);
3429 if (z->state->blocks != Z_NULL
    [all...]

Completed in 47 milliseconds