Home
last modified time | relevance | path

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

/freebsd/sbin/camcontrol/
H A Depc.c377 (ident->support.command2 & ATA_SUPPORT_APM) ? "" : "NOT ", in epc_getmode()
378 (ident->enabled.command2 & ATA_SUPPORT_APM) ? "" : "NOT "); in epc_getmode()
H A Dcamcontrol.c1740 parm->support.command2 & ATA_SUPPORT_APM ? "yes" : "no", in atacapprint()
1741 parm->enabled.command2 & ATA_SUPPORT_APM ? "yes" : "no"); in atacapprint()
1742 if (parm->support.command2 & ATA_SUPPORT_APM) { in atacapprint()
/freebsd/sys/sys/
H A Data.h184 #define ATA_SUPPORT_APM 0x0008 macro