Home
last modified time | relevance | path

Searched refs:ATA_PROTO_ATAPI (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/cam/ata/
H A Data_all.c427 (ident_data->config & ATA_PROTO_ATAPI) ? "ATAPI" : "ATA"; in ata_print_ident()
463 (ident_data->config & ATA_PROTO_ATAPI) ? "ATAPI" : "ATA"; in ata_print_ident_sbuf()
/freebsd-12.1/sys/sys/
H A Data.h40 #define ATA_PROTO_ATAPI 0x8000 macro
/freebsd-12.1/sbin/camcontrol/
H A Dcamcontrol.c1472 (parm->config & ATA_PROTO_ATAPI) ? "ATAPI" : "ATA"; in atacapprint()