/titanic_44/usr/src/lib/libsmedia/plugins/blkdev/common/ |
H A D | b_generic.c | 138 char *vendor_name, *product_name, *fw_version; in _m_get_device_info() local 165 fw_version = (char *)malloc(1); in _m_get_device_info() 166 if (fw_version == NULL) { in _m_get_device_info() 177 fw_version[0] = 0; in _m_get_device_info() 181 mp->sm_firmware_version = fw_version; in _m_get_device_info()
|
/titanic_44/usr/src/lib/libsmedia/plugins/floppy/common/ |
H A D | f_generic.c | 120 char *vendor_name, *product_name, *fw_version; in _m_get_device_info() local 156 fw_version = (char *)malloc(1); in _m_get_device_info() 157 if (fw_version == NULL) { in _m_get_device_info() 167 fw_version[0] = 0; in _m_get_device_info() 172 dev_info->sm_firmware_version = fw_version; in _m_get_device_info()
|
/titanic_44/usr/src/lib/libsmedia/plugins/scsi/common/ |
H A D | s_generic.c | 124 char *vendor_name, *product_name, *fw_version; in _m_get_device_info() local 152 fw_version = (char *)malloc(18); in _m_get_device_info() 153 if (fw_version == NULL) { in _m_get_device_info() 173 free(fw_version); in _m_get_device_info() 185 free(fw_version); in _m_get_device_info() 191 dev_info->sm_firmware_version = fw_version; in _m_get_device_info()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_hba.c | 1335 (void) strncpy(vpd->fw_version, vpd->sli4FwName, in emlxs_decode_firmware_rev() 1336 (sizeof (vpd->fw_version)-1)); in emlxs_decode_firmware_rev() 1341 (void) strncpy(vpd->fw_version, vpd->sli3FwName, in emlxs_decode_firmware_rev() 1342 (sizeof (vpd->fw_version)-1)); in emlxs_decode_firmware_rev() 1347 (void) strncpy(vpd->fw_version, vpd->sli2FwName, in emlxs_decode_firmware_rev() 1348 (sizeof (vpd->fw_version)-1)); in emlxs_decode_firmware_rev() 1353 (void) strncpy(vpd->fw_version, vpd->sli1FwName, in emlxs_decode_firmware_rev() 1354 (sizeof (vpd->fw_version)-1)); in emlxs_decode_firmware_rev() 1359 (void) strncpy(vpd->fw_version, "unknown", in emlxs_decode_firmware_rev() 1360 (sizeof (vpd->fw_version)-1)); in emlxs_decode_firmware_rev() [all …]
|
H A D | emlxs_dfc.c | 1282 "%s (%s)", vpd->fw_version, vpd->fw_label); in emlxs_fcio_get_adapter_attrs() 1328 "%s (%s)", vpd->fw_version, vpd->fw_label); in emlxs_fcio_get_adapter_attrs() 3887 (void) strncpy(hbainfo->fw_version, vpd->fw_version, in emlxs_dfc_get_hbainfo() 3888 (sizeof (hbainfo->fw_version)-1)); in emlxs_dfc_get_hbainfo() 6422 rsp->fw_version = BE_SWAP32(rsp->fw_version); in emlxs_fcoe_attention_thread() 6436 "MENLO_INIT: fw_version = 0x%x", rsp->fw_version); in emlxs_fcoe_attention_thread()
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_nvram.c | 57 long fw_version, ila_version; in pmcs_firmware_update() local 182 (void) ddi_strtol((const char *)fw_verp, &bufp, 16, &fw_version); in pmcs_firmware_update() 189 if (fw_version != PMCS_FIRMWARE_VERSION) { in pmcs_firmware_update() 192 "updating", PMCS_FIRMWARE_VERSION, fw_version); in pmcs_firmware_update() 200 pwp->fw, fw_version, ila_version); in pmcs_firmware_update()
|
/titanic_44/usr/src/uts/common/io/bge/ |
H A D | bge_main2.c | 3461 vlen = strlen(bgep->fw_version); 3463 bgep->fw_version[vlen++] = ','; 3464 bgep->fw_version[vlen++] = ' '; 3477 memcpy(&bgep->fw_version[vlen], &v, BGE_FW_VER_SIZE - vlen); 3481 memcpy(&bgep->fw_version[vlen], &v, sizeof(v)); 3517 vlen = strlen(bgep->fw_version); 3519 snprintf(&bgep->fw_version[vlen], BGE_FW_VER_SIZE - vlen, 3554 dst_off = strlen(bgep->fw_version); 3566 memcpy(bgep->fw_version + dst_off + i, &val, 3575 snprintf(&bgep->fw_version[dst_off], BGE_FW_VER_SIZE - dst_off, [all …]
|
H A D | bge_impl.h | 742 char fw_version[BGE_FW_VER_SIZE]; member
|
/titanic_44/usr/src/lib/libraidcfg/common/ |
H A D | raidcfg_spi.h | 276 char fw_version[CONTROLLER_FW_LEN]; member
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_impl.h | 303 uint8_t fw_version[32]; /* fw version string */ member
|
/titanic_44/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge_var.h | 453 char fw_version[128]; member
|
H A D | myri10ge.c | 1188 (void) strncpy(mgp->fw_version, hdr->version, sizeof (mgp->fw_version)); in myri10ge_load_firmware_from_zlib() 4042 kstat_named_setstr(&info->firmware_version, mgp->fw_version); in myri10ge_info_kstat_update() 4082 if (mgp->fw_version != NULL) in myri10ge_info_init() 4083 ksp->ks_data_size += strlen(mgp->fw_version) + 1; in myri10ge_info_init()
|
/titanic_44/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_82599.c | 2287 u16 fw_version; in ixgbe_verify_fw_version_82599() local 2323 IXGBE_FW_PATCH_VERSION_4), &fw_version)) { in ixgbe_verify_fw_version_82599() 2330 if (fw_version > 0x5) in ixgbe_verify_fw_version_82599()
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfc.h | 327 char fw_version[256]; member
|
H A D | emlxs_menlo.h | 408 uint32_t fw_version; /* Menlo firmware version */ member
|
H A D | emlxs_fc.h | 237 char fw_version[32]; member
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_mpi.c | 1125 mpi_version_ptr->fw_version = in ql_get_firmware_version()
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_iocb.h | 1407 uint32_t fw_version; member
|
H A D | ql_api.h | 1027 int8_t *fw_version; member
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_mbx.c | 357 bcopy(fwcmd->params.rsp.fw_ver_str, dev->fw_version, 32); in oce_get_fw_version()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 17024 int8_t fw_version[128]; in ql_fwmodule_resolve() local 17044 for (fwt = &fw_table[0]; fwt->fw_version; fwt++) { in ql_fwmodule_resolve() 17048 if (fwt->fw_version == NULL) { in ql_fwmodule_resolve() 17100 (void) snprintf(fw_version, sizeof (fw_version), in ql_fwmodule_resolve() 17149 (void) snprintf(fw_version, sizeof (fw_version), in ql_fwmodule_resolve() 17172 if (strcmp(fwt->fw_version, fw_version) != 0) { in ql_fwmodule_resolve() 17182 ha->instance, ha->fw_class, fwt->fw_version, in ql_fwmodule_resolve() 17183 fw_version); in ql_fwmodule_resolve()
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlge/ |
H A D | qlge_hw.h | 1384 uint32_t fw_version; member
|
/titanic_44/usr/src/uts/common/io/skd/ |
H A D | skd.c | 4667 char fw_version[8]; in skd_attach() local 4872 (void) strcpy(fw_version, "???"); in skd_attach()
|
/titanic_44/usr/src/cmd/mdb/common/modules/qlc/ |
H A D | qlc.c | 439 (uintptr_t)fwt->fw_version) == -1) { in qlcver_dcmd()
|
/titanic_44/usr/src/cmd/raidctl/ |
H A D | raidctl.c | 2095 (void) snprintf(version, sizeof (version), "%s", attrp->fw_version); in print_ctl_attr()
|