Home
last modified time | relevance | path

Searched refs:SG_FLAG_UNUSED_LUN_INHIBIT (Results 1 – 3 of 3) 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/kernel-headers/original/scsi/
Dsg.h85 #define SG_FLAG_UNUSED_LUN_INHIBIT 2 /* default is overwrite lun in SCSI */ macro