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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp4225 ULONG ulInstanceMax = (ULONG)Global::getMaxNetworkAdapters(enmChipsetType); local
4227 notifyNatDnsChange(ptrVM.rawUVM(), "pcnet", ulInstanceMax);
4228 notifyNatDnsChange(ptrVM.rawUVM(), "e1000", ulInstanceMax);
4229 notifyNatDnsChange(ptrVM.rawUVM(), "virtio-net", ulInstanceMax);
4242 void Console::notifyNatDnsChange(PUVM pUVM, const char *pszDevice, ULONG ulInstanceMax) argument
4245 for (ULONG ulInstance = 0; ulInstance < ulInstanceMax; ulInstance++)

Completed in 73 milliseconds