Home
last modified time | relevance | path

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

/external/strace/xlat/
Dbsg_protocol.h17 #if defined(BSG_PROTOCOL_SCSI) || (defined(HAVE_DECL_BSG_PROTOCOL_SCSI) && HAVE_DECL_BSG_PROTOCOL_S…
18 XLAT(BSG_PROTOCOL_SCSI),
Dbsg_protocol.in1 BSG_PROTOCOL_SCSI
/external/kernel-headers/original/uapi/linux/
Dbsg.h7 #define BSG_PROTOCOL_SCSI 0 macro
/external/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()
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_pt_linux.h28 #define BSG_PROTOCOL_SCSI 0 macro