Searched refs:SG_GET_TIMEOUT (Results 1 – 14 of 14) 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
36 SG_GET_TIMEOUT = 8706
17 ioctl$SG_GET_TIMEOUT(fd fd_sg, cmd const[SG_GET_TIMEOUT], arg const[0])
175 case SG_GET_TIMEOUT: in scsi_ioctl()
247 #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()