Searched refs:SCSI_IOCTL_GET_IDLUN (Results 1 - 6 of 6) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/ |
H A D | scsi.h | 128 #define SCSI_IOCTL_GET_IDLUN 0x5382 macro
|
/third_party/musl/porting/liteos_m/kernel/include/scsi/ |
H A D | scsi.h | 128 #define SCSI_IOCTL_GET_IDLUN 0x5382 macro
|
/third_party/musl/porting/uniproton/kernel/include/scsi/ |
H A D | scsi.h | 128 #define SCSI_IOCTL_GET_IDLUN 0x5382 macro
|
/third_party/musl/include/scsi/ |
H A D | scsi.h | 128 #define SCSI_IOCTL_GET_IDLUN 0x5382 macro
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | scsimain.c | 698 res = ioctl(sg_fd, SCSI_IOCTL_GET_IDLUN, &my_idlun); in run_sg_scan_tests() 3318 res = ioctl(sg_fd, SCSI_IOCTL_GET_IDLUN, &my_idlun); in scan_dev_type() 5826 err = ioctl(fd, SCSI_IOCTL_GET_IDLUN, &m_idlun); in show_devices() 5883 err = ioctl(fd, SCSI_IOCTL_GET_IDLUN, &m_idlun); in show_devices() 6012 err = ioctl(fd, SCSI_IOCTL_GET_IDLUN, &m_idlun); in open_sg_dev() 6043 err = ioctl(fd, SCSI_IOCTL_GET_IDLUN, &mm_idlun); in open_sg_dev()
|
/third_party/backends/sanei/ |
H A D | sanei_scsi.c | 2500 #ifndef SCSI_IOCTL_GET_IDLUN 2501 #define SCSI_IOCTL_GET_IDLUN 0x5382 macro 2591 if (ioctl (dev_fd, SCSI_IOCTL_GET_IDLUN, &my_idlun) >= 0) in lx_chk_id()
|
Completed in 18 milliseconds