Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsg_io_flags.h13 #if defined(SG_FLAG_UNUSED_LUN_INHIBIT) || (defined(HAVE_DECL_SG_FLAG_UNUSED_LUN_INHIBIT) && HAVE_D…
15 static_assert((SG_FLAG_UNUSED_LUN_INHIBIT) == (2), "SG_FLAG_UNUSED_LUN_INHIBIT != 2");
18 # define SG_FLAG_UNUSED_LUN_INHIBIT 2
62 XLAT(SG_FLAG_UNUSED_LUN_INHIBIT),
Dsg_io_flags.in2 SG_FLAG_UNUSED_LUN_INHIBIT 2
/external/syzkaller/sys/linux/
Dsg_amd64.const25 SG_FLAG_UNUSED_LUN_INHIBIT = 2
Dsg_ppc64le.const25 SG_FLAG_UNUSED_LUN_INHIBIT = 2
Dsg_386.const25 SG_FLAG_UNUSED_LUN_INHIBIT = 2
Dsg_arm.const25 SG_FLAG_UNUSED_LUN_INHIBIT = 2
Dsg_arm64.const25 SG_FLAG_UNUSED_LUN_INHIBIT = 2
Dsg.txt112 sg_flags = SG_FLAG_DIRECT_IO, SG_FLAG_UNUSED_LUN_INHIBIT, SG_FLAG_MMAP_IO, SG_FLAG_NO_DXFER, SG_FLA…
/external/kernel-headers/original/scsi/
Dsg.h85 #define SG_FLAG_UNUSED_LUN_INHIBIT 2 /* default is overwrite lun in SCSI */ macro