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

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendGlobal.cpp117 int iMaxDevice = vboxGlobal().virtualBox().GetSystemProperties().GetMaxDevicesPerPortForStorageBus(storageSlot.bus); local
123 if (storageSlot.device < 0 || storageSlot.device > iMaxDevice)
188 int iMaxDevice = vboxGlobal().virtualBox().GetSystemProperties().GetMaxDevicesPerPortForStorageBus(storageSlot.bus); local
194 if (storageSlot.device < 0 || storageSlot.device > iMaxDevice)
262 int iMaxDevice = vboxGlobal().virtualBox().GetSystemProperties().GetMaxDevicesPerPortForStorageBus(bus); local
270 if (iDevice < 0 || iDevice > iMaxDevice)
331 int iMaxDevice = vboxGlobal().virtualBox().GetSystemProperties().GetMaxDevicesPerPortForStorageBus(bus); local
334 if (iDevice < 0 || iDevice > iMaxDevice)

Completed in 51 milliseconds