HomeSort by: relevance | last modified time | path
    Searched defs:seek_failed (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/restore/
tape.c 1271 int cnt, seek_failed; local in function:readtape
1349 seek_failed = (rmtseek(i, 1) < 0);
1352 seek_failed = (lseek(mt, i, SEEK_CUR) == (off_t)-1);
1354 if (seek_failed) {
tape.c 1271 int cnt, seek_failed; local in function:readtape
1349 seek_failed = (rmtseek(i, 1) < 0);
1352 seek_failed = (lseek(mt, i, SEEK_CUR) == (off_t)-1);
1354 if (seek_failed) {

Completed in 27 milliseconds