Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios_test_pinfo.c27 static uint8_t smbios_pinfo_vendid[16]; variable
125 arc4random_buf(smbios_pinfo_vendid, sizeof (smbios_pinfo_vendid)); in smbios_test_pinfo_mktable_riscv()
126 bcopy(smbios_pinfo_vendid, rv.smbpairv_vendid, in smbios_test_pinfo_mktable_riscv()
127 sizeof (smbios_pinfo_vendid)); in smbios_test_pinfo_mktable_riscv()
224 if (bcmp(rv.smbpirv_vendid, smbios_pinfo_vendid, in smbios_test_pinfo_verify_riscv()
225 sizeof (smbios_pinfo_vendid)) != 0) { in smbios_test_pinfo_verify_riscv()
228 smbios_pinfo_vendid); in smbios_test_pinfo_verify_riscv()