Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Data.h171 #define ATA_SUPPORT_LOOKAHEAD 0x0040 macro
/freebsd/usr.sbin/bhyve/
H A Dpci_ahci.c1084 ATA_SUPPORT_LOOKAHEAD | ATA_SUPPORT_NOP); in ata_identify_init()
1089 ATA_SUPPORT_LOOKAHEAD | ATA_SUPPORT_NOP); in ata_identify_init()
/freebsd/sys/cam/ata/
H A Data_da.c1797 if (cgd->ident_data.support.command1 & ATA_SUPPORT_LOOKAHEAD) in adasetflags()
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c1697 parm->support.command1 & ATA_SUPPORT_LOOKAHEAD ? "yes" : "no", in atacapprint()
1698 parm->enabled.command1 & ATA_SUPPORT_LOOKAHEAD ? "yes" : "no"); in atacapprint()