Home
last modified time | relevance | path

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

/third_party/eudev/src/ata_id/
Data_id.c70 .protocol = BSG_PROTOCOL_SCSI, in disk_scsi_inquiry_command()
151 .protocol = BSG_PROTOCOL_SCSI, in disk_identify_command()
227 .protocol = BSG_PROTOCOL_SCSI, in disk_identify_packet_device_command()
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux.c412 #ifdef BSG_PROTOCOL_SCSI in construct_scsi_pt_obj_with_fd()
413 ptp->io_hdr.protocol = BSG_PROTOCOL_SCSI; in construct_scsi_pt_obj_with_fd()
462 #ifdef BSG_PROTOCOL_SCSI in clear_scsi_pt_obj()
463 ptp->io_hdr.protocol = BSG_PROTOCOL_SCSI; in clear_scsi_pt_obj()
/third_party/f2fs-tools/tools/sg_write_buffer/include/
Dsg_pt_linux.h28 #define BSG_PROTOCOL_SCSI 0 macro
/third_party/eudev/src/scsi_id/
Dscsi_serial.c341 io_v4.protocol = BSG_PROTOCOL_SCSI; in scsi_inquiry()