Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Data.h170 #define ATA_SUPPORT_WRITECACHE 0x0020 macro
/freebsd/usr.sbin/bhyve/
H A Dpci_ahci.c1083 ata_ident->support.command1 = (ATA_SUPPORT_POWERMGT | ATA_SUPPORT_WRITECACHE | in ata_identify_init()
1088 ata_ident->enabled.command1 = (ATA_SUPPORT_POWERMGT | ATA_SUPPORT_WRITECACHE | in ata_identify_init()
/freebsd/sys/cam/ata/
H A Data_da.c1802 if (cgd->ident_data.support.command1 & ATA_SUPPORT_WRITECACHE) in adasetflags()
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c1700 parm->support.command1 & ATA_SUPPORT_WRITECACHE ? "yes" : "no", in atacapprint()
1701 parm->enabled.command1 & ATA_SUPPORT_WRITECACHE ? "yes" : "no"); in atacapprint()