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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/
H A DLightMemoryTest.c156 NONTESTED_MEMORY_RANGE *Range; local
161 Range = NONTESTED_MEMORY_RANGE_FROM_LINK (Link);
164 Range->StartAddress,
165 Range->Length
170 Range->StartAddress,
171 Range->Length,
172 Range->Capabilities &~(EFI_MEMORY_PRESENT | EFI_MEMORY_INITIALIZED | EFI_MEMORY_TESTED | EFI_MEMORY_RUNTIME)
248 NONTESTED_MEMORY_RANGE *Range; local
273 (VOID **) &Range
276 Range
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Support.c33 MTFTP4_BLOCK_RANGE *Range; local
35 Range = AllocateZeroPool (sizeof (MTFTP4_BLOCK_RANGE));
37 if (Range == NULL) {
41 InitializeListHead (&Range->Link);
42 Range->Start = Start;
43 Range->End = End;
44 Range->Bound = End;
46 return Range;
78 MTFTP4_BLOCK_RANGE *Range; local
80 Range
104 MTFTP4_BLOCK_RANGE *Range; local
132 MTFTP4_BLOCK_RANGE *Range; local
177 MTFTP4_BLOCK_RANGE *Range; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Support.c25 @return Range The range of the allocated block buffer.
34 MTFTP6_BLOCK_RANGE *Range; local
36 Range = AllocateZeroPool (sizeof (MTFTP6_BLOCK_RANGE));
38 if (Range == NULL) {
42 InitializeListHead (&Range->Link);
43 Range->Start = Start;
44 Range->End = End;
45 Range->Bound = End;
47 return Range;
78 MTFTP6_BLOCK_RANGE *Range; local
105 MTFTP6_BLOCK_RANGE *Range; local
133 MTFTP6_BLOCK_RANGE *Range; local
177 MTFTP6_BLOCK_RANGE *Range; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecImpl.c23 Check if the specified Address is the Valid Address Range.
94 Extrct the Address Range from a Address.
100 @param[out] Range Contain the return Address Range.
107 OUT EFI_IP_ADDRESS *Range
121 Addr = (UINT8 *) Range;
123 CopyMem (Range, Address, sizeof (EFI_IP_ADDRESS));
161 EFI_IP_ADDRESS Range; local
180 ZeroMem (&Range, sizeof (EFI_IP_ADDRESS));
184 &Range
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3D.h239 D3DDDIRANGE Range; member in union:VBOXWDDMDISP_LOCKINFO::__anon620
/vbox/src/VBox/Devices/Storage/
H A DDrvHostBase.cpp1313 IOVirtualRange Range = { (IOVirtualAddress)pvBuf, cbBuf }; local
1314 irc = (*ppScsiTaskI)->SetScatterGatherEntries(ppScsiTaskI, &Range, 1, cbBuf,
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp723 CFRange Range = {0, CFArrayGetCount(ArrayObjRef)}; local
724 CFArrayApplyFunction(ArrayObjRef, Range, darwinBruteForcePropertySearchApplier, pKeyboardEntry);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d8types.h1081 float Range; member in struct:_D3DLIGHT8
H A Dd3d9types.h1383 float Range; member in struct:_D3DLIGHT9
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d8types.h1078 float Range; member in struct:_D3DLIGHT8
H A Dd3d9types.h1379 float Range; member in struct:_D3DLIGHT9
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dwined3d.h2184 float Range; member in struct:_WINED3DLIGHT
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwined3d.h2185 float Range; member in struct:_WINED3DLIGHT
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2184 float Range; member in struct:_WINED3DLIGHT
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwined3d.h2182 float Range; member in struct:_WINED3DLIGHT
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2184 float Range; member in struct:_WINED3DLIGHT
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 248 milliseconds