Searched refs:SG_IO (Results 1 – 12 of 12) sorted by relevance
/third_party/f2fs-tools/tools/sg_write_buffer/ |
D | sg_io_linux.c | 170 #ifdef SG_IO 210 #ifdef SG_IO
|
D | sg_pt_linux.c | 873 if (ioctl(fd, SG_IO, &v3_hdr) < 0) { in do_scsi_pt_v3() 956 if (ioctl(fd, SG_IO, &ptp->io_hdr) < 0) { in do_scsi_pt()
|
/third_party/toybox/toys/other/ |
D | eject.c | 50 xioctl(fd, SG_IO, header); in remove_scsi()
|
/third_party/musl/include/scsi/ |
D | sg.h | 36 #define SG_IO 0x2285 macro
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl_sg01.c | 108 TEST(ioctl(devfd, SG_IO, &query)); in run()
|
/third_party/musl/porting/liteos_m/kernel/include/scsi/ |
D | sg.h | 36 #define SG_IO 0x2285 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/ |
D | sg.h | 36 #define SG_IO 0x2285 macro
|
/third_party/musl/porting/uniproton/kernel/include/scsi/ |
D | sg.h | 36 #define SG_IO 0x2285 macro
|
/third_party/musl/ndk_musl_include/scsi/ |
D | sg.h | 36 #define SG_IO 0x2285 macro
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 435 #ifdef SG_IO 764 #ifdef SG_IO in run_sg_scan_tests() 829 #ifdef SG_IO 847 if (ioctl(sg_fd, SG_IO, &io_hdr) < 0) { in sg3_inq() 911 if (ioctl(sg_fd, SG_IO, &io_hdr) < 0) { in do_logs() 1583 if (ioctl(sg_fd, SG_IO, &io_hdr) < 0) { in do_inquiry() 1879 if (ioctl(sg_fd, SG_IO, &io_hdr) < 0) { in read_capacity() 1918 if (ioctl(sg_fd, SG_IO, &io_hdr) < 0) { in sync_cache() 2056 if (ioctl(sg_fd, SG_IO, &io_hdr)) { in sg_read() 2122 if (ioctl(sg_fd, SG_IO, &io_hdr)) { in sg_write() [all …]
|
D | sg_err.c | 1275 #ifdef SG_IO 1293 #ifdef SG_IO
|
/third_party/f2fs-tools/lib/ |
D | libf2fs.c | 1014 if (!ioctl(fd, SG_IO, &io_hdr)) { in get_device_info()
|