Searched defs:fwt (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c390 struct fw_table fw_table[10], *fwt = NULL; local
436 for (fwt = &fw_table[0]; fwt->fw_class; fwt++) {
439 (uintptr_t)fwt->fw_version) == -1) {
446 mdb_printf("%x\t%-11s", fwt->fw_class, fwverptr);
466 if (qlstate->fw_class == fwt->fw_class) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c17031 struct fw_table *fwt; local
17044 for (fwt = &fw_table[0]; fwt->fw_version; fwt++) {
17045 if (fwt->fw_class == ha->fw_class)
17048 if (fwt->fw_version == NULL) {
17172 if (strcmp(fwt->fw_version, fw_version) != 0) {
17182 ha->instance, ha->fw_class, fwt->fw_version,

Completed in 90 milliseconds