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

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c130 #define SYS_BLOCK BSIZE /* from sys/param.h: secondary block size */ macro
132 #define SYS_BLOCK 512 /* default if no BSIZE in param.h */ macro
4156 #if SYS_BLOCK > TBLOCK
4157 nblock = SYS_BLOCK / TBLOCK;
5056 * changed to guarantee SYS_BLOCK boundary
5063 #if SYS_BLOCK > TBLOCK
5064 /* handle non-multiple of SYS_BLOCK */
5078 #if SYS_BLOCK > TBLOCK
5079 nxb = (blkcnt_t)(seekval % (off_t)(SYS_BLOCK / TBLOCK));
5091 #if SYS_BLOCK > TBLOC
[all...]

Completed in 117 milliseconds