Searched defs:BLOCK (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dpromif.h48 #define BLOCK 0 macro
/illumos-gate/usr/src/uts/sun/sys/
H A Dpromif.h49 #define BLOCK 0 macro
/illumos-gate/usr/src/cmd/spell/
H A Dmalloc.c54 * ALIGN, NALIGN, BLOCK, BUSY, INT
61 #define BLOCK 1024 macro
119 temp = ((temp+BLOCK/WORD)/(BLOCK/WORD))*(BLOCK/WORD);
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind_context.h164 BLOCK enumerator in enum:operand_desc
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h143 #define BLOCK(d) ((TREE *)(((uintptr_t)(d)) - WORDSIZE)) macro
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h113 #define BLOCK(d) ((TREE *)(((char *)(d)) - WORDSIZE)) macro
/illumos-gate/usr/src/lib/libcmd/common/
H A Dcut.c104 #define BLOCK 8*1024 macro
562 fdtmp = sftmp(BLOCK);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c154 #define BLOCK 1 /* alternate superblock */ macro
226 case BLOCK:
227 bflag = argtol(BLOCK, "block",
/illumos-gate/usr/src/cmd/dd/
H A Ddd.c85 #define BLOCK 19 /* convert ASCII to blocked ASCII */ macro
597 conv = BLOCK;
734 case BLOCK:
771 case BLOCK:
1108 case BLOCK:
1130 case BLOCK:
1202 if ((conv == BLOCK) || (conv == UNBLOCK))
1430 case BLOCK:
1474 case BLOCK:
1616 case BLOCK
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkglib.h352 #define BLOCK 256 macro
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c171 #define BLOCK (8*CHUNK) macro
2156 else if (n > 2 * BLOCK) n = 0;
2175 * file read in BLOCK chunks
2178 n = BLOCK;
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h388 #define BLOCK(d) ((Block_t*)((char*)(d) - sizeof(Head_t)) ) macro
431 #define PFDATA(d) ((Head_t*)((Vmuchar_t*)(d)+(SIZE(BLOCK(d))&~BITS)-sizeof(Head_t)) )
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c130 #define BLOCK 5 /* but must be different from */ macro
1191 type = BLOCK;
1353 type = BLOCK;
1415 type = BLOCK;
1499 type = BLOCK;
2997 if (type == BLOCK)
3684 if (type == BLOCK)
3740 if (type == BLOCK)
3794 if (type == BLOCK)
3909 case BLOCK
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c317 #define BLOCK 1 /* block in aiowait */ macro
3010 wait_for_write(BLOCK);
3143 while (wait_for_write(BLOCK))
3192 wait_for_write(BLOCK);

Completed in 111 milliseconds