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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c678 struct mtop tcom; local
688 tcom.mt_op = MTFSF;
689 tcom.mt_count = dumpnum - 1;
693 retval = ioctl(mt, (int)MTIOCTOP, (char *)&tcom);

Completed in 63 milliseconds