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

/freebsd-11-stable/usr.sbin/bhyve/
H A Dsmbiostbl.c640 struct smbios_table_type4 *type4; local
646 type4 = (struct smbios_table_type4 *)curaddr;
657 type4->socket = nstrings + 1;
660 type4->cores = 0;
662 type4->cores = cores;
665 type4->threads = 0;
667 type4->threads = (cores * threads);
/freebsd-11-stable/sys/sys/
H A Dsdt.h137 type4, arg4)
364 type4, arg4) \
370 SDT_PROBE_ARGTYPE(sdt, , , name, 4, #type4, NULL); \

Completed in 48 milliseconds