Searched defs:hImage (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxMimicryDxe/
H A DVBoxMimicry.h58 EFI_HANDLE hImage; member in struct:__anon13098
H A DVBoxMimicry.c73 VBoxMimicryInit(EFI_HANDLE hImage, EFI_SYSTEM_TABLE *pSysTable) argument
98 gThis->hImage = hImage;
110 VBoxMimicryFini(EFI_HANDLE hImage) argument
128 &gThis->hImage,
139 &gThis->hImage,
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/
H A DVBoxInterceptor.c62 VBoxInterceptorInit(EFI_HANDLE hImage, EFI_SYSTEM_TABLE *pSysTable) argument
106 VBoxInterceptorFini(EFI_HANDLE hImage) argument
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxConsoleDxe/
H A DVBoxConsole.c104 VBoxConsoleInit(EFI_HANDLE hImage, EFI_SYSTEM_TABLE *pSysTable) argument
158 VBoxConsoleFini(EFI_HANDLE hImage) argument
/vbox/src/VBox/Runtime/testcase/
H A DtstRTDvm.cpp53 RTFILE hImage; member in union:TSTRTDVMDISK::__anon16727
66 return RTFileReadAt(pDisk->hImage, off, pvBuf, cbRead, NULL);
75 return RTFileWriteAt(pDisk->hImage, off, pvBuf, cbWrite, NULL);
215 Disk.hImage = hFile;

Completed in 1807 milliseconds