Searched refs:SetUInt64 (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/
H A DVMMDev.h1639 void SetUInt64(uint64_t u64) function in struct:__anon191
1709 void SetUInt64(uint64_t u64) function in struct:__anon196
1794 void SetUInt64(uint64_t u64) function in struct:__anon201
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp421 static HRESULT SetUInt64(ComPtr<IMachine> pMachine, const char *pszKeyBase, const char *pszKey, const char *pszAttribute, uint64_t u64Value) function
515 hrc = SetUInt64(machine, "VBoxInternal/DBGF/loadsyms", KeyStr.c_str(), "ModuleAddress", ModuleAddress);
517 hrc = SetUInt64(machine, "VBoxInternal/DBGF/loadsyms", KeyStr.c_str(), "ModuleSize", ModuleSize);
586 hrc = SetUInt64(machine, "VBoxInternal/DBGF/loadmap", KeyStr.c_str(), "Address", ModuleAddress);
590 hrc = SetUInt64(machine, "VBoxInternal/DBGF/loadmap", KeyStr.c_str(), "Subtrahend", offSubtrahend);
592 hrc = SetUInt64(machine, "VBoxInternal/DBGF/loadmap", KeyStr.c_str(), "Segment", iSeg);
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibGuestProp.cpp931 Msg.timestamp.SetUInt64(u64Timestamp);

Completed in 173 milliseconds