Home
last modified time | relevance | path

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

/src/sbin/restore/
H A Dtape.c525 struct mtop tcom; in setdumpnum() local
533 tcom.mt_op = MTFSF; in setdumpnum()
534 tcom.mt_count = dumpnum - 1; in setdumpnum()
540 if (!pipecmdin && ioctl(mt, MTIOCTOP, (char *)&tcom) < 0) in setdumpnum()