Searched refs:tcom (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sbin/restore/
H A Dtape.c480 struct mtop tcom; local
486 tcom.mt_op = MTFSF;
487 tcom.mt_count = dumpnum - 1;
493 if (ioctl(mt, MTIOCTOP, (char *)&tcom) == -1)

Completed in 118 milliseconds