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

  /external/strace/xlat/
sg_io_dxfer_direction.h 19 #if defined(SG_DXFER_FROM_DEV) || (defined(HAVE_DECL_SG_DXFER_FROM_DEV) && HAVE_DECL_SG_DXFER_FROM_DEV)
20 XLAT(SG_DXFER_FROM_DEV),
  /external/strace/
sg_io_v3.c 113 if (entering_sg_io->dxfer_direction == SG_DXFER_FROM_DEV) {
127 if (sg_io.dxfer_direction == SG_DXFER_FROM_DEV ||
133 if (sg_io.dxfer_direction == SG_DXFER_FROM_DEV) {
138 if (sg_io.dxfer_direction == SG_DXFER_FROM_DEV || din_len) {
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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
  /bionic/libc/kernel/android/scsi/
sg.h 61 #define SG_DXFER_FROM_DEV (- 3)
  /external/kernel-headers/original/scsi/
sg.h 75 #define SG_DXFER_FROM_DEV (-3) /* e.g. a SCSI READ command */
76 #define SG_DXFER_TO_FROM_DEV (-4) /* treated like SG_DXFER_FROM_DEV with the
  /external/fio/engines/
sg.c 219 hdr->dxfer_direction = SG_DXFER_FROM_DEV;
297 hdr->dxfer_direction = SG_DXFER_FROM_DEV;
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 840 io_hdr.dxfer_direction = SG_DXFER_FROM_DEV;
904 io_hdr.dxfer_direction = SG_DXFER_FROM_DEV;
    [all...]

Completed in 417 milliseconds