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

/freebsd-13-stable/usr.sbin/cpucontrol/
H A Damd10h.c109 uint16_t equiv_id; local
197 equiv_id = 0;
200 equiv_id = equiv_cpu_table[i].equiv_cpu;
201 WARNX(3, "equiv_id: %x, signature %8x,"
202 " equiv_cpu_table[%d] %8x", equiv_id, signature,
207 if (equiv_id == 0) {
237 if (fw_header->processor_rev_id != equiv_id) {
238 WARNX(1, "firmware processor_rev_id %x, equiv_id %x",
239 fw_header->processor_rev_id, equiv_id);

Completed in 101 milliseconds