Home
last modified time | relevance | path

Searched refs:type16 (Results 1 – 1 of 1) sorted by path

/illumos-gate/usr/src/cmd/bhyve/
H A Dsmbiostbl.c765 struct smbios_table_type16 *type16; in smbios_type16_initializer() local
770 type16 = (struct smbios_table_type16 *)curaddr; in smbios_type16_initializer()
771 type16->xsize = guest_lomem + guest_himem; in smbios_type16_initializer()
772 type16->ndevs = guest_himem > 0 ? 2 : 1; in smbios_type16_initializer()