Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/sys/
HData.h166 #define ATA_SUPPORT_SECURITY 0x0002 macro
/freebsd-13-stable/sbin/camcontrol/
HDcamcontrol.c1741 parm->support.command1 & ATA_SUPPORT_SECURITY ? "yes" : "no", in atacapprint()
1742 parm->enabled.command1 & ATA_SUPPORT_SECURITY ? "yes" : "no"); in atacapprint()
3369 if ((ident_buf->support.command1 & ATA_SUPPORT_SECURITY) == 0) { in atasecurity()