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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c72 static void readtape(char *);
628 readtape(buf);
652 readtape(buf);
1071 readtape(bufptr);
1098 readtape(junk);
1465 readtape(char *b) function
1475 "Internal consistency failure in readtape: tbf is NULL\n"));
1616 readtape(b); /* XXX tail recursion, not goto top? */
1781 readtape((char *)(&u_ospcl.s_ospcl));
1820 readtape((cha
[all...]
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c457 static void readtape(char *buffer);
1514 readtape((char *)&dblock);
1706 readtape(buf);
3742 readtape(buf);
3889 * from readtape() and to write to the file, we need to determine
3919 * to the nearest TBLOCK since readtape reads one block at a time.
3928 * readtape() obtains one block (TBLOCK) of data at a time.
3933 readtape(buf + bytesread);
5051 * WARNING: expects "nblock" to be set, that is, readtape() to have
5077 recno = nblock; /* so readtape() read
5107 readtape(char *buffer) function
[all...]

Completed in 82 milliseconds