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

/freebsd-9.3-release/sbin/restore/
H A Dtape.c527 struct mtop tcom; local
535 tcom.mt_op = MTFSF;
536 tcom.mt_count = dumpnum - 1;
542 if (!pipecmdin && ioctl(mt, MTIOCTOP, (char *)&tcom) < 0)

Completed in 86 milliseconds