HomeSort by relevance Sort by last modified time
    Searched defs:BLOCK (Results 1 - 16 of 16) sorted by null

  /onnv/onnv-gate/usr/src/uts/intel/sys/
promif.h 48 #define BLOCK 0
  /onnv/onnv-gate/usr/src/uts/sun/sys/
promif.h 49 #define BLOCK 0
  /onnv/onnv-gate/usr/src/cmd/spell/
malloc.c 42 * each block is preceded by a ptr to the (pointer of)
43 * the next following block
49 * last block of arena is empty and
54 * ALIGN, NALIGN, BLOCK, BUSY, INT
61 #define BLOCK 1024
119 temp = ((temp+BLOCK/WORD)/(BLOCK/WORD))*(BLOCK/WORD);
156 /* ialloc(q, nbytes) inserts a block that did not come
159 * q points to new block
    [all...]
  /onnv/onnv-gate/usr/src/cmd/acct/
diskusg.c 47 #define BLOCK 512 /* Block size for reporting */
181 /* Fake out block size to be 512 */
184 /* Read in super-block of filesystem */
216 /* Determine physical block 2 */
219 /* Start at physical block 2, inode list */
302 if(dev != BLOCK) {
303 blks = (blks+BLOCK/dev)*(dev/BLOCK);
  /onnv/onnv-gate/usr/src/lib/libc/amd64/unwind/
unwind_context.h 164 BLOCK
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
mallint.h 120 /* usable # of bytes in the block */
137 /* set/test indicator if a block is in the tree or in a list */
141 /* functions to get information on a block */
143 #define BLOCK(d) ((TREE *)(((uintptr_t)(d)) - WORDSIZE))
155 #define SETBIT0(w) ((w) |= BIT0) /* Block is busy */
  /onnv/onnv-gate/usr/src/lib/watchmalloc/common/
mallint.h 91 /* usable # of bytes in the block */
107 /* set/test indicator if a block is in the tree or in a list */
111 /* functions to get information on a block */
113 #define BLOCK(d) ((TREE *)(((char *)(d)) - WORDSIZE))
125 #define SETBIT0(w) ((w) |= BIT0) /* Block is busy */
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fsck/
main.c 32 * A bitmap of block usage very similar to what's on disk, but
35 * is opposite the interpretation of a cylinder group's free block
65 * having a stable world for building the block and inode tables from.
154 #define BLOCK 1 /* alternate superblock */
226 case BLOCK:
227 bflag = argtol(BLOCK, "block",
229 (void) printf("Alternate super block "
579 pwarn("Fragment/block fragmentation: %.1f%%\n",
743 * Only works if filename is a block device or i
    [all...]
  /onnv/onnv-gate/usr/src/lib/libcmd/common/
cut.c 106 #define BLOCK 8*1024
403 fdtmp = sftmp(BLOCK);
  /onnv/onnv-gate/usr/src/cmd/dd/
dd.c 63 #define COPY 0 /* file copy, preserve input block size */
64 #define REBLOCK 1 /* file copy, change block size */
82 #define BLOCK 19 /* convert ASCII to blocked ASCII */
105 " [,block|unblock][,lcase|ucase][,swab]\n"\
123 static unsigned cbs; /* conversion buffer size, used for block conversions */
577 if (match("block"))
579 conv = BLOCK;
690 case BLOCK:
727 case BLOCK:
862 /* end to convert a logical record when doing block conversions. *
    [all...]
  /onnv/onnv-gate/usr/src/lib/libpkg/common/
pkglib.h 328 #define BLK_SIZE 512 /* size of logical block */
352 #define BLOCK 256
  /onnv/onnv-gate/usr/src/lib/libpp/common/
ppproto.c 26 * slips into the pp block read
171 #define BLOCK (8*CHUNK)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/vmalloc/
vmhdr.h 182 #define BUSY (01) /* block is busy */
183 #define PFREE (02) /* preceding block is free */
237 /* ALIGN is chosen so that a block can store all primitive types.
255 Block_t* block; member in union:_align_u
271 /* make sure that the head of a block is a multiple of ALIGN */
291 /* now make sure that the body of a block is a multiple of ALIGN */
314 /* requirements for smallest block type */
328 /* small block types kept in separate caches for quick allocation */
342 Block_t* free; /* most recent free block */
343 Block_t* wild; /* wilderness block */
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fsdb/
fsdb.c 132 #define BLOCK 5 /* but must be different from */
218 struct fs filesystem, *fs; /* super block */
497 * Read in the super block and validate (not too picky).
1182 if (match("block", 2)) { /* block conversion */
1192 type = BLOCK;
1197 if (match("bs", 2)) { /* block size */
1333 if (match("db", 2)) { /* direct block */
1354 type = BLOCK;
1358 printf("non existent block\n")
2457 long block; local
3325 unsigned long block; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/mkfs/
mkfs.c 64 * bsize - block size
120 * The following two constants set the default block and fragment sizes.
152 * block worth of data blocks.
267 * is limited by the fact that cylinder groups are at most one block.
276 /* block map */ howmany((fs)->fs_cpg * (fs)->fs_spc / NSPF(fs), NBBY))
281 * least an equal amount of space for the block map.
288 * Same as MAXIpG, but parameterized by the block size (b) and the
290 * cylinder group overhead block that is used for the inode map. So for
292 * cylinder group overhead block can be dedicated to the inode map.
317 #define BLOCK 1 /* block in aiowait *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
perl.h 2317 char block[66]; member in struct:crypt_data
    [all...]

Completed in 480 milliseconds