Home
last modified time | relevance | path

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

/freebsd/sys/cam/ata/
H A Data_xpt.c190 static void ata_proto_debug_out(union ccb *ccb);
222 .debug_out = ata_proto_debug_out,
233 .debug_out = ata_proto_debug_out,
244 .debug_out = ata_proto_debug_out,
2198 ata_proto_debug_out(union ccb *ccb) in ata_proto_debug_out() function