Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/include/
H A Drmt.h44 extern int rmtseek(int, int);
54 extern int rmtseek();
/illumos-gate/usr/src/cmd/backup/lib/
H A Drmtlib.c379 rmtseek(int offset, int pos) in rmtseek() function
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c1583 if ((host != 0 && rmtseek(i, 1) < 0) || in readtape()