Home
last modified time | relevance | path

Searched refs:TBLOCK (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/lib/libast/common/include/
H A Dtar.h31 #define TBLOCK 512 macro
114 char dummy[TBLOCK];
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dtar.h40 #define TBLOCK 512 macro
123 char dummy[TBLOCK];
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dtar.h40 #define TBLOCK 512 macro
123 char dummy[TBLOCK];
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dtar.h40 #define TBLOCK 512 macro
123 char dummy[TBLOCK];
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dtar.h40 #define TBLOCK 512 macro
123 char dummy[TBLOCK];
/titanic_41/usr/src/cmd/tar/
H A Dtar.c134 #define TBLOCK 512 /* tape block size--should be universal */ macro
172 #define TBLOCKS(bytes) (((bytes) + TBLOCK - 1) / TBLOCK)
355 char dummy[TBLOCK];
1615 char buf[TBLOCK]; in passtape()
2314 (nblock * TBLOCK)); in putfile()
2316 maxread = TBLOCK; in putfile()
2321 read(infile, bigbuf, min((hint*TBLOCK), maxread))) > 0) && in putfile()
2325 nblks = ((i-1)/TBLOCK)+1; in putfile()
2535 char buf[TBLOCK]; in splitfile()
2592 s = (off_t)(blocklim - tapepos - 1) * TBLOCK; in splitfile()
[all …]
/titanic_41/usr/src/head/
H A Darchives.h120 #define TBLOCK 512 /* length of tar header and data blocks */ macro
132 char dummy[TBLOCK];
/titanic_41/usr/src/uts/common/sys/
H A Dstrtty.h93 #define TBLOCK 010 macro
/titanic_41/usr/src/cmd/cpio/
H A Dcpio.h247 char dummy[TBLOCK];
H A Dcpio.c7597 bar_Vhdr = e_zalloc(E_EXIT, TBLOCK); in read_bar_vol_hdr()
7599 (void) memcpy(&(bar_Vhdr->dbuf), &(tmp_hdr->dbuf), TBLOCK); in read_bar_vol_hdr()
7739 bar_Vhdr = e_zalloc(E_EXIT, TBLOCK); in skip_bar_volhdr()
7742 &(tmp_hdr->dbuf), TBLOCK); in skip_bar_volhdr()
8543 #define ROUNDTOTBLOCK(a) ((a + (TBLOCK -1)) & ~(TBLOCK -1))