HomeSort by relevance Sort by last modified time
    Searched refs:SG_DXFER_FROM_DEV (Results 1 - 5 of 5) sorted by null

  /external/strace/xlat/
sg_io_dxfer_direction.h 10 #if defined(SG_DXFER_FROM_DEV) || (defined(HAVE_DECL_SG_DXFER_FROM_DEV) && HAVE_DECL_SG_DXFER_FROM_DEV)
11 XLAT(SG_DXFER_FROM_DEV),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/scsi/
sg.h 74 #define SG_DXFER_FROM_DEV -3 /* e.g. a SCSI READ command */
75 #define SG_DXFER_TO_FROM_DEV -4 /* treated like SG_DXFER_FROM_DEV with the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/scsi/
sg.h 74 #define SG_DXFER_FROM_DEV -3 /* e.g. a SCSI READ command */
75 #define SG_DXFER_TO_FROM_DEV -4 /* treated like SG_DXFER_FROM_DEV with the
  /external/strace/
scsi.c 88 if (sg_io->dxfer_direction == SG_DXFER_FROM_DEV ||
  /external/fio/engines/
sg.c 218 hdr->dxfer_direction = SG_DXFER_FROM_DEV;
296 hdr->dxfer_direction = SG_DXFER_FROM_DEV;

Completed in 305 milliseconds