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

  /external/strace/xlat/
scsi_sg_commands.h 8 #if !(defined(SG_EMULATED_HOST) || (defined(HAVE_DECL_SG_EMULATED_HOST) && HAVE_DECL_SG_EMULATED_HOST))
9 # define SG_EMULATED_HOST 0x2203
  /external/strace/tests/
ioctl_scsi.c 78 TEST_NULL_ARG(SG_EMULATED_HOST);
113 TEST_RETURNS_INT_BY_PTR(SG_EMULATED_HOST, pint);
  /external/strace/tests-m32/
ioctl_scsi.c 78 TEST_NULL_ARG(SG_EMULATED_HOST);
113 TEST_RETURNS_INT_BY_PTR(SG_EMULATED_HOST, pint);
  /external/strace/tests-mx32/
ioctl_scsi.c 78 TEST_NULL_ARG(SG_EMULATED_HOST);
113 TEST_RETURNS_INT_BY_PTR(SG_EMULATED_HOST, pint);
  /external/strace/
scsi.c 152 case SG_EMULATED_HOST:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
sg.h 136 #define SG_EMULATED_HOST 0x2203 /* true for emulated host adapter (ATAPI) */
  /bionic/libc/kernel/android/scsi/scsi/
sg.h 89 #define SG_EMULATED_HOST 0x2203
  /external/kernel-headers/original/scsi/
sg.h 133 #define SG_EMULATED_HOST 0x2203 /* true for emulated host adapter (ATAPI) */
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 718 #ifdef SG_EMULATED_HOST
719 res = ioctl(sg_fd, SG_EMULATED_HOST, &emul);
    [all...]

Completed in 232 milliseconds