Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Data.h192 #define ATA_SUPPORT_FLUSHCACHE 0x1000 macro
/freebsd/usr.sbin/bhyve/
H A Dpci_ahci.c1085 ata_ident->support.command2 = (ATA_SUPPORT_ADDRESS48 | ATA_SUPPORT_FLUSHCACHE | in ata_identify_init()
1090 ata_ident->enabled.command2 = (ATA_SUPPORT_ADDRESS48 | ATA_SUPPORT_FLUSHCACHE | in ata_identify_init()
/freebsd/sys/cam/ata/
H A Data_da.c1726 if (cgd->ident_data.support.command2 & ATA_SUPPORT_FLUSHCACHE) in adasetflags()
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c1703 parm->support.command2 & ATA_SUPPORT_FLUSHCACHE ? "yes" : "no", in atacapprint()
1704 parm->enabled.command2 & ATA_SUPPORT_FLUSHCACHE ? "yes" : "no"); in atacapprint()