Searched refs:ATA_SUPPORT_FLUSHCACHE (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/dev/ata/
H A Data-disk.c141 if (atadev->param.support.command2 & ATA_SUPPORT_FLUSHCACHE)
203 if (atadev->param.support.command2 & ATA_SUPPORT_FLUSHCACHE)
377 if (atadev->param.support.command2 & ATA_SUPPORT_FLUSHCACHE)
H A Datapi-fd.c140 if (atadev->param.support.command2 & ATA_SUPPORT_FLUSHCACHE)
H A Datapi-tape.c181 if (atadev->param.support.command2 & ATA_SUPPORT_FLUSHCACHE)
H A Datapi-cd.c151 if (atadev->param.support.command2 & ATA_SUPPORT_FLUSHCACHE)
H A Data-raid.c162 if (atadev->param.support.command2 & ATA_SUPPORT_FLUSHCACHE)
/freebsd-9.3-release/sys/sys/
H A Data.h176 #define ATA_SUPPORT_FLUSHCACHE 0x1000 macro
/freebsd-9.3-release/sys/cam/ata/
H A Data_da.c1178 if (cgd->ident_data.support.command2 & ATA_SUPPORT_FLUSHCACHE)
/freebsd-9.3-release/sbin/camcontrol/
H A Dcamcontrol.c1348 parm->support.command2 & ATA_SUPPORT_FLUSHCACHE ? "yes" : "no",
1349 parm->enabled.command2 & ATA_SUPPORT_FLUSHCACHE ? "yes" : "no");

Completed in 212 milliseconds