Searched refs:Handle (Results 276 - 300 of 380) sorted by relevance

<<111213141516

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR0LibSharedFolders.h161 * opened or created, pCreateParms->Handle will be set to
169 DECLVBGL(int) vboxCallClose (PVBSFCLIENT pClient, PVBSFMAP pMap, SHFLHANDLE Handle);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dstdole2.idl313 [propget] HRESULT Handle([out, retval] OLE_HANDLE *phandle);
361 [id(0x0), readonly] OLE_HANDLE Handle;
H A Ddxgi.idl134 HANDLE Handle;
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/
H A Dmac_xpidl.cpp141 Handle fullPath = NULL;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DSocket.c1463 // Handle the error case where the socket was already closed
3291 // Handle the receive errors
3315 // Handle the transmit error
3432 pPort->Handle = ChildHandle;
3442 Status = gBS->OpenProtocol ( pPort->Handle,
3451 pPort->Handle ));
3458 pPort->Handle ));
3779 Status = gBS->CloseProtocol ( pPort->Handle,
3787 pPort->Handle ));
3792 pPort->Handle,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c783 ImgHdr = (EFI_IMAGE_OPTIONAL_HEADER_UNION *) ((UINT8 *) pImageContext->Handle + pImageContext->PeCoffHeaderOffset);
794 TEImageHeader = (EFI_TE_IMAGE_HEADER *) pImageContext->Handle;
815 // PLABEL structure is got by AddressOfEntryPoint offset to ImageBuffer stored in pImageContext->Handle.
817 fprintf (FvMapFile, "EntryPoint=0x%010llx", (unsigned long long) (*(UINT64 *)((UINTN) pImageContext->Handle + (UINTN) AddressOfEntryPoint)));
2890 ImageContext.Handle = (VOID *) ((UINTN) CurrentPe32Section.Pe32Section + sizeof (EFI_PE32_SECTION));
2910 PdbPointer = PeCoffLoaderGetPdbPointer (ImageContext.Handle);
2981 // Handle pointer to the original efi image.
2983 ImageContext.Handle = PeFileBuffer;
3158 ImageContext.Handle = (VOID *) TEImageHeader;
3178 PdbPointer = PeCoffLoaderGetPdbPointer (ImageContext.Handle);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootMaint.h318 EFI_HANDLE Handle; member in struct:__anon10494
332 EFI_HANDLE Handle; member in struct:__anon10495
1153 @param FHand File Handle.
1253 @param HiiHandle Hii Handle of the package to be updated.
H A DConsoleOption.c286 @param Handle The handle for the UART device.
295 IN EFI_HANDLE Handle,
304 Handle,
294 RetrieveUartUid( IN EFI_HANDLE Handle, IN OUT UINT32 *AcpiUid ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/
H A DGpt.c20 Install child handles if the Handle supports GPT partition structure.
159 Install child handles if the Handle supports GPT partition structure.
162 @param[in] Handle Parent Handle.
176 IN EFI_HANDLE Handle,
378 Handle,
414 Install child handles if the Handle supports GPT partition structure.
174 PartitionInstallGptChildHandles( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Handle, IN EFI_DISK_IO_PROTOCOL *DiskIo, IN EFI_BLOCK_IO_PROTOCOL *BlockIo, IN EFI_BLOCK_IO2_PROTOCOL *BlockIo2, IN EFI_DEVICE_PATH_PROTOCOL *DevicePath ) argument
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PartitionDxe/
H A DGpt.c46 Install child handles if the Handle supports GPT partition structure.
185 Install child handles if the Handle supports GPT partition structure.
188 @param[in] Handle Parent Handle.
202 IN EFI_HANDLE Handle,
405 Handle,
441 Install child handles if the Handle supports GPT partition structure.
200 PartitionInstallGptChildHandles( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Handle, IN EFI_DISK_IO_PROTOCOL *DiskIo, IN EFI_BLOCK_IO_PROTOCOL *BlockIo, IN EFI_BLOCK_IO2_PROTOCOL *BlockIo2, IN EFI_DEVICE_PATH_PROTOCOL *DevicePath ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
H A DIsaFloppy.h70 EFI_HANDLE Handle; member in struct:__anon10292
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
H A DSerial.h82 // Handle EFI_HANDLE: The handle instance attached to serial device
94 EFI_HANDLE Handle; member in struct:__anon10315
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
H A DPs2Keyboard.c62 @param ControllerHandle Handle of device to stop driver on
239 ConsoleIn->Handle = Controller;
440 @param ControllerHandle Handle of device to stop driver on
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DBiosSnp16.h59 EFI_HANDLE Handle; member in struct:__anon10373
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaBus.h101 EFI_HANDLE Handle; member in struct:__anon10809
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
H A DScsiDisk.h50 EFI_HANDLE Handle; member in struct:__anon10860
112 @param ControllerHandle Handle of device to test
139 @param ControllerHandle Handle of device to bind driver to
166 @param ControllerHandle Handle of device to stop driver on
970 @param ChildHandle Child Handle to retrieve Parent information.
1008 @param ChildHandle Child Handle to retrieve Parent information.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbBus.h206 EFI_HANDLE Handle; member in struct:_USB_INTERFACE
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/
H A DScriptExecute.c342 ImageContext.Handle = Buffer;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
H A DGraphicsConsole.c113 @param Controller Handle of device to test.
365 @param Controller Handle of device to bind driver to
629 @param Controller Handle of device to stop driver on
798 EFI_HANDLE Handle; local
812 (VOID **) &Handle
820 Handle,
830 Handle,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariableSmm.c450 @param Handle The handle on which the interface was installed
461 IN EFI_HANDLE Handle
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/
H A DEdid.c381 Private->Handle,
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DVariableSmm.c458 @param Handle The handle on which the interface was installed
469 IN EFI_HANDLE Handle
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DEdid.c409 Private->Handle,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiBusDxe/
H A DScsiBus.c163 @param ControllerHandle Handle of device to test
291 @param ControllerHandle Handle of device to bind driver to
565 @param ControllerHandle Handle of device to stop driver on
1152 &ScsiIoDevice->Handle,
1168 ScsiIoDevice->Handle,
1177 ScsiIoDevice->Handle,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/
H A DDxeMain.h136 EFI_HANDLE Handle; member in struct:__anon10917
455 @param ImageHandle Handle that identifies the exiting image.
665 @param Handle The handle to install the protocol handlers on,
670 protocols are added to Handle.
672 @retval EFI_INVALID_PARAMETER Handle is NULL.
679 IN OUT EFI_HANDLE *Handle,
690 @param Handle The handle to uninstall the protocol
694 the protocols are added to Handle.
702 IN EFI_HANDLE Handle,
711 @param UserHandle Handle o
[all...]

Completed in 150 milliseconds

<<111213141516