Searched refs:fw_version (Results 1 - 25 of 34) 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; local
165 fw_version = (char *)malloc(1);
166 if (fw_version == NULL) {
177 fw_version[0] = 0;
181 mp->sm_firmware_version = fw_version;
/illumos-gate/usr/src/lib/libsmedia/plugins/floppy/common/
H A Df_generic.c120 char *vendor_name, *product_name, *fw_version; local
156 fw_version = (char *)malloc(1);
157 if (fw_version == NULL) {
167 fw_version[0] = 0;
172 dev_info->sm_firmware_version = fw_version;
/illumos-gate/usr/src/lib/libraidcfg/common/
H A Draidcfg_spi.h276 char fw_version[CONTROLLER_FW_LEN]; member in struct:__anon3841
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dsiena_flash.h176 siena_mc_fw_version_t fw_version[]; member in struct:siena_mc_dynamic_config_hdr_s
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];
/illumos-gate/usr/src/lib/libsmedia/plugins/scsi/common/
H A Ds_generic.c124 char *vendor_name, *product_name, *fw_version; local
152 fw_version = (char *)malloc(18);
153 if (fw_version == NULL) {
173 free(fw_version);
185 free(fw_version);
191 dev_info->sm_firmware_version = fw_version;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c1335 (void) strncpy(vpd->fw_version, vpd->sli4FwName,
1336 (sizeof (vpd->fw_version)-1));
1341 (void) strncpy(vpd->fw_version, vpd->sli3FwName,
1342 (sizeof (vpd->fw_version)-1));
1347 (void) strncpy(vpd->fw_version, vpd->sli2FwName,
1348 (sizeof (vpd->fw_version)-1));
1353 (void) strncpy(vpd->fw_version, vpd->sli1FwName,
1354 (sizeof (vpd->fw_version)-1));
1359 (void) strncpy(vpd->fw_version, "unknown",
1360 (sizeof (vpd->fw_version)
[all...]
H A Demlxs_dfc.c1282 "%s (%s)", vpd->fw_version, vpd->fw_label);
1328 "%s (%s)", vpd->fw_version, vpd->fw_label);
3887 (void) strncpy(hbainfo->fw_version, vpd->fw_version,
3888 (sizeof (hbainfo->fw_version)-1));
6422 rsp->fw_version = BE_SWAP32(rsp->fw_version);
6436 "MENLO_INIT: fw_version = 0x%x", rsp->fw_version);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_nvram.c57 long fw_version, ila_version; local
182 (void) ddi_strtol((const char *)fw_verp, &bufp, 16, &fw_version);
189 if (fw_version != PMCS_FIRMWARE_VERSION) {
192 "updating", PMCS_FIRMWARE_VERSION, fw_version);
200 pwp->fw, fw_version, ila_version);
/illumos-gate/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_of
[all...]
H A Dbge_impl.h742 char fw_version[BGE_FW_VER_SIZE]; member in struct:bge
/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 in struct:oce_dev
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h453 char fw_version[128]; member in struct:myri10ge_priv
H A Dmyri10ge.c1188 (void) strncpy(mgp->fw_version, hdr->version, sizeof (mgp->fw_version));
4042 kstat_named_setstr(&info->firmware_version, mgp->fw_version);
4082 if (mgp->fw_version != NULL)
4083 ksp->ks_data_size += strlen(mgp->fw_version) + 1;
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82599.c2287 u16 fw_version; local
2323 IXGBE_FW_PATCH_VERSION_4), &fw_version)) {
2330 if (fw_version > 0x5)
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h327 char fw_version[256]; member in struct:dfc_hbainfo
H A Demlxs_menlo.h408 uint32_t fw_version; /* Menlo firmware version */ member in struct:menlo_init_rsp
H A Demlxs_fc.h237 char fw_version[32]; member in struct:emlxs_vpd
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_mpi.c1125 mpi_version_ptr->fw_version =
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h1407 uint32_t fw_version; member in struct:vfy_menlo_entry
H A Dql_api.h1027 int8_t *fw_version; member in struct:fw_table
/illumos-gate/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);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c17024 int8_t fw_version[128]; local
17044 for (fwt = &fw_table[0]; fwt->fw_version; fwt++) {
17048 if (fwt->fw_version == NULL) {
17100 (void) snprintf(fw_version, sizeof (fw_version),
17149 (void) snprintf(fw_version, sizeof (fw_version),
17172 if (strcmp(fwt->fw_version, fw_version) != 0) {
17182 ha->instance, ha->fw_class, fwt->fw_version,
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h1384 uint32_t fw_version; member in struct:qlnic_mpi_version_info
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.c4667 char fw_version[8]; local
4872 (void) strcpy(fw_version, "???");

Completed in 297 milliseconds

12