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 | 47 #ifndef QL_VERSION 48 #define QL_VERSION "20100408-3.01" macro
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_debug.c | 361 if ((strlen(QL_VERSION) > 9) && (QL_VERSION[8] == '-')) { 362 s = &QL_VERSION[9]; 364 s = QL_VERSION;
|
H A D | ql_ioctl.c | 1785 (void) strcpy(hba.driver_ver, QL_VERSION);
|
H A D | ql_init.c | 157 bcopy(QL_VERSION, ha->adapter_stats->revlvl.qlddv, 158 strlen(QL_VERSION));
|
H A D | ql_xioctl.c | 807 (void) sprintf((char *)(tmp_node.DriverVersion), QL_VERSION); 1427 (void) strcpy((void *)&qd.Version[0], QL_VERSION);
|
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);
|
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/ |
H A D | qlc.c | 407 QL_NAME, QL_VERSION); 550 if ((strcmp(QL_VERSION, (const char *)&qlcversion)) != 0) { 553 QL_VERSION);
|
Completed in 137 milliseconds