Home
last modified time | relevance | path

Searched refs:SF_PRINT_ALWAYS (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/cam/
H A Dcam.h129 SF_PRINT_ALWAYS = 0x08, /* Always print error status. */ enumerator
H A Dcam_periph.c2017 if ((sense_flags & SF_PRINT_ALWAYS) || in cam_periph_error()
/freebsd/sys/cam/scsi/
H A Dscsi_all.c3570 if ((sense_flags & SF_PRINT_ALWAYS) != 0) in scsi_error_action()