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

/freebsd-current/usr.sbin/bhyve/
H A Dsmbiostbl.c719 struct smbios_table_type4 *type4; local
725 type4 = (struct smbios_table_type4 *)curaddr;
736 type4->socket = nstrings + 1;
739 type4->cores = 0;
741 type4->cores = cpu_cores;
744 type4->threads = 0;
746 type4->threads = cpu_cores * cpu_threads;
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Drobust_av.c1084 struct type4_params *type4 = &policy->type4_param; local
1092 if (type4->ip_version == IPV4)
1093 res = write_ipv4_info(pos, len, &type4->ip_params.v4);
1095 res = write_ipv6_info(pos, len, &type4->ip_params.v6);
1103 ip_ver = type4->ip_version;
/freebsd-current/bin/sh/tests/builtins/
H A DMakefile177 ${PACKAGE}FILES+= type4.0
/freebsd-current/sys/sys/
H A Dsdt.h143 type4, arg4)
397 type4, arg4) \
403 SDT_PROBE_ARGTYPE(sdt, , , name, 4, #type4, NULL); \

Completed in 147 milliseconds