Searched refs:SG_SET_RESERVED_SIZE (Results 1 – 8 of 8) sorted by relevance
/external/strace/xlat/ |
D | scsi_sg_commands.h | 62 #if defined(SG_SET_RESERVED_SIZE) || (defined(HAVE_DECL_SG_SET_RESERVED_SIZE) && HAVE_DECL_SG_SET_R… 64 static_assert((SG_SET_RESERVED_SIZE) == (0x2275), "SG_SET_RESERVED_SIZE != 0x2275"); 67 # define SG_SET_RESERVED_SIZE 0x2275
|
D | scsi_sg_commands.in | 9 SG_SET_RESERVED_SIZE 0x2275
|
/external/strace/tests-m32/ |
D | ioctl_scsi.c | 84 TEST_NULL_ARG(SG_SET_RESERVED_SIZE); in main() 111 TEST_TAKES_INT_BY_PTR(SG_SET_RESERVED_SIZE, pint); in main()
|
/external/strace/tests/ |
D | ioctl_scsi.c | 84 TEST_NULL_ARG(SG_SET_RESERVED_SIZE); in main() 111 TEST_TAKES_INT_BY_PTR(SG_SET_RESERVED_SIZE, pint); in main()
|
/external/strace/tests-mx32/ |
D | ioctl_scsi.c | 84 TEST_NULL_ARG(SG_SET_RESERVED_SIZE); in main() 111 TEST_TAKES_INT_BY_PTR(SG_SET_RESERVED_SIZE, pint); in main()
|
/external/strace/ |
D | scsi.c | 145 case SG_SET_RESERVED_SIZE: in scsi_ioctl()
|
/external/kernel-headers/original/scsi/ |
D | sg.h | 171 #define SG_SET_RESERVED_SIZE 0x2275 /* request a new reserved buffer size */ macro
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 2276 res = ioctl(infd, SG_SET_RESERVED_SIZE, &t); in do_scsi_device_read_write() 2338 res = ioctl(outfd, SG_SET_RESERVED_SIZE, &t); in do_scsi_device_read_write() 3943 res = ioctl(sg_fd, SG_SET_RESERVED_SIZE, &k); in do_scsi_read_buffer() 4719 res = ioctl(sg_fd, SG_SET_RESERVED_SIZE, buf_capacity); in find_out_about_buffer() 6344 if (ioctl(infd, SG_SET_RESERVED_SIZE, &in_res_sz) < 0) { in do_scsi_sgm_read_write() 6404 (outfd, SG_SET_RESERVED_SIZE, in do_scsi_sgm_read_write() 7267 res = ioctl(fd, SG_SET_RESERVED_SIZE, &t); in sg_prepare()
|