Searched refs:SG_SCSI_RESET (Results 1 – 14 of 14) sorted by relevance
/external/strace/tests-m32/ |
D | ioctl_scsi.c | 95 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/ |
D | ioctl_scsi.c | 95 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/ |
D | ioctl_scsi.c | 95 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/ |
D | scsi_sg_commands.h | 139 #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
|
D | scsi_sg_commands.in | 20 SG_SCSI_RESET 0x2284
|
/external/syzkaller/sys/linux/ |
D | sg_amd64.const | 44 SG_SCSI_RESET = 8836
|
D | sg_ppc64le.const | 44 SG_SCSI_RESET = 8836
|
D | sg_386.const | 44 SG_SCSI_RESET = 8836
|
D | sg_arm.const | 44 SG_SCSI_RESET = 8836
|
D | sg_arm64.const | 44 SG_SCSI_RESET = 8836
|
D | sg.txt | 35 ioctl$SG_SCSI_RESET(fd fd_sg, cmd const[SG_SCSI_RESET], arg const[0])
|
/external/strace/ |
D | scsi.c | 119 case SG_SCSI_RESET: { in scsi_ioctl()
|
/external/kernel-headers/original/scsi/ |
D | sg.h | 167 #define SG_SCSI_RESET 0x2284 macro
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 175 #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()
|