Searched refs:SES_ENCSTAT_CRITICAL (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/share/examples/ses/srcs/
H A Dchpmon.c48 (SES_ENCSTAT_UNRECOV|SES_ENCSTAT_CRITICAL|SES_ENCSTAT_NONCRITICAL)
110 if (stat & SES_ENCSTAT_CRITICAL)
116 stat = SES_ENCSTAT_CRITICAL;
H A Dsesd.c48 #define ALLSTAT (SES_ENCSTAT_UNRECOV | SES_ENCSTAT_CRITICAL | \
165 if (stat & SES_ENCSTAT_CRITICAL) {
H A Dgetencstat.c123 if (estat & SES_ENCSTAT_CRITICAL) {
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_enc_safte.c57 #define ALL_ENC_STAT (SES_ENCSTAT_CRITICAL | SES_ENCSTAT_UNRECOV | \
345 cfg->adm_status |= SES_ENCSTAT_CRITICAL;
407 cfg->enc_status |= SES_ENCSTAT_CRITICAL;
422 cfg->enc_status |= SES_ENCSTAT_CRITICAL;
446 cfg->enc_status |= SES_ENCSTAT_CRITICAL;
615 cfg->enc_status |= SES_ENCSTAT_CRITICAL;
635 cfg->enc_status |= SES_ENCSTAT_CRITICAL;
687 cfg->slot_status |= SES_ENCSTAT_CRITICAL;
760 if (req->elm_stat[0] & (SES_ENCSTAT_CRITICAL|SES_ENCSTAT_UNRECOV))
H A Dscsi_ses.h2146 #define SES_ENCSTAT_CRITICAL 0x02 macro
/freebsd-11-stable/usr.sbin/sesutil/
H A Dsesutil.c582 if (estat & SES_ENCSTAT_CRITICAL) {

Completed in 108 milliseconds