Searched refs:boot_version (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfc.h | 329 char boot_version[256]; member
|
H A D | emlxs_fc.h | 241 char boot_version[32]; member
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_download.c | 5794 vpd->boot_version, sizeof (vpd->boot_version)); in emlxs_boot_code_disable() 5911 vpd->boot_version, sizeof (vpd->boot_version)); in emlxs_boot_code_enable()
|
H A D | emlxs_solaris.c | 1782 "Boot:%s", vpd->boot_version); in emlxs_fca_bind_port() 1786 "Boot:%s Fcode:%s", vpd->boot_version, vpd->fcode_version); in emlxs_fca_bind_port() 4721 if (pm->pm_stat_len < strlen(vpd->boot_version)) { in emlxs_fca_port_manage() 4728 "%s %s", hba->model_info.model, vpd->boot_version); in emlxs_fca_port_manage() 6855 vpd->boot_version); in emlxs_drv_banner() 6861 vpd->fw_label, vpd->boot_version, vpd->fcode_version); in emlxs_drv_banner()
|
H A D | emlxs_dump.c | 1632 if (strcmp(vpd->boot_version, "none") == 0) in emlxs_dump_boot_version() 1654 (void) snprintf(buf2, buf2_size, "%s", vpd->boot_version); in emlxs_dump_boot_version()
|
H A D | emlxs_sli3.c | 698 vpd->boot_version, sizeof (vpd->boot_version)); in emlxs_sli3_online() 712 "BIOS: boot=%s fcode=%s", vpd->boot_version, vpd->fcode_version); in emlxs_sli3_online()
|
H A D | emlxs_sli4.c | 714 (void) strncpy(vpd->boot_version, vpd->sli4FwName, in emlxs_sli4_online() 715 (sizeof (vpd->boot_version)-1)); in emlxs_sli4_online() 729 "BIOS: boot=%s fcode=%s", vpd->boot_version, vpd->fcode_version); in emlxs_sli4_online()
|
H A D | emlxs_dfc.c | 3885 (void) strncpy(hbainfo->boot_version, vpd->boot_version, in emlxs_dfc_get_hbainfo() 3886 (sizeof (hbainfo->boot_version)-1)); in emlxs_dfc_get_hbainfo()
|