Searched refs:pdq_smt_versions (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/dev/pdq/
H A Dpdq.c147 static const char * const pdq_smt_versions[] = { "", "V6.2", "V7.2", "V7.3" };
205 if (rsp->status_chars_get.smt_version_id < PDQ_ARRAY_SIZE(pdq_smt_versions)) {
206 printf(", SMT %s\n", pdq_smt_versions[rsp->status_chars_get.smt_version_id]);
146 static const char * const pdq_smt_versions[] = { "", "V6.2", "V7.2", "V7.3" }; variable

Completed in 100 milliseconds