Home
last modified time | relevance | path

Searched refs:SG_SCSI_RESET (Results 1 – 14 of 14) 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-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/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/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/syzkaller/sys/linux/
Dsg_amd64.const44 SG_SCSI_RESET = 8836
Dsg_ppc64le.const44 SG_SCSI_RESET = 8836
Dsg_386.const44 SG_SCSI_RESET = 8836
Dsg_arm.const44 SG_SCSI_RESET = 8836
Dsg_arm64.const44 SG_SCSI_RESET = 8836
Dsg.txt35 ioctl$SG_SCSI_RESET(fd fd_sg, cmd const[SG_SCSI_RESET], arg const[0])
/external/strace/
Dscsi.c119 case SG_SCSI_RESET: { in scsi_ioctl()
/external/kernel-headers/original/scsi/
Dsg.h167 #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()