Home
last modified time | relevance | path

Searched refs:config_type (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/x86/x86/
HDmptable.c281 if (mpfps->config_type != 0) { in mptable_probe()
285 mpfps->spec_rev, mpfps->config_type); in mptable_probe()
286 if (mpfps->config_type != 5 && mpfps->config_type != 6) { in mptable_probe()
289 mpfps->config_type); in mptable_probe()
336 if (mpfps->config_type != 0) { in mptable_probe_cpus()
359 if (mpfps->config_type != 0) { in mptable_setup_local()
361 printf("Default Configuration %d", mpfps->config_type); in mptable_setup_local()
520 if (mpfps->config_type != 0) { in mptable_count_items()
522 switch (mpfps->config_type) { in mptable_count_items()
536 mpfps->config_type); in mptable_count_items()
[all …]
/NextBSD/sys/x86/include/
HDmptable.h51 uint8_t config_type; member
/NextBSD/tools/tools/ncpus/
HDbiosmptable.c77 } else if (mpfps->config_type != 0) { in biosmptable_detect()
/NextBSD/usr.sbin/mptable/
HDmptable.c237 if ( (defaultConfig = mpfps->config_type) ) in main()
/NextBSD/usr.sbin/bsdconfig/share/
HDdevice.subr341 local config config_type config_file magic=
476 debug= f_struct "$config" get type config_type
480 case "$config_type=$config_file" in