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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c1244 fc_hba_adapter_attributes32_t *hba_attrs; local
1253 hba_attrs =
1256 hba_attrs->version = FC_HBA_ADAPTER_ATTRIBUTES_VERSION;
1257 (void) strncpy(hba_attrs->Manufacturer, "Emulex",
1258 (sizeof (hba_attrs->Manufacturer)-1));
1259 (void) strncpy(hba_attrs->SerialNumber, vpd->serial_num,
1260 (sizeof (hba_attrs->SerialNumber)-1));
1261 (void) strncpy(hba_attrs->Model, hba->model_info.model,
1262 (sizeof (hba_attrs->Model)-1));
1263 (void) strncpy(hba_attrs
1290 fc_hba_adapter_attributes_t *hba_attrs; local
[all...]

Completed in 49 milliseconds