Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Data.h188 #define ATA_SUPPORT_MAXSECURITY 0x0100 macro
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c1492 if (parm->support.command2 & ATA_SUPPORT_MAXSECURITY) in atahpa_print()
1494 ATA_SUPPORT_MAXSECURITY) ? "yes" : "no "); in atahpa_print()
3003 if (security && !(ident_buf->support.command2 & ATA_SUPPORT_MAXSECURITY)) { in atahpa()