Searched refs:SG_SET_TRANSFORM (Results 1 – 7 of 7) sorted by relevance
27 #if defined(SG_SET_TRANSFORM) || (defined(HAVE_DECL_SG_SET_TRANSFORM) && HAVE_DECL_SG_SET_TRANSFORM)29 static_assert((SG_SET_TRANSFORM) == (0x2204), "SG_SET_TRANSFORM != 0x2204");32 # define SG_SET_TRANSFORM 0x2204
4 SG_SET_TRANSFORM 0x2204
102 TEST_TAKES_INT_BY_VAL(SG_SET_TRANSFORM, 0); in main()103 TEST_TAKES_INT_BY_VAL(SG_SET_TRANSFORM, *pint); in main()
170 case SG_SET_TRANSFORM: in scsi_ioctl()
137 #define SG_SET_TRANSFORM 0x2204 /* N.B. 3rd arg is not pointer but value: */ macro