Home
last modified time | relevance | path

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

/freebsd/sbin/camcontrol/
H A Depc.c380 (ident->support2 & ATA_SUPPORT_EPC) ? "" : "NOT ", in epc_getmode()
H A Dcamcontrol.c1520 if (parm->support2 & ATA_SUPPORT_AMAX_ADDR) { in ataama_print()
1766 parm->support2 & ATA_SUPPORT_WRITEREADVERIFY ? "yes" : "no", in atacapprint()
1768 if (parm->support2 & ATA_SUPPORT_WRITEREADVERIFY) { in atacapprint()
1780 parm->support2 & ATA_SUPPORT_FREEFALL ? "yes" : "no", in atacapprint()
1783 parm->support2 & ATA_SUPPORT_SENSE_REPORT ? "yes" : "no", in atacapprint()
1786 parm->support2 & ATA_SUPPORT_EPC ? "yes" : "no", in atacapprint()
1789 parm->support2 & ATA_SUPPORT_DSN ? "yes" : "no", in atacapprint()
2468 if (ident_buf->support2 & ATA_SUPPORT_AMAX_ADDR) { in ataidentify()
3157 if (ident_buf->support2 & ATA_SUPPORT_AMAX_ADDR) in ataama()
3167 if (!(ident_buf->support2 in ataama()
[all...]
/freebsd/sys/sys/
H A Data.h241 /*119*/ u_int16_t support2; member
/freebsd/usr.sbin/bhyve/
H A Dpci_ahci.c1168 ata_ident->support2 = (ATA_SUPPORT_RWLOGDMAEXT | 1 << 14); in ata_identify_init()