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 D | ql_open.h | 47 #ifndef QL_VERSION 48 #define QL_VERSION "20100408-3.01" macro
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_debug.c | 361 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 D | ql_ioctl.c | 1785 (void) strcpy(hba.driver_ver, QL_VERSION); in ql_adm_adapter_info()
|
H A D | ql_init.c | 157 bcopy(QL_VERSION, ha->adapter_stats->revlvl.qlddv, in ql_initialize_adapter() 158 strlen(QL_VERSION)); in ql_initialize_adapter()
|
H A D | ql_xioctl.c | 807 (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 D | ql_api.c | 558 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 D | qlc.c | 407 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()
|