Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Data.h261 #define ATA_SECURITY_LEVEL 0x0100 /* 0: high, 1: maximum */ macro
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c2825 parm->security_status & ATA_SECURITY_LEVEL ? "maximum" : "high"); in atasecurity_print()