Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Data.h41 #define ATA_PROTO_CFA 0x848a macro
/freebsd-10-stable/sys/cam/ata/
Data_xpt.c1657 (ident_buf->config == ATA_PROTO_CFA) ? 0 : in ata_device_transport()
1663 (ident_buf->config == ATA_PROTO_CFA) ? 0 : in ata_device_transport()
1779 (device->ident_data.config == ATA_PROTO_CFA) ? 0 : in ata_action()
Data_all.c338 proto = (ident_data->config == ATA_PROTO_CFA) ? "CFA" : in ata_print_ident()
/freebsd-10-stable/sbin/camcontrol/
Dcamcontrol.c1306 if (parm->config == ATA_PROTO_CFA || in atacapprint()