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

  /src/sbin/restore/
tape.c 579 struct mtop tcom; local in function:setdumpnum
587 tcom.mt_op = MTFSF;
588 tcom.mt_count = dumpnum - 1;
594 if (ioctl(mt, (int)MTIOCTOP, (char *)&tcom) < 0)
tape.c 579 struct mtop tcom; local in function:setdumpnum
587 tcom.mt_op = MTFSF;
588 tcom.mt_count = dumpnum - 1;
594 if (ioctl(mt, (int)MTIOCTOP, (char *)&tcom) < 0)

Completed in 24 milliseconds