Searched refs:vpd_out (Results 1 – 1 of 1) sorted by relevance
4785 emlxs_vpd_desc_t *vpd_out; in emlxs_fca_port_manage() local4795 vpd_out = (emlxs_vpd_desc_t *)pm->pm_stat_buf; in emlxs_fca_port_manage()4796 bzero(vpd_out, pm->pm_stat_len); in emlxs_fca_port_manage()4798 (void) strncpy(vpd_out->id, vpd->id, in emlxs_fca_port_manage()4799 (sizeof (vpd_out->id)-1)); in emlxs_fca_port_manage()4800 (void) strncpy(vpd_out->part_num, vpd->part_num, in emlxs_fca_port_manage()4801 (sizeof (vpd_out->part_num)-1)); in emlxs_fca_port_manage()4802 (void) strncpy(vpd_out->eng_change, vpd->eng_change, in emlxs_fca_port_manage()4803 (sizeof (vpd_out->eng_change)-1)); in emlxs_fca_port_manage()4804 (void) strncpy(vpd_out->manufacturer, vpd->manufacturer, in emlxs_fca_port_manage()[all …]