Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h449 uchar_t rew: 1, /* Report Early Warning */ member
490 rew: 1; /* Report Early Warning */
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c2302 static struct mtop rew = { MTREW, 1 }; in positiontape() local
2345 ioctl(to, MTIOCTOP, &rew) >= 0 && in positiontape()