Searched refs:smbios21_phys (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/i386/stand/lib/
H A Dexec_multiboot2.c886 struct smbhdr *smbios21_phys = NULL; local
906 smbios21_phys = ST->ConfigurationTable[i].VendorTable;
921 smbios21_phys = (struct smbhdr *)cp;
930 } else if (smbios21_phys != NULL) {
931 pvbcopy(smbios21_phys, &smbios21, sizeof(smbios21));
935 smbios_phys = smbios21_phys;

Completed in 81 milliseconds