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

  /external/strace/xlat/
scsi_sg_commands.h 53 #if !(defined(SG_GET_VERSION_NUM) || (defined(HAVE_DECL_SG_GET_VERSION_NUM) && HAVE_DECL_SG_GET_VERSION_NUM))
54 # define SG_GET_VERSION_NUM 0x2282
  /external/strace/tests/
ioctl_scsi.c 92 TEST_NULL_ARG(SG_GET_VERSION_NUM);
123 TEST_RETURNS_INT_BY_PTR(SG_GET_VERSION_NUM, pint);
  /external/strace/tests-m32/
ioctl_scsi.c 92 TEST_NULL_ARG(SG_GET_VERSION_NUM);
123 TEST_RETURNS_INT_BY_PTR(SG_GET_VERSION_NUM, pint);
  /external/strace/tests-mx32/
ioctl_scsi.c 92 TEST_NULL_ARG(SG_GET_VERSION_NUM);
123 TEST_RETURNS_INT_BY_PTR(SG_GET_VERSION_NUM, pint);
  /external/strace/
scsi.c 162 case SG_GET_VERSION_NUM:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
sg.h 167 #define SG_GET_VERSION_NUM 0x2282 /* Example: version 2.1.34 yields 20134 */
  /bionic/libc/kernel/android/scsi/scsi/
sg.h 101 #define SG_GET_VERSION_NUM 0x2282
  /external/kernel-headers/original/scsi/
sg.h 164 #define SG_GET_VERSION_NUM 0x2282 /* Example: version 2.1.34 yields 20134 */
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 765 if ((ioctl(sg_fd, SG_GET_VERSION_NUM, &f) >= 0) && (f >= 30000)) {
    [all...]
  /external/fio/engines/
sg.c 515 if (ioctl(f->fd, SG_GET_VERSION_NUM, &version) < 0) {

Completed in 1309 milliseconds