Home
last modified time | relevance | path

Searched refs:boot_version (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h329 char boot_version[256]; member
H A Demlxs_fc.h243 char boot_version[32]; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c5794 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 Demlxs_solaris.c1788 "Boot:%s", vpd->boot_version); in emlxs_fca_bind_port()
1792 "Boot:%s Fcode:%s", vpd->boot_version, vpd->fcode_version); in emlxs_fca_bind_port()
4734 if (pm->pm_stat_len < strlen(vpd->boot_version)) { in emlxs_fca_port_manage()
4741 "%s %s", hba->model_info.model, vpd->boot_version); in emlxs_fca_port_manage()
6868 vpd->boot_version); in emlxs_drv_banner()
6874 vpd->fw_label, vpd->boot_version, vpd->fcode_version); in emlxs_drv_banner()
H A Demlxs_dump.c1638 if (strcmp(vpd->boot_version, "none") == 0) in emlxs_dump_boot_version()
1660 (void) snprintf(buf2, buf2_size, "%s", vpd->boot_version); in emlxs_dump_boot_version()
H A Demlxs_sli3.c701 vpd->boot_version, sizeof (vpd->boot_version)); in emlxs_sli3_online()
715 "BIOS: boot=%s fcode=%s", vpd->boot_version, vpd->fcode_version); in emlxs_sli3_online()
H A Demlxs_sli4.c771 (void) strncpy(vpd->boot_version, vpd->sli4FwName, in emlxs_sli4_online()
772 (sizeof (vpd->boot_version)-1)); in emlxs_sli4_online()
786 "BIOS: boot=%s fcode=%s", vpd->boot_version, vpd->fcode_version); in emlxs_sli4_online()
H A Demlxs_dfc.c3934 (void) strncpy(hbainfo->boot_version, vpd->boot_version, in emlxs_dfc_get_hbainfo()
3935 (sizeof (hbainfo->boot_version)-1)); in emlxs_dfc_get_hbainfo()