Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/camcontrol/
Depc.c383 (ident->support2 & ATA_SUPPORT_EPC) ? "" : "NOT ", in epc_getmode()
Dcamcontrol.c1436 if (parm->support2 & ATA_SUPPORT_AMAX_ADDR) { in ataama_print()
1682 parm->support2 & ATA_SUPPORT_WRITEREADVERIFY ? "yes" : "no", in atacapprint()
1684 if (parm->support2 & ATA_SUPPORT_WRITEREADVERIFY) { in atacapprint()
1696 parm->support2 & ATA_SUPPORT_FREEFALL ? "yes" : "no", in atacapprint()
1699 parm->support2 & ATA_SUPPORT_SENSE_REPORT ? "yes" : "no", in atacapprint()
1702 parm->support2 & ATA_SUPPORT_EPC ? "yes" : "no", in atacapprint()
1705 parm->support2 & ATA_SUPPORT_DSN ? "yes" : "no", in atacapprint()
2384 if (ident_buf->support2 & ATA_SUPPORT_AMAX_ADDR) { in ataidentify()
3079 if (ident_buf->support2 & ATA_SUPPORT_AMAX_ADDR) in ataama()
3089 if (!(ident_buf->support2 & ATA_SUPPORT_AMAX_ADDR)) { in ataama()
/freebsd-12-stable/sys/sys/
Data.h243 /*119*/ u_int16_t support2; member
/freebsd-12-stable/usr.sbin/bhyve/
Dpci_ahci.c1113 ata_ident->support2 = (ATA_SUPPORT_RWLOGDMAEXT | 1 << 14); in ata_identify_init()