Home
last modified time | relevance | path

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

/freebsd/share/examples/ses/srcs/
H A Dsesd.c48 SES_ENCSTAT_NONCRITICAL | SES_ENCSTAT_INFO)
156 if (stat & SES_ENCSTAT_INFO) { in main()
H A Dgetencstat.c114 if (estat & SES_ENCSTAT_INFO) { in main()
/freebsd/sys/cam/scsi/
H A Dscsi_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()
H A Dscsi_ses.h2192 #define SES_ENCSTAT_INFO 0x08 macro
/freebsd/usr.sbin/sesutil/
H A Dsesutil.c934 if (estat & SES_ENCSTAT_INFO) { in encstatus()