Home
last modified time | relevance | path

Searched refs:smbp_threadcount (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios_test_proc.c312 if (proc.smbp_threadcount != 0x19) { in smbios_test_proc_verify_25()
314 "count: 0x%x", proc.smbp_threadcount); in smbios_test_proc_verify_25()
366 if (proc.smbp_threadcount != 0x5445) { in smbios_test_proc_verify_36()
368 "count: 0x%x", proc.smbp_threadcount); in smbios_test_proc_verify_36()
427 if (proc.smbp_threadcount != 0xff) { in smbios_test_proc_verify_36_25()
429 "count: 0x%x", proc.smbp_threadcount); in smbios_test_proc_verify_36_25()
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c720 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()
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c634 if (p.smbp_threadcount != 0) { in print_processor()
635 oprintf(fp, " Thread Count: %u\n", p.smbp_threadcount); in print_processor()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios.h454 uint32_t smbp_threadcount; member