Searched refs:SG_GET_TIMEOUT (Results 1 – 8 of 8) sorted by relevance
13 #if defined(SG_GET_TIMEOUT) || (defined(HAVE_DECL_SG_GET_TIMEOUT) && HAVE_DECL_SG_GET_TIMEOUT)15 static_assert((SG_GET_TIMEOUT) == (0x2202), "SG_GET_TIMEOUT != 0x2202");18 # define SG_GET_TIMEOUT 0x2202
2 SG_GET_TIMEOUT 0x2202
175 case SG_GET_TIMEOUT: in scsi_ioctl()
277 #define SG_GET_TIMEOUT 0x2202 /* yield timeout as _return_ value */ macro
76 TEST_NO_ARG(SG_GET_TIMEOUT); in main()
4615 if (ioctl(fd, SG_GET_TIMEOUT, 0) < 0) { in do_scsi_start_stop()4927 if (block_dev || (ioctl(sg_fd, SG_GET_TIMEOUT, 0) < 0)) { in do_scsi_read_write_buffer()6008 if (block_dev || (ioctl(fd, SG_GET_TIMEOUT, 0) < 0)) { in open_sg_dev()