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

/freebsd-9.3-release/sys/x86/x86/
H A Dmptable.c274 if (mpfps->config_type != 0) {
278 mpfps->spec_rev, mpfps->config_type);
279 if (mpfps->config_type != 5 && mpfps->config_type != 6) {
282 mpfps->config_type);
329 if (mpfps->config_type != 0) {
352 if (mpfps->config_type != 0) {
354 printf("Default Configuration %d", mpfps->config_type);
513 if (mpfps->config_type != 0) {
515 switch (mpfps->config_type) {
[all...]
/freebsd-9.3-release/sys/x86/include/
H A Dmptable.h48 u_char config_type; member in struct:MPFPS
/freebsd-9.3-release/tools/tools/ncpus/
H A Dbiosmptable.c77 } else if (mpfps->config_type != 0) {
79 * If thie config_type is nonzero then this is a default configuration
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl.c3701 int num_luns, num_partitions, config_type; local
3718 config_type = config_GetConfigType();
3731 switch (config_type) {

Completed in 146 milliseconds