Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/sys/
HData.h170 #define ATA_SUPPORT_WRITECACHE 0x0020 macro
/freebsd-13-stable/usr.sbin/bhyve/
HDpci_ahci.c1133 ata_ident->support.command1 = (ATA_SUPPORT_POWERMGT | ATA_SUPPORT_WRITECACHE | in ata_identify_init()
1138 ata_ident->enabled.command1 = (ATA_SUPPORT_POWERMGT | ATA_SUPPORT_WRITECACHE | in ata_identify_init()
/freebsd-13-stable/sys/cam/ata/
HData_da.c1799 if (cgd->ident_data.support.command1 & ATA_SUPPORT_WRITECACHE) in adasetflags()
/freebsd-13-stable/sbin/camcontrol/
HDcamcontrol.c1710 parm->support.command1 & ATA_SUPPORT_WRITECACHE ? "yes" : "no", in atacapprint()
1711 parm->enabled.command1 & ATA_SUPPORT_WRITECACHE ? "yes" : "no"); in atacapprint()