Home
last modified time | relevance | path

Searched refs:QL_VERSION (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_open.h47 #ifndef QL_VERSION
48 #define QL_VERSION "20100408-3.01" macro
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_debug.c361 if ((strlen(QL_VERSION) > 9) && (QL_VERSION[8] == '-')) { in ql_flash_errlog()
362 s = &QL_VERSION[9]; in ql_flash_errlog()
364 s = QL_VERSION; in ql_flash_errlog()
H A Dql_ioctl.c1785 (void) strcpy(hba.driver_ver, QL_VERSION); in ql_adm_adapter_info()
H A Dql_init.c157 bcopy(QL_VERSION, ha->adapter_stats->revlvl.qlddv, in ql_initialize_adapter()
158 strlen(QL_VERSION)); in ql_initialize_adapter()
H A Dql_xioctl.c807 (void) sprintf((char *)(tmp_node.DriverVersion), QL_VERSION); in ql_qry_hba_node()
1427 (void) strcpy((void *)&qd.Version[0], QL_VERSION); in ql_qry_driver()
H A Dql_api.c558 char qlc_driver_version[] = QL_VERSION;
566 "SunFC Qlogic FCA v" QL_VERSION, /* name of module */
838 QL_NAME, instance, QL_VERSION); in ql_attach()
/titanic_41/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c407 QL_NAME, QL_VERSION); in qlcver_dcmd()
550 if ((strcmp(QL_VERSION, (const char *)&qlcversion)) != 0) { in qlc_el_dcmd()
553 QL_VERSION); in qlc_el_dcmd()