Home
last modified time | relevance | path

Searched refs:fw_version (Results 1 – 25 of 32) sorted by relevance

12

/titanic_44/usr/src/lib/libsmedia/plugins/blkdev/common/
H A Db_generic.c138 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 Df_generic.c120 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 Ds_generic.c124 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 Demlxs_hba.c1335 (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 Demlxs_dfc.c1282 "%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 Dpmcs_nvram.c57 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 Dbge_main2.c3461 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 Dbge_impl.h742 char fw_version[BGE_FW_VER_SIZE]; member
/titanic_44/usr/src/lib/libraidcfg/common/
H A Draidcfg_spi.h276 char fw_version[CONTROLLER_FW_LEN]; member
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_impl.h303 uint8_t fw_version[32]; /* fw version string */ member
/titanic_44/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h453 char fw_version[128]; member
H A Dmyri10ge.c1188 (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 Dixgbe_82599.c2287 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 Demlxs_dfc.h327 char fw_version[256]; member
H A Demlxs_menlo.h408 uint32_t fw_version; /* Menlo firmware version */ member
H A Demlxs_fc.h237 char fw_version[32]; member
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_mpi.c1125 mpi_version_ptr->fw_version = in ql_get_firmware_version()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h1407 uint32_t fw_version; member
H A Dql_api.h1027 int8_t *fw_version; member
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_mbx.c357 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 Dql_api.c17024 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 Dqlge_hw.h1384 uint32_t fw_version; member
/titanic_44/usr/src/uts/common/io/skd/
H A Dskd.c4667 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 Dqlc.c439 (uintptr_t)fwt->fw_version) == -1) { in qlcver_dcmd()
/titanic_44/usr/src/cmd/raidctl/
H A Draidctl.c2095 (void) snprintf(version, sizeof (version), "%s", attrp->fw_version); in print_ctl_attr()

12