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

  /external/strace/xlat/
scsi_sg_commands.h 29 #if !(defined(SG_GET_SCSI_ID) || (defined(HAVE_DECL_SG_GET_SCSI_ID) && HAVE_DECL_SG_GET_SCSI_ID))
30 # define SG_GET_SCSI_ID 0x2276
  /external/strace/
scsi.c 111 case SG_GET_SCSI_ID:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/scsi/
sg.h 100 SG_GET_SCSI_ID ioctl (). */
148 #define SG_GET_SCSI_ID 0x2276 /* Yields fd's bus, chan, dev, lun + type */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
sg.h 100 SG_GET_SCSI_ID ioctl (). */
148 #define SG_GET_SCSI_ID 0x2276 /* Yields fd's bus, chan, dev, lun + type */
  /bionic/libc/kernel/android/scsi/
sg.h 112 #define SG_GET_SCSI_ID 0x2276
  /external/kernel-headers/original/scsi/
sg.h 104 typedef struct sg_scsi_id { /* used by SG_GET_SCSI_ID ioctl() */
144 #define SG_GET_SCSI_ID 0x2276 /* Yields fd's bus, chan, dev, lun + type */
  /external/strace/tests/
ioctl_scsi.c 84 TEST_NULL_ARG(SG_GET_SCSI_ID);
  /external/strace/tests-m32/
ioctl_scsi.c 84 TEST_NULL_ARG(SG_GET_SCSI_ID);
  /external/strace/tests-mx32/
ioctl_scsi.c 84 TEST_NULL_ARG(SG_GET_SCSI_ID);
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 743 res = ioctl(sg_fd, SG_GET_SCSI_ID, &m_id);
    [all...]

Completed in 752 milliseconds