Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/camcontrol/
H A Depc.c380 (ident->support2 & ATA_SUPPORT_EPC) ? "" : "NOT ", in epc_getmode()
H A Dcamcontrol.c1518 if (parm->support2 & ATA_SUPPORT_AMAX_ADDR) { in ataama_print()
1764 parm->support2 & ATA_SUPPORT_WRITEREADVERIFY ? "yes" : "no", in atacapprint()
1766 if (parm->support2 & ATA_SUPPORT_WRITEREADVERIFY) { in atacapprint()
1778 parm->support2 & ATA_SUPPORT_FREEFALL ? "yes" : "no", in atacapprint()
1781 parm->support2 & ATA_SUPPORT_SENSE_REPORT ? "yes" : "no", in atacapprint()
1784 parm->support2 & ATA_SUPPORT_EPC ? "yes" : "no", in atacapprint()
1787 parm->support2 & ATA_SUPPORT_DSN ? "yes" : "no", in atacapprint()
2466 if (ident_buf->support2 & ATA_SUPPORT_AMAX_ADDR) { in ataidentify()
3155 if (ident_buf->support2 & ATA_SUPPORT_AMAX_ADDR) in ataama()
3165 if (!(ident_buf->support2 & ATA_SUPPORT_AMAX_ADDR)) { in ataama()
/freebsd-14.2/sys/sys/
H A Data.h241 /*119*/ u_int16_t support2; member
/freebsd-14.2/usr.sbin/bhyve/
H A Dpci_ahci.c1169 ata_ident->support2 = (ATA_SUPPORT_RWLOGDMAEXT | 1 << 14); in ata_identify_init()