Home
last modified time | relevance | path

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

/external/strace/xlat/
Dscsi_sg_commands.h55 #if defined(SG_GET_RESERVED_SIZE) || (defined(HAVE_DECL_SG_GET_RESERVED_SIZE) && HAVE_DECL_SG_GET_R…
57 static_assert((SG_GET_RESERVED_SIZE) == (0x2272), "SG_GET_RESERVED_SIZE != 0x2272");
60 # define SG_GET_RESERVED_SIZE 0x2272
Dscsi_sg_commands.in8 SG_GET_RESERVED_SIZE 0x2272
/external/strace/tests-m32/
Dioctl_scsi.c83 TEST_NULL_ARG(SG_GET_RESERVED_SIZE); in main()
121 TEST_RETURNS_INT_BY_PTR(SG_GET_RESERVED_SIZE, pint); in main()
/external/strace/tests-mx32/
Dioctl_scsi.c83 TEST_NULL_ARG(SG_GET_RESERVED_SIZE); in main()
121 TEST_RETURNS_INT_BY_PTR(SG_GET_RESERVED_SIZE, pint); in main()
/external/strace/tests/
Dioctl_scsi.c83 TEST_NULL_ARG(SG_GET_RESERVED_SIZE); in main()
121 TEST_RETURNS_INT_BY_PTR(SG_GET_RESERVED_SIZE, pint); in main()
/external/syzkaller/sys/linux/
Dsg_amd64.const33 SG_GET_RESERVED_SIZE = 8818
Dsg_ppc64le.const33 SG_GET_RESERVED_SIZE = 8818
Dsg_386.const33 SG_GET_RESERVED_SIZE = 8818
Dsg_arm.const33 SG_GET_RESERVED_SIZE = 8818
Dsg_arm64.const33 SG_GET_RESERVED_SIZE = 8818
Dsg.txt25 ioctl$SG_GET_RESERVED_SIZE(fd fd_sg, cmd const[SG_GET_RESERVED_SIZE], arg ptr[out, int32])
/external/strace/
Dscsi.c159 case SG_GET_RESERVED_SIZE: in scsi_ioctl()
/external/kernel-headers/original/scsi/
Dsg.h142 #define SG_GET_RESERVED_SIZE 0x2272 /* actual size of reserved buffer */ macro
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c126 #ifdef SG_GET_RESERVED_SIZE
739 #ifdef SG_GET_RESERVED_SIZE in run_sg_scan_tests()
798 #ifdef SG_GET_RESERVED_SIZE in run_sg_scan_tests()
2494 if (ioctl(infd, SG_GET_RESERVED_SIZE, &buf_sz) < in do_scsi_device_read_write()
2550 if (ioctl(outfd, SG_GET_RESERVED_SIZE, &buf_sz) in do_scsi_device_read_write()
4647 #ifndef SG_GET_RESERVED_SIZE in find_out_about_buffer()
4684 #ifdef SG_GET_RESERVED_SIZE in find_out_about_buffer()
5050 #ifndef SG_GET_RESERVED_SIZE in do_sg_io()
5074 #ifdef SG_GET_RESERVED_SIZE in do_sg_io()
6067 #ifdef SG_GET_RESERVED_SIZE in open_sg_dev()
[all …]