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

/freebsd-10.1-release/sbin/restore/
H A Dtape.c529 struct mtop tcom; local
537 tcom.mt_op = MTFSF;
538 tcom.mt_count = dumpnum - 1;
544 if (!pipecmdin && ioctl(mt, MTIOCTOP, (char *)&tcom) < 0)

Completed in 49 milliseconds