Home
last modified time | relevance | path

Searched refs:SG_GET_TRANSFORM (Results 1 – 7 of 7) sorted by relevance

/external/strace/xlat/
Dscsi_sg_commands.h34 #if defined(SG_GET_TRANSFORM) || (defined(HAVE_DECL_SG_GET_TRANSFORM) && HAVE_DECL_SG_GET_TRANSFORM)
36 static_assert((SG_GET_TRANSFORM) == (0x2205), "SG_GET_TRANSFORM != 0x2205");
39 # define SG_GET_TRANSFORM 0x2205
Dscsi_sg_commands.in5 SG_GET_TRANSFORM 0x2205
/external/strace/tests-m32/
Dioctl_scsi.c80 TEST_NULL_ARG(SG_GET_TRANSFORM); in main()
123 TEST_RETURNS_INT_BY_PTR(SG_GET_TRANSFORM, pint); in main()
/external/strace/tests-mx32/
Dioctl_scsi.c80 TEST_NULL_ARG(SG_GET_TRANSFORM); in main()
123 TEST_RETURNS_INT_BY_PTR(SG_GET_TRANSFORM, pint); in main()
/external/strace/tests/
Dioctl_scsi.c80 TEST_NULL_ARG(SG_GET_TRANSFORM); in main()
123 TEST_RETURNS_INT_BY_PTR(SG_GET_TRANSFORM, pint); in main()
/external/strace/
Dscsi.c161 case SG_GET_TRANSFORM: in scsi_ioctl()
/external/kernel-headers/original/scsi/
Dsg.h139 #define SG_GET_TRANSFORM 0x2205 macro