Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsg_io_flags.h34 #if defined(SG_FLAG_Q_AT_TAIL) || (defined(HAVE_DECL_SG_FLAG_Q_AT_TAIL) && HAVE_DECL_SG_FLAG_Q_AT_T…
36 static_assert((SG_FLAG_Q_AT_TAIL) == (0x10), "SG_FLAG_Q_AT_TAIL != 0x10");
39 # define SG_FLAG_Q_AT_TAIL 0x10
65 XLAT(SG_FLAG_Q_AT_TAIL),
Dsg_io_flags.in5 SG_FLAG_Q_AT_TAIL 0x10
/external/kernel-headers/original/scsi/
Dsg.h91 #define SG_FLAG_Q_AT_TAIL 0x10 macro
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux.c630 #ifndef SG_FLAG_Q_AT_TAIL
631 #define SG_FLAG_Q_AT_TAIL 0x10 macro
863 v3_hdr.flags |= SG_FLAG_Q_AT_TAIL; in do_scsi_pt_v3()