Lines Matching defs:stat
55 ses_encstat stat, *carray;
81 stat = 0;
82 if (ioctl(fd, SESIOC_SETENCSTAT, (caddr_t) &stat) < 0) {
91 if (ioctl(fd, SESIOC_GETENCSTAT, (caddr_t) &stat) < 0) {
98 if ((stat & BADSTAT) == 0) {
109 if (stat & SES_ENCSTAT_UNRECOV)
112 if (stat & SES_ENCSTAT_CRITICAL)
115 if (stat & SES_ENCSTAT_NONCRITICAL)
118 stat = SES_ENCSTAT_CRITICAL;
119 if (ioctl(fd, SESIOC_SETENCSTAT, (caddr_t) &stat) < 0) {