Home
last modified time | relevance | path

Searched refs:ENC_FLAG_SHUTDOWN (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/cam/scsi/
H A Dscsi_enc_internal.h142 #define ENC_FLAG_SHUTDOWN 0x04 macro
H A Dscsi_enc.c185 enc->enc_flags |= ENC_FLAG_SHUTDOWN; in enc_oninvalidate()
830 while ((enc->enc_flags & ENC_FLAG_SHUTDOWN) == 0) { in enc_daemon()