Home
last modified time | relevance | path

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

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