Home
last modified time | relevance | path

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

/external/strace/xlat/
Dscsi_sg_commands.h62 #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
Dscsi_sg_commands.in9 SG_SET_RESERVED_SIZE 0x2275
/external/strace/tests-m32/
Dioctl_scsi.c84 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/
Dioctl_scsi.c84 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/
Dioctl_scsi.c84 TEST_NULL_ARG(SG_SET_RESERVED_SIZE); in main()
111 TEST_TAKES_INT_BY_PTR(SG_SET_RESERVED_SIZE, pint); in main()
/external/syzkaller/sys/linux/
Dsg_amd64.const49 SG_SET_RESERVED_SIZE = 8821
Dsg_ppc64le.const49 SG_SET_RESERVED_SIZE = 8821
Dsg_386.const49 SG_SET_RESERVED_SIZE = 8821
Dsg_arm.const49 SG_SET_RESERVED_SIZE = 8821
Dsg_arm64.const49 SG_SET_RESERVED_SIZE = 8821
Dsg.txt24 ioctl$SG_SET_RESERVED_SIZE(fd fd_sg, cmd const[SG_SET_RESERVED_SIZE], arg ptr[in, int32])
/external/strace/
Dscsi.c145 case SG_SET_RESERVED_SIZE: in scsi_ioctl()
/external/kernel-headers/original/scsi/
Dsg.h141 #define SG_SET_RESERVED_SIZE 0x2275 /* request a new reserved buffer size */ macro
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c2276 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()