Searched refs:SES_ENCSTAT_NONCRITICAL (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)
119 if (stat & SES_ENCSTAT_NONCRITICAL)
H A Dsesd.c47 SES_ENCSTAT_NONCRITICAL | SES_ENCSTAT_INFO)
152 if (sestat & SES_ENCSTAT_NONCRITICAL) {
H A Dgetencstat.c108 if (estat & SES_ENCSTAT_NONCRITICAL) {
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dses.h114 #define SES_ENCSTAT_NONCRITICAL 0x4 macro
H A Dses.c1416 SES_ENCSTAT_NONCRITICAL | SES_ENCSTAT_INFO)
1613 } else if ((encstat & SES_ENCSTAT_NONCRITICAL) != 0) {
1920 ssc->ses_encstat |= SES_ENCSTAT_NONCRITICAL;
1934 ssc->ses_encstat |= SES_ENCSTAT_NONCRITICAL;
1979 ssc->ses_encstat |= SES_ENCSTAT_NONCRITICAL;
1985 ssc->ses_encstat |= SES_ENCSTAT_NONCRITICAL;
2072 ssc->ses_encstat |= SES_ENCSTAT_NONCRITICAL;

Completed in 199 milliseconds