Searched refs:aVmName (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Main/include/ |
H A D | DHCPServerImpl.h | 90 DhcpOptionMap& i_findOptMapByVmNameSlot(const com::Utf8Str& aVmName, 115 HRESULT getVmSlotOptions(const com::Utf8Str &aVmName, 122 HRESULT addVmSlotOption(const com::Utf8Str &aVmName, 126 HRESULT removeVmSlotOptions(const com::Utf8Str &aVmName,
|
/vbox/src/VBox/Main/src-server/ |
H A D | DHCPServerImpl.cpp | 442 HRESULT DHCPServer::addVmSlotOption(const com::Utf8Str &aVmName, argument 449 DhcpOptionMap &map = m->VmSlot2Options[VmNameSlotKey(aVmName, aSlot)]; 461 HRESULT DHCPServer::removeVmSlotOptions(const com::Utf8Str &aVmName, LONG aSlot) argument 464 DhcpOptionMap& map = i_findOptMapByVmNameSlot(aVmName, aSlot); 476 HRESULT DHCPServer::getVmSlotOptions(const com::Utf8Str &aVmName, argument 482 DhcpOptionMap& map = i_findOptMapByVmNameSlot(aVmName, aSlot); 587 DhcpOptionMap& DHCPServer::i_findOptMapByVmNameSlot(const com::Utf8Str& aVmName, argument 590 return m->VmSlot2Options[settings::VmNameSlotKey(aVmName, aSlot)];
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageDHCPServer.cpp | 65 VmNameSlotKey(const std::string &aVmName, uint8_t aSlot) : argument 66 VmName(aVmName),
|
/vbox/include/VBox/ |
H A D | settings.h | 352 VmNameSlotKey(const com::Utf8Str& aVmName, LONG aSlot): VmName(aVmName), argument
|
Completed in 2225 milliseconds