Searched refs:m_idlun (Results 1 – 1 of 1) sorted by relevance
5810 My_scsi_idlun m_idlun; in show_devices() local5829 err = ioctl(fd, SCSI_IOCTL_GET_IDLUN, &m_idlun); in show_devices()5837 sg_map_arr[j].channel = (m_idlun.dev_id >> 16) & 0xff; in show_devices()5838 sg_map_arr[j].lun = (m_idlun.dev_id >> 8) & 0xff; in show_devices()5839 sg_map_arr[j].target_id = m_idlun.dev_id & 0xff; in show_devices()5886 err = ioctl(fd, SCSI_IOCTL_GET_IDLUN, &m_idlun); in show_devices()5896 (m_idlun.dev_id >> 16) & 0xff, m_idlun.dev_id & 0xff, in show_devices()5897 (m_idlun.dev_id >> 8) & 0xff, name); in show_devices()5901 ((m_idlun.dev_id & 0xff) == sg_map_arr[j].target_id) in show_devices()5902 && (((m_idlun.dev_id >> 16) & 0xff) == in show_devices()[all …]