Searched defs:srmir (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dsmp_transport.c62 smp_report_manufacturer_info_resp_t *srmir; local
66 uint8_t srs_buf[SMP_RESP_MINLEN + sizeof (*srmir)];
114 srmir = (smp_report_manufacturer_info_resp_t *)&srs->srf_data[0];
115 if (srmir->srmir_sas_1_1_format) {
118 srmir->srmir_component_vendor_identification,
119 sizeof (srmir->srmir_component_vendor_identification));
124 bcopy(srmir->srmir_component_vendor_identification,
127 ".%05d.%03d", BE_16(srmir->srmir_component_id),
128 srmir->srmir_component_revision_level);
141 INQUIRY_REVISION_ID, srmir
[all...]
/illumos-gate/usr/src/common/devid/
H A Ddevid_smp.c102 smp_report_manufacturer_info_resp_t *srmir; local
126 sizeof (*srmir)))) {
128 srmir = (smp_report_manufacturer_info_resp_t *)srs->srf_data;
131 if (strncmp(srmir->srmir_vendor_identification,
140 vsp = &srmir->srmir_vs_52[0];
156 srmir->srmir_vendor_identification,
157 sizeof (srmir->srmir_vendor_identification));
159 srmir->srmir_product_identification,
160 sizeof (srmir->srmir_product_identification));
176 bcopy(&srmir
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsmp.c191 uchar_t *srmir = NULL; local
203 /* make sure device is there, and establish srmir identity property */
213 /* get the srmir identity information for use in devid */
216 SMP_PROP_REPORT_MANUFACTURER, &srmir, &srmirlen);
218 /* Convert smp unit-address and srmir into devid */
221 srmir, srmirlen, &devid) == DDI_SUCCESS) {
225 ddi_prop_free(srmir);
232 /* we are now done with srmir identity property defined by smp_probe */

Completed in 56 milliseconds