Home
last modified time | relevance | path

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

/third_party/musl/ndk_musl_include/scsi/
Dsg.h21 #define SG_SET_RESERVED_SIZE 0x2275 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/
Dsg.h21 #define SG_SET_RESERVED_SIZE 0x2275 macro
/third_party/musl/porting/liteos_m/kernel/include/scsi/
Dsg.h21 #define SG_SET_RESERVED_SIZE 0x2275 macro
/third_party/musl/porting/uniproton/kernel/include/scsi/
Dsg.h21 #define SG_SET_RESERVED_SIZE 0x2275 macro
/third_party/musl/include/scsi/
Dsg.h21 #define SG_SET_RESERVED_SIZE 0x2275 macro
/third_party/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()