Home
last modified time | relevance | path

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

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