Searched defs:MAX_BIOS_LUN_COUNT (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp524 #define MAX_BIOS_LUN_COUNT 4 macro
533 LONG lPortLUN[MAX_BIOS_LUN_COUNT];
588 uint32_t u32MaxPortCount = MAX_BIOS_LUN_COUNT;
589 if (u32HDCount < MAX_BIOS_LUN_COUNT)
2187 static const char * const apszBiosConfigScsi[MAX_BIOS_LUN_COUNT] =
2190 static const char * const apszBiosConfigSata[MAX_BIOS_LUN_COUNT] =

Completed in 48 milliseconds