Home
last modified time | relevance | path

Searched refs:fwt (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c408 struct fw_table fw_table[10], *fwt = NULL; in qlcver_dcmd() local
454 for (fwt = &fw_table[0]; fwt->fw_class; fwt++) { in qlcver_dcmd()
457 (uintptr_t)fwt->fw_version) == -1) { in qlcver_dcmd()
464 mdb_printf("%x\t%-11s", fwt->fw_class, fwverptr); in qlcver_dcmd()
484 if (qlstate->fw_class == fwt->fw_class) { in qlcver_dcmd()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c18028 struct fw_table *fwt; in ql_fwmodule_resolve() local
18041 for (fwt = &fw_table[0]; fwt->fw_version; fwt++) { in ql_fwmodule_resolve()
18042 if (fwt->fw_class == ha->fw_class) in ql_fwmodule_resolve()
18045 if (fwt->fw_version == NULL) { 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()