Home
last modified time | relevance | path

Searched refs:rmtread (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/restore/
H A Dextern.h112 int rmtread(char *, int);
H A Dtape.c1144 i = rmtread(&tapebuf[rd], cnt); in readtape()
1255 i = rmtread(tapebuf, ntrec * TP_BSIZE); in findtapeblksize()
/freebsd/sbin/dump/
H A Ddumprmt.c214 rmtread(char *buf, int count) in rmtread() function