Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios_test_proc.c207 if (proc->smbp_l2cache != 0x12ca) { in smbios_test_proc_verify_common()
209 "0x%" _PRIxID, proc->smbp_l2cache); in smbios_test_proc_verify_common()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios.h448 id_t smbp_l2cache; /* L2 cache handle */ member
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c663 id_printf(fp, " L2 Cache Handle: ", p.smbp_l2cache); in print_processor()
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c705 pp->smbp_l2cache = p.smbpr_l2cache; in smbios_info_processor()