Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios_test_pinfo.c26 static uint8_t smbios_pinfo_hartid[16]; variable
121 arc4random_buf(smbios_pinfo_hartid, sizeof (smbios_pinfo_hartid)); in smbios_test_pinfo_mktable_riscv()
122 bcopy(smbios_pinfo_hartid, rv.smbpairv_hartid, in smbios_test_pinfo_mktable_riscv()
123 sizeof (smbios_pinfo_hartid)); in smbios_test_pinfo_mktable_riscv()
216 if (bcmp(rv.smbpirv_hartid, smbios_pinfo_hartid, in smbios_test_pinfo_verify_riscv()
217 sizeof (smbios_pinfo_hartid)) != 0) { in smbios_test_pinfo_verify_riscv()
220 smbios_pinfo_hartid); in smbios_test_pinfo_verify_riscv()