Home
last modified time | relevance | path

Searched refs:SES_ENCSTAT_UNRECOV (Results 1 – 6 of 6) sorted by relevance

/freebsd/share/examples/ses/srcs/
H A Dchpmon.c47 (SES_ENCSTAT_UNRECOV|SES_ENCSTAT_CRITICAL|SES_ENCSTAT_NONCRITICAL)
106 if (stat & SES_ENCSTAT_UNRECOV) in main()
H A Dsesd.c47 #define ALLSTAT (SES_ENCSTAT_UNRECOV | SES_ENCSTAT_CRITICAL | \
168 if (stat & SES_ENCSTAT_UNRECOV) { in main()
H A Dgetencstat.c126 if (estat & SES_ENCSTAT_UNRECOV) { in main()
/freebsd/sys/cam/scsi/
H A Dscsi_enc_safte.c56 #define ALL_ENC_STAT (SES_ENCSTAT_CRITICAL | SES_ENCSTAT_UNRECOV | \
759 if (req->elm_stat[0] & (SES_ENCSTAT_CRITICAL|SES_ENCSTAT_UNRECOV)) in safte_fill_control_request()
H A Dscsi_ses.h2189 #define SES_ENCSTAT_UNRECOV 0x01 macro
/freebsd/usr.sbin/sesutil/
H A Dsesutil.c951 if (estat & SES_ENCSTAT_UNRECOV) { in encstatus()