Searched defs:Base (Results 1 - 25 of 88) sorted by relevance

1234

/vbox/src/VBox/Main/include/
H A DMediumLock.h132 /* Base list data type. */
133 typedef std::list<MediumLock> Base; typedef in class:MediumLockList
193 HRESULT RemoveByIterator(Base::iterator &aIt);
207 Base::iterator GetBegin();
212 Base::iterator GetEnd();
235 Base mMediumLocks;
332 typedef std::map<ComObjPtr<MediumAttachment>, MediumLockList *> Base; typedef in class:MediumLockListMap
333 Base mMediumLocks;
H A DMatching.h124 typedef ParsedIntervalFilter_base Base; typedef in class:matching::ParsedIntervalFilter
135 ParsedIntervalFilter (const Bstr &aFilter) { Base::parse (Utf8Str (aFilter), this); }
141 Base::parse (Utf8Str (aFilter), this);
170 struct Limits : public Base::Limits
209 parsed = Base::parseValue (aFilter, aStart, aEnd,
224 case Base::Single:
237 case Base::Start:
245 case Base::End:
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVolBlock/
H A DFwVolBlock.h24 UINTN Base; member in struct:__anon10924
/vbox/src/VBox/Devices/Storage/
H A DDrvHostFloppy.cpp59 DRVHOSTBASE Base; member in struct:DRVHOSTFLOPPY
201 pThis->Base.pfnGetMediaSize = drvHostFloppyGetMediaSize;
204 pThis->Base.pfnPoll = drvHostFloppyPoll;
205 pThis->Base.pfnGetMediaSize = drvHostFloppyGetMediaSize;
211 rc = DRVHostBaseInitFinish(&pThis->Base);
215 pThis->Base.fAttachFailError = true;
221 if (!pThis->Base.fAttachFailError)
225 pThis->Base.fKeepInstance = true;
229 pThis->Base.fKeepInstance = false;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
H A DThunk.c50 @param Stack Base address of stack
166 UINT32 Base; local
205 Base = (*((UINT32 *) &IntThunk->Code));
206 CodeGdt->BaseHi = (Base >> 24) & 0xFF;
207 CodeGdt->BaseMid = (Base >> 16) & 0xFF;
208 CodeGdt->BaseLo = Base & 0xFFFF;
222 // Base = 0
240 CopyMem (&IntThunk->RealModeGdtDesc.Base, (UINT32 *) &IntThunk->RealModeGdt, sizeof (UINT32));
242 // IntThunk->RealModeGdtDesc.Base = *((UINT32*) &IntThunk->RealModeGdt);
245 IntThunk->RealModeIdtDesc.Base
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/
H A DHelper.c272 UINTN Base; local
275 Base = 10;
309 Base = 16;
322 if (Base == 16) {
352 if ((Base == 16) && (Char >= 'a') && (Char <= 'f')) {
356 if ((Base == 16) && (Char >= 'A') && (Char <= 'F')) {
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/
H A DVBoxWineEx.h138 D3DPRESENT_PARAMETERS Base; member in struct:VBOXWINEEX_D3DPRESENT_PARAMETERS
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_dump.h100 CR_DUMPER Base; member in struct:CR_DBGPRINT_DUMPER
105 CR_DUMPER Base; member in struct:CR_HTML_DUMPER
121 pDumper->Base.pfnDumpImg = crDmpDumpImgDmlBreak;
122 pDumper->Base.pfnDumpStr = crDmpDumpStrDbgPrint;
H A Dcr_compositor.h225 VBOXVR_COMPOSITOR_ITERATOR Base; member in struct:VBOXVR_SCR_COMPOSITOR_ITERATOR
231 VBOXVR_COMPOSITOR_CONST_ITERATOR Base; member in struct:VBOXVR_SCR_COMPOSITOR_CONST_ITERATOR
237 VBoxVrCompositorIterInit(&pCompositor->Compositor, &pIter->Base);
243 VBoxVrCompositorConstIterInit(&pCompositor->Compositor, &pIter->Base);
248 PVBOXVR_COMPOSITOR_ENTRY pCe = VBoxVrCompositorIterNext(&pIter->Base);
256 PCVBOXVR_COMPOSITOR_ENTRY pCe = VBoxVrCompositorConstIterNext(&pIter->Base);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/
H A DVBoxWineEx.h150 D3DPRESENT_PARAMETERS Base; member in struct:VBOXWINEEX_D3DPRESENT_PARAMETERS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/
H A DVBoxWineEx.h138 D3DPRESENT_PARAMETERS Base; member in struct:VBOXWINEEX_D3DPRESENT_PARAMETERS
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dcompiler.h1045 xf86ReadMmio32(void *Base, unsigned long Offset) argument
1048 return *(volatile unsigned int *) ((unsigned long) Base + (Offset));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePeCoffLib/
H A DBasePeCoff.c2 Base PE/COFF loader supports loading any PE32/PE32+ or TE image, but
339 // Base on the ImageRead function to check the section data field.
1013 CHAR8 *Base; local
1153 Base = PeCoffLoaderImageAddress (ImageContext, Section->VirtualAddress);
1162 if ((Size > 0) && ((Base == NULL) || (End == NULL))) {
1168 Base = (CHAR8 *)((UINTN) Base + sizeof (EFI_TE_IMAGE_HEADER) - (UINTN)Hdr.Te->StrippedSize);
1182 Base
1189 Base
1204 ZeroMem (Base
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DBasePeCoff.c853 CHAR8 *Base; local
977 Base = PeCoffLoaderImageAddress (ImageContext, Section->VirtualAddress);
986 if ((Base == NULL) || (End == NULL)) {
993 Base = (CHAR8 *) ((UINTN) Base + sizeof (EFI_TE_IMAGE_HEADER) - (UINTN) TeHdr->StrippedSize);
1015 Base
1022 Base
1037 ZeroMem (Base + Size, Section->Misc.VirtualSize - Size);
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Include/Library/
H A DMtrrLib.h86 UINT64 Base; member in struct:_MTRR_VARIABLE_SETTING_
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxUhgsmiBase.h59 VBOXUHGSMI Base; member in struct:VBOXUHGSMI_PRIVATE_BASE
65 VBOXUHGSMI_BUFFER Base; member in struct:VBOXUHGSMI_BUFFER_PRIVATE_BASE
83 #define VBOXUHGSMIBASE_GET_PRIVATE(_p, _t) ((_t*)(((uint8_t*)_p) - RT_OFFSETOF(_t, Base)))
87 #define VBOXUHGSMIPRIVATEBASE_GET_PRIVATE(_p, _t) ((_t*)(((uint8_t*)_p) - RT_OFFSETOF(_t, BasePrivate.Base)))
94 PVBOXUHGSMI_BUFFER pBuf = &pPrivate->BasePrivate.Base;
176 pHdr->Base.enmCmd = VBOXVDMACMD_TYPE_CHROMIUM_CMD;
177 pHdr->Base.u32CmdReserved = 0;
194 pBufSubmInfo->cbData = pBuffer->BasePrivate.Base.cbBuffer;
219 pHgsmi->Base.pfnBufferCreate = vboxUhgsmiBaseEscBufferCreate;
220 pHgsmi->Base
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVbva.h108 VBVAEXBUFFERITERBASE Base; member in struct:VBVAEXBUFFERFORWARDITER
113 VBVAEXBUFFERITERBASE Base; member in struct:VBVAEXBUFFERBACKWARDITER
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsmemory.cpp101 RTVFSMEMBASE Base; member in struct:RTVFSMEMFILE
151 *pObjInfo = pThis->Base.ObjInfo;
262 if (offUnsigned >= (uint64_t)pThis->Base.ObjInfo.cbObject)
274 if (offUnsigned + pSgBuf->paSegs[0].cbSeg > (uint64_t)pThis->Base.ObjInfo.cbObject)
278 *pcbRead = cbLeftToRead = (size_t)((uint64_t)pThis->Base.ObjInfo.cbObject - offUnsigned);
396 if (((pThis->Base.ObjInfo.cbAllocated + cbNextExtent) & (cbNextExtent - 1)) == 0)
434 pThis->Base.ObjInfo.cbAllocated += cbExtent;
535 if ((uint64_t)pThis->Base.ObjInfo.cbObject < offUnsigned)
536 pThis->Base.ObjInfo.cbObject = offUnsigned;
590 pThis->Base
[all...]
/vbox/src/bldprogs/
H A Dscm.h197 * We parse the base options into the Base member and put the others into the
211 SCMSETTINGSBASE Base; member in struct:SCMSETTINGS
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciResourceSupport.c1198 @param Base Base address of resource to be progammed.
1203 @retval EFI_OUT_OF_RESOURCES Base is all one.
1208 IN UINT64 Base,
1216 if (Base == gAllOne) {
1232 ProgramP2C (Base, Node);
1237 ProgramBar (Base, Node);
1243 Status = ProgramResource (Base + Node->Offset, Node);
1248 ProgramPpbApperture (Base, Node);
1260 @param Base Bas
1207 ProgramResource( IN UINT64 Base, IN PCI_RESOURCE_NODE *Bridge ) argument
1265 ProgramBar( IN UINT64 Base, IN PCI_RESOURCE_NODE *Node ) argument
1356 ProgramVfBar( IN UINT64 Base, IN PCI_RESOURCE_NODE *Node ) argument
1442 ProgramPpbApperture( IN UINT64 Base, IN PCI_RESOURCE_NODE *Node ) argument
1834 ProgramP2C( IN UINT64 Base, IN PCI_RESOURCE_NODE *Node ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Utility.c315 @param[in] Base The base value of the time.
324 IN UINT32 Base,
354 Expire = Base - (UINT32) (Base * Seed / DHCP6_10_BIT_MASK / 10);
358 Expire = Base + (UINT32) (Base * Seed / DHCP6_10_BIT_MASK / 10);
362 Expire = 2 * Base - (UINT32) (Base * Seed / DHCP6_10_BIT_MASK / 10);
366 Expire = 2 * Base + (UINT32) (Base * See
323 Dhcp6CalculateExpireTime( IN UINT32 Base, IN BOOLEAN IsFirstRt, IN BOOLEAN NeedSigned ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
H A DPciHostBridge.h428 UINT64 Base; member in struct:__anon12665
H A DPciRootBridgeIo.c671 PrivateData->ResAllocNode[Index].Base = 0;
763 UINT64 Base; local
822 Base = PrivateData->IoBase;
825 Base = PrivateData->MemBase;
842 Base = 0;
846 if (Address < Base) {
2152 Configuration.SpaceDesp[Index].AddrRangeMin = PrivateData->ResAllocNode[Index].Base;
2153 Configuration.SpaceDesp[Index].AddrRangeMax = PrivateData->ResAllocNode[Index].Base + PrivateData->ResAllocNode[Index].Length - 1;
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/MtrrLib/
H A DMtrrLib.c15 #include <Base.h>
263 @param Base The base address of memory range.
274 IN OUT UINT64 *Base,
289 if ((*Base >= mMtrrLibFixedMtrrTable[MsrNum].BaseAddress) &&
290 (*Base <
309 if (*Base ==
331 *Base += mMtrrLibFixedMtrrTable[MsrNum].Length;
474 @param Base The base address of memory range.
487 IN OUT UINT64 *Base,
506 EndAddress = *Base
272 ProgramFixedMtrr( IN UINT64 MemoryCacheType, IN OUT UINT64 *Base, IN OUT UINT64 *Length ) argument
485 CombineMemoryAttribute( IN UINT64 Attributes, IN OUT UINT64 *Base, IN OUT UINT64 *Length, IN VARIABLE_MTRR *VariableMtrr, IN OUT UINT32 *UsedMtrr, OUT BOOLEAN *OverwriteExistingMtrr ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxPeCoffLib/
H A DBasePeCoff.c30 Base PE/COFF loader supports loading any PE32/PE32+ or TE image, but
892 CHAR8 *Base; local
1037 Base = PeCoffLoaderImageAddress (ImageContext, Section->VirtualAddress);
1046 if ((Size > 0) && ((Base == NULL) || (End == NULL))) {
1052 Base = (CHAR8 *)((UINTN) Base + sizeof (EFI_TE_IMAGE_HEADER) - (UINTN)Hdr.Te->StrippedSize);
1066 Base
1073 Base
1088 ZeroMem (Base + Size, Section->Misc.VirtualSize - Size);
1283 Base
[all...]

Completed in 121 milliseconds

1234