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

  /src/sbin/dump/
tape.c 817 int nread, nextworker, size, wrote, eot_count, werror; local in function:doworker
865 eot_count = 0;
869 while (eot_count < 10 && size < writesize) {
886 eot_count++;
902 eot_count++;
905 if (eot_count > 0)
tape.c 817 int nread, nextworker, size, wrote, eot_count, werror; local in function:doworker
865 eot_count = 0;
869 while (eot_count < 10 && size < writesize) {
886 eot_count++;
902 eot_count++;
905 if (eot_count > 0)

Completed in 22 milliseconds