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 Dql_open.h47 #ifndef QL_VERSION
48 #define QL_VERSION "20100408-3.01" macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_debug.c361 if ((strlen(QL_VERSION) > 9) && (QL_VERSION[8] == '-')) {
362 s = &QL_VERSION[9];
364 s = QL_VERSION;
H A Dql_ioctl.c1785 (void) strcpy(hba.driver_ver, QL_VERSION);
H A Dql_init.c157 bcopy(QL_VERSION, ha->adapter_stats->revlvl.qlddv,
158 strlen(QL_VERSION));
H A Dql_xioctl.c807 (void) sprintf((char *)(tmp_node.DriverVersion), QL_VERSION);
1427 (void) strcpy((void *)&qd.Version[0], QL_VERSION);
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);
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c407 QL_NAME, QL_VERSION);
550 if ((strcmp(QL_VERSION, (const char *)&qlcversion)) != 0) {
553 QL_VERSION);

Completed in 137 milliseconds