Home
last modified time | relevance | path

Searched refs:SG_SCSI_RESET (Results 1 – 8 of 8) sorted by relevance

/external/strace/tests-m32/
Dioctl_scsi.c95 TEST_NULL_ARG(SG_SCSI_RESET); in main()
126 ioctl(-1, SG_SCSI_RESET, pint); in main()
131 ioctl(-1, SG_SCSI_RESET, pint); in main()
136 ioctl(-1, SG_SCSI_RESET, pint); in main()
/external/strace/tests/
Dioctl_scsi.c95 TEST_NULL_ARG(SG_SCSI_RESET); in main()
126 ioctl(-1, SG_SCSI_RESET, pint); in main()
131 ioctl(-1, SG_SCSI_RESET, pint); in main()
136 ioctl(-1, SG_SCSI_RESET, pint); in main()
/external/strace/tests-mx32/
Dioctl_scsi.c95 TEST_NULL_ARG(SG_SCSI_RESET); in main()
126 ioctl(-1, SG_SCSI_RESET, pint); in main()
131 ioctl(-1, SG_SCSI_RESET, pint); in main()
136 ioctl(-1, SG_SCSI_RESET, pint); in main()
/external/strace/xlat/
Dscsi_sg_commands.h139 #if defined(SG_SCSI_RESET) || (defined(HAVE_DECL_SG_SCSI_RESET) && HAVE_DECL_SG_SCSI_RESET)
141 static_assert((SG_SCSI_RESET) == (0x2284), "SG_SCSI_RESET != 0x2284");
144 # define SG_SCSI_RESET 0x2284
Dscsi_sg_commands.in20 SG_SCSI_RESET 0x2284
/external/strace/
Dscsi.c119 case SG_SCSI_RESET: { in scsi_ioctl()
/external/kernel-headers/original/scsi/
Dsg.h197 #define SG_SCSI_RESET 0x2284 macro
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c175 #ifndef SG_SCSI_RESET
176 #define SG_SCSI_RESET 0x2284 macro
4238 res = ioctl(sg_fd, SG_SCSI_RESET, &k); in do_scsi_reset_devices()