Home
last modified time | relevance | path

Searched refs:SG_EMULATED_HOST (Results 1 – 14 of 14) sorted by relevance

/external/strace/xlat/
Dscsi_sg_commands.h20 #if defined(SG_EMULATED_HOST) || (defined(HAVE_DECL_SG_EMULATED_HOST) && HAVE_DECL_SG_EMULATED_HOST)
22 static_assert((SG_EMULATED_HOST) == (0x2203), "SG_EMULATED_HOST != 0x2203");
25 # define SG_EMULATED_HOST 0x2203
Dscsi_sg_commands.in3 SG_EMULATED_HOST 0x2203
/external/strace/tests-m32/
Dioctl_scsi.c79 TEST_NULL_ARG(SG_EMULATED_HOST); in main()
114 TEST_RETURNS_INT_BY_PTR(SG_EMULATED_HOST, pint); in main()
/external/strace/tests-mx32/
Dioctl_scsi.c79 TEST_NULL_ARG(SG_EMULATED_HOST); in main()
114 TEST_RETURNS_INT_BY_PTR(SG_EMULATED_HOST, pint); in main()
/external/strace/tests/
Dioctl_scsi.c79 TEST_NULL_ARG(SG_EMULATED_HOST); in main()
114 TEST_RETURNS_INT_BY_PTR(SG_EMULATED_HOST, pint); in main()
/external/syzkaller/sys/linux/
Dsg_amd64.const19 SG_EMULATED_HOST = 8707
Dsg_ppc64le.const19 SG_EMULATED_HOST = 8707
Dsg_386.const19 SG_EMULATED_HOST = 8707
Dsg_arm.const19 SG_EMULATED_HOST = 8707
Dsg_arm64.const19 SG_EMULATED_HOST = 8707
Dsg.txt30 ioctl$SG_EMULATED_HOST(fd fd_sg, cmd const[SG_EMULATED_HOST], arg ptr[out, int32])
/external/strace/
Dscsi.c152 case SG_EMULATED_HOST: in scsi_ioctl()
/external/kernel-headers/original/scsi/
Dsg.h133 #define SG_EMULATED_HOST 0x2203 /* true for emulated host adapter (ATAPI) */ macro
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c718 #ifdef SG_EMULATED_HOST in run_sg_scan_tests()
719 res = ioctl(sg_fd, SG_EMULATED_HOST, &emul); in run_sg_scan_tests()