Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios_test_proc.c41 static const char *smbios_proc_serial = "Alecto"; variable
97 smbios_test_table_append_string(table, smbios_proc_serial); in smbios_test_proc_mktable_25()
131 smbios_test_table_append_string(table, smbios_proc_serial); in smbios_test_proc_mktable_36()
164 smbios_test_table_append_string(table, smbios_proc_serial); in smbios_test_proc_mktable_38()
279 if (strcmp(info.smbi_serial, smbios_proc_serial) != 0) { in smbios_test_proc_verify_common()