Searched refs:SG_GET_RESERVED_SIZE (Results 1 – 14 of 14) sorted by relevance
/external/strace/xlat/ |
D | scsi_sg_commands.h | 55 #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
|
D | scsi_sg_commands.in | 8 SG_GET_RESERVED_SIZE 0x2272
|
/external/strace/tests-m32/ |
D | ioctl_scsi.c | 83 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/ |
D | ioctl_scsi.c | 83 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/ |
D | ioctl_scsi.c | 83 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/ |
D | sg_amd64.const | 33 SG_GET_RESERVED_SIZE = 8818
|
D | sg_ppc64le.const | 33 SG_GET_RESERVED_SIZE = 8818
|
D | sg_386.const | 33 SG_GET_RESERVED_SIZE = 8818
|
D | sg_arm.const | 33 SG_GET_RESERVED_SIZE = 8818
|
D | sg_arm64.const | 33 SG_GET_RESERVED_SIZE = 8818
|
D | sg.txt | 25 ioctl$SG_GET_RESERVED_SIZE(fd fd_sg, cmd const[SG_GET_RESERVED_SIZE], arg ptr[out, int32])
|
/external/strace/ |
D | scsi.c | 159 case SG_GET_RESERVED_SIZE: in scsi_ioctl()
|
/external/kernel-headers/original/scsi/ |
D | sg.h | 142 #define SG_GET_RESERVED_SIZE 0x2272 /* actual size of reserved buffer */ macro
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 126 #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 …]
|