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

/freebsd-11-stable/usr.sbin/bhyve/
H A Dsmbiostbl.c721 struct smbios_table_type19 *type19; local
725 type19 = (struct smbios_table_type19 *)curaddr;
726 type19->arrayhand = type16_handle;
727 type19->xsaddr = 0;
728 type19->xeaddr = guest_lomem;
734 type19 = (struct smbios_table_type19 *)curaddr;
735 type19->arrayhand = type16_handle;
736 type19->xsaddr = 4*GB;
737 type19->xeaddr = guest_himem;

Completed in 81 milliseconds