Home
last modified time | relevance | path

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

/trueos/share/examples/ses/srcs/
HDchpmon.c48 (SES_ENCSTAT_UNRECOV|SES_ENCSTAT_CRITICAL|SES_ENCSTAT_NONCRITICAL)
107 if (stat & SES_ENCSTAT_UNRECOV) in main()
HDsesd.c48 #define ALLSTAT (SES_ENCSTAT_UNRECOV | SES_ENCSTAT_CRITICAL | \
169 if (stat & SES_ENCSTAT_UNRECOV) { in main()
HDgetencstat.c127 if (estat & SES_ENCSTAT_UNRECOV) { in main()
/trueos/sys/cam/scsi/
HDscsi_enc_safte.c57 #define ALL_ENC_STAT (SES_ENCSTAT_CRITICAL | SES_ENCSTAT_UNRECOV | \
765 if (req->elm_stat[0] & (SES_ENCSTAT_CRITICAL|SES_ENCSTAT_UNRECOV)) in safte_fill_control_request()
HDscsi_ses.h2145 #define SES_ENCSTAT_UNRECOV 0x01 macro