Searched defs:inq_std (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/common/devid/ |
H A D | devid_scsi.c | 161 struct scsi_inquiry *inq_std = (struct scsi_inquiry *)inq; local 201 if ((bcmp(inq_std->inq_vid, SCSI_INQUIRY_VID_EMC, 203 (bcmp(inq_std->inq_pid, 214 if ((bcmp(inq_std->inq_vid, SCSI_INQUIRY_VID_HITACHI, 216 (bcmp(inq_std->inq_pid, 226 (void) strncat(msg, inq_std->inq_vid, 227 sizeof (inq_std->inq_vid)); 229 (void) strncat(msg, inq_std->inq_pid, 230 sizeof (inq_std->inq_pid)); 232 (void) strncat(msg, inq_std 906 struct scsi_inquiry *inq_std = (struct scsi_inquiry *)inq; local 1010 struct scsi_inquiry *inq_std = (struct scsi_inquiry *)inq; local [all...] |
Completed in 44 milliseconds