Searched refs:SES_ENCSTAT_CRITICAL (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)
116 if (stat & SES_ENCSTAT_CRITICAL)
122 stat = SES_ENCSTAT_CRITICAL;
H A Dsesd.c46 #define ALLSTAT (SES_ENCSTAT_UNRECOV | SES_ENCSTAT_CRITICAL | \
156 if (sestat & SES_ENCSTAT_CRITICAL) {
H A Dgetencstat.c112 if (estat & SES_ENCSTAT_CRITICAL) {
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dses.h113 #define SES_ENCSTAT_CRITICAL 0x2 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) {
1918 ssc->ses_encstat |= SES_ENCSTAT_CRITICAL;
1932 ssc->ses_encstat |= SES_ENCSTAT_CRITICAL;
1957 ssc->ses_encstat |= SES_ENCSTAT_CRITICAL;
2151 ssc->ses_encstat |= SES_ENCSTAT_CRITICAL;

Completed in 102 milliseconds