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

  /external/strace/tests/
ioctl_scsi.c 94 TEST_NULL_ARG(SG_SCSI_RESET);
125 ioctl(-1, SG_SCSI_RESET, pint);
127 "SG_SCSI_RESET", *pint, "SG_SCSI_RESET");
130 ioctl(-1, SG_SCSI_RESET, pint);
132 " = -1 EBADF (%m)\n", "SG_SCSI_RESET");
135 ioctl(-1, SG_SCSI_RESET, pint);
137 "SG_SCSI_RESET");
  /external/strace/tests-m32/
ioctl_scsi.c 94 TEST_NULL_ARG(SG_SCSI_RESET);
125 ioctl(-1, SG_SCSI_RESET, pint);
127 "SG_SCSI_RESET", *pint, "SG_SCSI_RESET");
130 ioctl(-1, SG_SCSI_RESET, pint);
132 " = -1 EBADF (%m)\n", "SG_SCSI_RESET");
135 ioctl(-1, SG_SCSI_RESET, pint);
137 "SG_SCSI_RESET");
  /external/strace/tests-mx32/
ioctl_scsi.c 94 TEST_NULL_ARG(SG_SCSI_RESET);
125 ioctl(-1, SG_SCSI_RESET, pint);
127 "SG_SCSI_RESET", *pint, "SG_SCSI_RESET");
130 ioctl(-1, SG_SCSI_RESET, pint);
132 " = -1 EBADF (%m)\n", "SG_SCSI_RESET");
135 ioctl(-1, SG_SCSI_RESET, pint);
137 "SG_SCSI_RESET");
  /external/strace/xlat/
scsi_sg_commands.h 59 #if !(defined(SG_SCSI_RESET) || (defined(HAVE_DECL_SG_SCSI_RESET) && HAVE_DECL_SG_SCSI_RESET))
60 # define SG_SCSI_RESET 0x2284
  /external/strace/
scsi.c 36 #include "xlat/sg_scsi_reset.h"
119 case SG_SCSI_RESET: {
125 printxval(sg_scsi_reset,
129 printxval(sg_scsi_reset,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/scsi/
sg.h 170 #define SG_SCSI_RESET 0x2284
171 /* Associated values that can be given to SG_SCSI_RESET follow */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
sg.h 170 #define SG_SCSI_RESET 0x2284
171 /* Associated values that can be given to SG_SCSI_RESET follow */
  /bionic/libc/kernel/android/scsi/
sg.h 122 #define SG_SCSI_RESET 0x2284
  /external/kernel-headers/original/scsi/
sg.h 166 #define SG_SCSI_RESET 0x2284
167 /* Associated values that can be given to SG_SCSI_RESET follow.
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 175 #ifndef SG_SCSI_RESET
176 #define SG_SCSI_RESET 0x2284
    [all...]

Completed in 208 milliseconds