Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/camcontrol/
H A Depc.c383 (ident->support2 & ATA_SUPPORT_EPC) ? "" : "NOT ", in epc_getmode()
H A Dcamcontrol.c1417 if (parm->support2 & ATA_SUPPORT_AMAX_ADDR) { in ataama_print()
1663 parm->support2 & ATA_SUPPORT_WRITEREADVERIFY ? "yes" : "no", in atacapprint()
1665 if (parm->support2 & ATA_SUPPORT_WRITEREADVERIFY) { in atacapprint()
1677 parm->support2 & ATA_SUPPORT_FREEFALL ? "yes" : "no", in atacapprint()
1680 parm->support2 & ATA_SUPPORT_SENSE_REPORT ? "yes" : "no", in atacapprint()
1683 parm->support2 & ATA_SUPPORT_EPC ? "yes" : "no", in atacapprint()
1686 parm->support2 & ATA_SUPPORT_DSN ? "yes" : "no", in atacapprint()
2365 if (ident_buf->support2 & ATA_SUPPORT_AMAX_ADDR) { in ataidentify()
3058 if (ident_buf->support2 & ATA_SUPPORT_AMAX_ADDR) in ataama()
3068 if (!(ident_buf->support2 & ATA_SUPPORT_AMAX_ADDR)) { in ataama()
/freebsd-13.1/sys/sys/
H A Data.h243 /*119*/ u_int16_t support2; member
/freebsd-13.1/usr.sbin/bhyve/
H A Dpci_ahci.c1119 ata_ident->support2 = (ATA_SUPPORT_RWLOGDMAEXT | 1 << 14); in ata_identify_init()