Home
last modified time | relevance | path

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

/freebsd-head/share/examples/ses/srcs/
HDsesd.c48 SES_ENCSTAT_NONCRITICAL | SES_ENCSTAT_INFO)
156 if (stat & SES_ENCSTAT_INFO) { in main()
HDgetencstat.c114 if (estat & SES_ENCSTAT_INFO) { in main()
/freebsd-head/sys/cam/scsi/
HDscsi_enc_safte.c57 SES_ENCSTAT_NONCRITICAL | SES_ENCSTAT_INFO)
428 cfg->enc_status |= SES_ENCSTAT_INFO; in safte_process_status()
460 cfg->enc_status |= SES_ENCSTAT_INFO; in safte_process_status()
477 cfg->enc_status |= SES_ENCSTAT_INFO; in safte_process_status()
489 cfg->enc_status |= SES_ENCSTAT_INFO; in safte_process_status()
535 cfg->enc_status |= SES_ENCSTAT_INFO; in safte_process_status()
HDscsi_ses.h2192 #define SES_ENCSTAT_INFO 0x08 macro
/freebsd-head/usr.sbin/sesutil/
HDsesutil.c934 if (estat & SES_ENCSTAT_INFO) { in encstatus()