Searched refs:QL_VERSION (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_open.h | 46 #ifndef QL_VERSION 47 #define QL_VERSION "151216-3.07" macro
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_debug.c | 418 if ((strlen(QL_VERSION) > 9) && (QL_VERSION[8] == '-')) { in ql_flash_errlog() 419 s = &QL_VERSION[9]; in ql_flash_errlog() 421 s = QL_VERSION; in ql_flash_errlog()
|
H A D | ql_ioctl.c | 1777 (void) strcpy(hba.driver_ver, QL_VERSION); in ql_adm_adapter_info()
|
H A D | ql_init.c | 216 bcopy(QL_VERSION, ha->adapter_stats->revlvl.qlddv, strlen(QL_VERSION)); in ql_initialize_adapter()
|
H A D | ql_xioctl.c | 844 (void) sprintf((char *)(tmp_node.DriverVersion), QL_VERSION); in ql_qry_hba_node() 1512 (void) strcpy((void *)&qd.Version[0], QL_VERSION); in ql_qry_driver()
|
H A D | ql_api.c | 641 char ql_driver_version[] = QL_VERSION; 651 "SunFC Qlogic FCA v" QL_VERSION, /* name of module */ 894 QL_NAME, instance, QL_VERSION); in ql_attach()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/ |
H A D | qlc.c | 425 QL_NAME, QL_VERSION); in qlcver_dcmd() 568 if ((strcmp(QL_VERSION, (const char *)&qlcversion)) != 0) { in qlc_el_dcmd() 571 QL_VERSION); in qlc_el_dcmd()
|