Home
last modified time | relevance | path

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

/third_party/musl/include/scsi/
Dsg.h30 #define SG_GET_VERSION_NUM 0x2282 macro
/third_party/musl/porting/liteos_m/kernel/include/scsi/
Dsg.h30 #define SG_GET_VERSION_NUM 0x2282 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/
Dsg.h30 #define SG_GET_VERSION_NUM 0x2282 macro
/third_party/musl/porting/uniproton/kernel/include/scsi/
Dsg.h30 #define SG_GET_VERSION_NUM 0x2282 macro
/third_party/musl/ndk_musl_include/scsi/
Dsg.h30 #define SG_GET_VERSION_NUM 0x2282 macro
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c765 if ((ioctl(sg_fd, SG_GET_VERSION_NUM, &f) >= 0) && (f >= 30000)) { in run_sg_scan_tests()
1503 if ((ioctl(sg_fd, SG_GET_VERSION_NUM, &k) < 0) || (k < 30000)) { in show_scsi_logs()
2279 res = ioctl(infd, SG_GET_VERSION_NUM, &t); in do_scsi_device_read_write()
2341 res = ioctl(outfd, SG_GET_VERSION_NUM, &t); in do_scsi_device_read_write()
2760 if ((ioctl(sg_fd, SG_GET_VERSION_NUM, &k) < 0) || (k < 30000)) { in do_scsi_inquiry()
3697 if ((ioctl(sg_fd, SG_GET_VERSION_NUM, &k) < 0) || (k < 30000)) { in show_scsi_modes()
3867 res = ioctl(sg_fd, SG_GET_VERSION_NUM, &k); in do_scsi_read_buffer()
4174 if ((ioctl(sg_fd, SG_GET_VERSION_NUM, &k) < 0) || (k < 30000)) { in show_scsi_read_capacity()
4449 if ((ioctl(sg_fd, SG_GET_VERSION_NUM, &k) < 0) || (k < 30000)) { in do_scsi_send_diagnostics()
4973 if ((ioctl(sg_fd, SG_GET_VERSION_NUM, &k) < 0) || (k < 30000)) { in do_scsi_test_unit_ready()
[all …]