Searched refs:SG_SET_TIMEOUT (Results 1 – 13 of 13) sorted by relevance
6 #if defined(SG_SET_TIMEOUT) || (defined(HAVE_DECL_SG_SET_TIMEOUT) && HAVE_DECL_SG_SET_TIMEOUT)8 static_assert((SG_SET_TIMEOUT) == (0x2201), "SG_SET_TIMEOUT != 0x2201");11 # define SG_SET_TIMEOUT 0x2201
1 SG_SET_TIMEOUT 0x2201
78 TEST_NULL_ARG(SG_SET_TIMEOUT); in main()112 TEST_TAKES_INT_BY_PTR(SG_SET_TIMEOUT, pint); in main()
50 SG_SET_TIMEOUT = 8705
16 ioctl$SG_SET_TIMEOUT(fd fd_sg, cmd const[SG_SET_TIMEOUT], arg ptr[in, int32])
146 case SG_SET_TIMEOUT: in scsi_ioctl()
246 #define SG_SET_TIMEOUT 0x2201 /* unit: jiffies (10ms on i386) */ macro