Searched refs:vpd_out (Results 1 – 1 of 1) sorted by relevance
4772 emlxs_vpd_desc_t *vpd_out; in emlxs_fca_port_manage() local4782 vpd_out = (emlxs_vpd_desc_t *)pm->pm_stat_buf; in emlxs_fca_port_manage()4783 bzero(vpd_out, pm->pm_stat_len); in emlxs_fca_port_manage()4785 (void) strncpy(vpd_out->id, vpd->id, in emlxs_fca_port_manage()4786 (sizeof (vpd_out->id)-1)); in emlxs_fca_port_manage()4787 (void) strncpy(vpd_out->part_num, vpd->part_num, in emlxs_fca_port_manage()4788 (sizeof (vpd_out->part_num)-1)); in emlxs_fca_port_manage()4789 (void) strncpy(vpd_out->eng_change, vpd->eng_change, in emlxs_fca_port_manage()4790 (sizeof (vpd_out->eng_change)-1)); in emlxs_fca_port_manage()4791 (void) strncpy(vpd_out->manufacturer, vpd->manufacturer, in emlxs_fca_port_manage()[all …]