Searched refs:SES_ENCSTAT_UNRECOV (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/sesd/srcs/
H A Dchpmon.c49 (SES_ENCSTAT_UNRECOV|SES_ENCSTAT_CRITICAL|SES_ENCSTAT_NONCRITICAL)
113 if (stat & SES_ENCSTAT_UNRECOV)
H A Dsesd.c46 #define ALLSTAT (SES_ENCSTAT_UNRECOV | SES_ENCSTAT_CRITICAL | \
160 if (sestat & SES_ENCSTAT_UNRECOV) {
H A Dgetencstat.c116 if (estat & SES_ENCSTAT_UNRECOV) {
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dses.h112 #define SES_ENCSTAT_UNRECOV 0x1 macro
H A Dses.c1415 #define ALL_ENC_STAT (SES_ENCSTAT_CRITICAL | SES_ENCSTAT_UNRECOV | \
1611 if ((encstat & (SES_ENCSTAT_CRITICAL|SES_ENCSTAT_UNRECOV)) != 0) {

Completed in 108 milliseconds