Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dmptable.c313 if (mpfps->config_type != 0) { in mptable_probe()
317 mpfps->spec_rev, mpfps->config_type); in mptable_probe()
318 if (mpfps->config_type != 5 && mpfps->config_type != 6) { in mptable_probe()
321 mpfps->config_type); in mptable_probe()
378 if (mpfps->config_type != 0) { in mptable_probe_cpus()
401 if (mpfps->config_type != 0) { in mptable_setup_local()
405 printf("Default Configuration %d", mpfps->config_type); in mptable_setup_local()
588 if (mpfps->config_type != 0) { in mptable_count_items()
590 switch (mpfps->config_type) { in mptable_count_items()
604 mpfps->config_type); in mptable_count_items()
[all …]
/freebsd/sys/x86/include/
H A Dmptable.h51 uint8_t config_type; member
/freebsd/tools/tools/ncpus/
H A Dbiosmptable.c74 } else if (mpfps->config_type != 0) { in biosmptable_detect()
/freebsd/usr.sbin/mptable/
H A Dmptable.c236 if ( (defaultConfig = mpfps->config_type) ) in main()
/freebsd/usr.sbin/bsdconfig/share/
H A Ddevice.subr339 local config config_type config_file magic=
466 debug= f_struct "$config" get type config_type
470 case "$config_type=$config_file" in