Searched refs:smbp_threadcount (Results 1 – 4 of 4) sorted by relevance
347 if (proc.smbp_threadcount != 0x19) { in smbios_test_proc_verify_25()349 "count: 0x%x", proc.smbp_threadcount); in smbios_test_proc_verify_25()401 if (proc.smbp_threadcount != 0x5445) { in smbios_test_proc_verify_36()403 "count: 0x%x", proc.smbp_threadcount); in smbios_test_proc_verify_36()462 if (proc.smbp_threadcount != 0xff) { in smbios_test_proc_verify_36_25()464 "count: 0x%x", proc.smbp_threadcount); in smbios_test_proc_verify_36_25()
720 pp->smbp_threadcount = p.smbpr_threadcount; in smbios_info_processor()737 if (pp->smbp_threadcount == 0xff) { in smbios_info_processor()738 pp->smbp_threadcount = p.smbpr_threadcount2; in smbios_info_processor()
632 if (p.smbp_threadcount != 0) { in print_processor()633 oprintf(fp, " Thread Count: %u\n", p.smbp_threadcount); in print_processor()
454 uint32_t smbp_threadcount; member