Home
last modified time | relevance | path

Searched refs:ATA_SUPPORT_FLUSHCACHE (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/sys/
Data.h194 #define ATA_SUPPORT_FLUSHCACHE 0x1000 macro
/freebsd-12-stable/usr.sbin/bhyve/
Dpci_ahci.c1080 ata_ident->support.command2 = (ATA_SUPPORT_ADDRESS48 | ATA_SUPPORT_FLUSHCACHE | in ata_identify_init()
1085 ata_ident->enabled.command2 = (ATA_SUPPORT_ADDRESS48 | ATA_SUPPORT_FLUSHCACHE | in ata_identify_init()
/freebsd-12-stable/sys/cam/ata/
Data_da.c1624 if (cgd->ident_data.support.command2 & ATA_SUPPORT_FLUSHCACHE) in adasetflags()
/freebsd-12-stable/sbin/camcontrol/
Dcamcontrol.c1620 parm->support.command2 & ATA_SUPPORT_FLUSHCACHE ? "yes" : "no", in atacapprint()
1621 parm->enabled.command2 & ATA_SUPPORT_FLUSHCACHE ? "yes" : "no"); in atacapprint()