Searched refs:inq_ptr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/cam/ctl/
H A Dctl.c9910 struct scsi_inquiry_data *inq_ptr; local
9930 inq_ptr = (struct scsi_inquiry_data *)ctsio->kern_data_ptr;
9939 inq_ptr->device = (SID_QUAL_LU_CONNECTED << 5) |
9942 inq_ptr->device = (SID_QUAL_LU_OFFLINE << 5) |
9946 inq_ptr->dev_qual2 |= SID_RMB;
9948 inq_ptr->device = (SID_QUAL_BAD_LU << 5) | T_NODEVICE;
9951 inq_ptr->version = SCSI_REV_SPC5;
9970 inq_ptr->response_format = SID_HiSup | 2;
9972 inq_ptr->additional_length = data_len -
9975 inq_ptr
[all...]

Completed in 177 milliseconds