Searched refs:ulInstanceMax (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Main/include/ |
H A D | ConsoleImpl.h | 349 void notifyNatDnsChange(PUVM pUVM, const char *pszDevice, ULONG ulInstanceMax);
|
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImpl.cpp | 4225 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 165 milliseconds