Home
last modified time | relevance | path

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

12

/illumos-gate/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()
/illumos-gate/usr/src/lib/libsmedia/plugins/floppy/common/
H A Df_generic.c118 char *vendor_name, *product_name, *fw_version; in _m_get_device_info() local
154 fw_version = (char *)malloc(1); in _m_get_device_info()
155 if (fw_version == NULL) { in _m_get_device_info()
165 fw_version[0] = 0; in _m_get_device_info()
170 dev_info->sm_firmware_version = fw_version; in _m_get_device_info()
/illumos-gate/usr/src/lib/libsmedia/plugins/scsi/common/
H A Ds_generic.c121 char *vendor_name, *product_name, *fw_version; in _m_get_device_info() local
149 fw_version = (char *)malloc(18); in _m_get_device_info()
150 if (fw_version == NULL) { in _m_get_device_info()
170 free(fw_version); in _m_get_device_info()
182 free(fw_version); in _m_get_device_info()
188 dev_info->sm_firmware_version = fw_version; in _m_get_device_info()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c1342 (void) strncpy(vpd->fw_version, vpd->sli4FwName, in emlxs_decode_firmware_rev()
1343 (sizeof (vpd->fw_version)-1)); in emlxs_decode_firmware_rev()
1348 (void) strncpy(vpd->fw_version, vpd->sli3FwName, in emlxs_decode_firmware_rev()
1349 (sizeof (vpd->fw_version)-1)); in emlxs_decode_firmware_rev()
1354 (void) strncpy(vpd->fw_version, vpd->sli2FwName, in emlxs_decode_firmware_rev()
1355 (sizeof (vpd->fw_version)-1)); in emlxs_decode_firmware_rev()
1360 (void) strncpy(vpd->fw_version, vpd->sli1FwName, in emlxs_decode_firmware_rev()
1361 (sizeof (vpd->fw_version)-1)); in emlxs_decode_firmware_rev()
1366 (void) strncpy(vpd->fw_version, "unknown", in emlxs_decode_firmware_rev()
1367 (sizeof (vpd->fw_version)-1)); in emlxs_decode_firmware_rev()
[all …]
H A Demlxs_dfc.c1284 "%s (%s)", vpd->fw_version, vpd->fw_label); in emlxs_fcio_get_adapter_attrs()
1331 "%s (%s)", vpd->fw_version, vpd->fw_label); in emlxs_fcio_get_adapter_attrs()
3936 (void) strncpy(hbainfo->fw_version, vpd->fw_version, in emlxs_dfc_get_hbainfo()
3937 (sizeof (hbainfo->fw_version)-1)); in emlxs_dfc_get_hbainfo()
6479 rsp->fw_version = BE_SWAP32(rsp->fw_version); in emlxs_fcoe_attention_thread()
6493 "MENLO_INIT: fw_version = 0x%x", rsp->fw_version); in emlxs_fcoe_attention_thread()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dsiena_nvram.c296 sizeof (((siena_mc_dynamic_config_hdr_t *)NULL)->fw_version[0])))
539 verp = &dcfg->fw_version[partn];
665 fwverp = &dcfg->fw_version[partn];
H A Dsiena_flash.h176 siena_mc_fw_version_t fw_version[]; member
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c3449 vlen = strlen(bgep->fw_version);
3451 bgep->fw_version[vlen++] = ',';
3452 bgep->fw_version[vlen++] = ' ';
3465 memcpy(&bgep->fw_version[vlen], &v, BGE_FW_VER_SIZE - vlen);
3469 memcpy(&bgep->fw_version[vlen], &v, sizeof(v));
3505 vlen = strlen(bgep->fw_version);
3507 snprintf(&bgep->fw_version[vlen], BGE_FW_VER_SIZE - vlen,
3542 dst_off = strlen(bgep->fw_version);
3554 memcpy(bgep->fw_version + dst_off + i, &val,
3563 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
/illumos-gate/usr/src/lib/libraidcfg/common/
H A Draidcfg_spi.h276 char fw_version[CONTROLLER_FW_LEN]; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_impl.h303 uint8_t fw_version[32]; /* fw version string */ member
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h453 char fw_version[128]; member
H A Dmyri10ge.c1182 (void) strncpy(mgp->fw_version, hdr->version, sizeof (mgp->fw_version)); in myri10ge_load_firmware_from_zlib()
4015 kstat_named_setstr(&info->firmware_version, mgp->fw_version); in myri10ge_info_kstat_update()
4055 ksp->ks_data_size += strlen(mgp->fw_version) + 1; in myri10ge_info_init()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82599.c2314 u16 fw_version; in ixgbe_verify_fw_version_82599() local
2350 IXGBE_FW_PATCH_VERSION_4), &fw_version)) { in ixgbe_verify_fw_version_82599()
2357 if (fw_version > 0x5) in ixgbe_verify_fw_version_82599()
/illumos-gate/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.h239 char fw_version[32]; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_mpi.c1125 mpi_version_ptr->fw_version = in ql_get_firmware_version()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h1378 uint32_t fw_version; member
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dlm5706.h50 typedef struct fw_version struct
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_mbx.c360 bcopy(fwcmd->params.rsp.fw_ver_str, dev->fw_version, 32); in oce_get_fw_version()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h1384 uint32_t fw_version; member
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.c4669 char fw_version[8]; in skd_attach() local
4874 (void) strcpy(fw_version, "???"); in skd_attach()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c18021 int8_t fw_version[128]; in ql_fwmodule_resolve() local
18041 for (fwt = &fw_table[0]; fwt->fw_version; fwt++) { in ql_fwmodule_resolve()
18045 if (fwt->fw_version == NULL) { in ql_fwmodule_resolve()
18097 (void) snprintf(fw_version, sizeof (fw_version), in ql_fwmodule_resolve()
18166 (void) snprintf(fw_version, sizeof (fw_version), in ql_fwmodule_resolve()
18189 if (strcmp(fwt->fw_version, fw_version) != 0) { in ql_fwmodule_resolve()
18199 ha->instance, ha->fw_class, fwt->fw_version, in ql_fwmodule_resolve()
18200 fw_version); in ql_fwmodule_resolve()

12