Searched refs:Handle (Results 51 - 75 of 380) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/Ia32/
H A DMathLShiftS64.S35 # Handle shifting of 64 or more bits (return 0)
41 # Handle shifting of between 0 and 31 bits
50 # Handle shifting of between 32 and 63 bits
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DHandle.h31 /// The Handle Database Key value when this handle was last created or modified
68 IHANDLE *Handle; member in struct:__anon10931
147 @param Handle The handle to search the protocol on
156 IN IHANDLE *Handle,
165 @param Handle The handle to remove protocol on.
174 IN IHANDLE *Handle,
183 @param ControllerHandle Handle of the controller to be
H A DDriverSupport.c16 #include "Handle.h"
25 @param ControllerHandle Handle of the controller to be
51 IHANDLE *Handle; local
69 Handle = ControllerHandle;
130 for (Link = Handle->Protocols.ForwardLink, ChildHandleCount = 0; Link != &Handle->Protocols; Link = Link->ForwardLink) {
154 for (Link = Handle->Protocols.ForwardLink, ChildHandleCount = 0; Link != &Handle->Protocols; Link = Link->ForwardLink) {
198 @param DriverBindingHandle Handle of the driver binding
203 @param DriverBindingHandleCount Driver Binding Handle Coun
685 IHANDLE *Handle; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/CRT/Ia32/
H A Dshldi3.S35 # Handle shifting of 64 or more bits (return 0)
41 # Handle shifting of between 0 and 31 bits
50 # Handle shifting of between 32 and 63 bits
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DPerformance.c79 @param Handle Driver handle.
85 IN EFI_HANDLE Handle,
100 Handle,
107 Handle,
159 CONST VOID *Handle; local
237 &Handle,
256 &Handle,
261 if (Handle == Handles[Index] && !PerfEntriesAsDxeHandle[EntryIndex]) {
265 if ((Handle == Handles[Index]) && (EndTicker != 0)) {
302 &Handle,
84 GetNameFromHandle( IN EFI_HANDLE Handle, OUT CHAR8 *GaugeString ) argument
[all...]
H A DBdsConnect.c97 EFI_HANDLE Handle; local
142 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &RemainingDevicePath, &Handle);
145 if (Handle == PreviousHandle) {
157 PreviousHandle = Handle;
159 // Connect all drivers that apply to Handle and RemainingDevicePath,
173 gBS->ConnectController (Handle, NULL, RemainingDevicePath, FALSE);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DHiiDatabaseEntry.c144 EFI_HANDLE Handle; local
177 Handle = NULL;
179 &Handle,
199 &Handle,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/
H A DReportStatusCodeRouterSmm.c212 EFI_HANDLE Handle; local
214 Handle = NULL;
220 &Handle,
231 &Handle,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellManParser.h65 @param[in] Handle FileHandle to read from
78 IN SHELL_FILE_HANDLE Handle,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DSmbiosView.h26 UINT16 Handle; member in struct:__anon12883
H A DLibSmbiosView.h71 Get SMBIOS structure given the Handle,copy data to the Buffer,
72 Handle is changed to the next handle or 0xFFFF when the end is
75 @param[in, out] Handle 0xFFFF: get the first structure
81 Handle is updated with next structure handle or
85 Handle is updated with next structure handle or
90 IN OUT UINT16 *Handle,
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugAgent.c203 DEBUG_PORT_HANDLE Handle; local
205 Handle = GetDebugPortHandle();
211 DebugPortWriteBuffer (Handle, (UINT8 *) &DebugCommonHeader, sizeof (DEBUG_COMMAND_HEADER));
237 DEBUG_PORT_HANDLE Handle; local
239 Handle = GetDebugPortHandle();
242 if (DebugPortReadBuffer (Handle, (UINT8 *) &DebugCommonHeader.StartSymbol, 1, Timeout) == 0) {
255 if (DebugPortReadBuffer (Handle, (UINT8 *)&DebugCommonHeader.Command, sizeof (DEBUG_COMMAND_HEADER) - 1, Timeout) == 0) {
317 DEBUG_PORT_HANDLE Handle; local
319 Handle = GetDebugPortHandle();
323 DebugPortReadBuffer (Handle, InputPacke
468 DEBUG_PORT_HANDLE Handle; local
589 DEBUG_PORT_HANDLE Handle; local
985 DEBUG_PORT_HANDLE Handle; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciDeviceSupport.h102 @param Handle A pointer to hold the returned EFI handle for the PCI IO device.
112 OUT EFI_HANDLE *Handle OPTIONAL
136 @param Handle PCI device handle.
145 IN EFI_HANDLE Handle
H A DPciLib.h20 EFI_HANDLE Handle; member in struct:__anon10833
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Image/
H A DImage.h24 EFI_HANDLE Handle; member in struct:__anon10936
73 EFI_HANDLE Handle; member in struct:__anon10937
H A DImage.c178 &Image->Handle,
191 gDxeCoreImageHandle = Image->Handle;
199 &mLoadPe32PrivateData.Handle,
356 IMAGE_FILE_HANDLE *Handle; local
365 Handle = (IMAGE_FILE_HANDLE*)ImageContext->Handle;
366 ImgHdr = (EFI_IMAGE_OPTIONAL_HEADER_UNION *)((CHAR8* )Handle->Source + ImageContext->PeCoffHeaderOffset);
384 ImageContext->Handle,
461 Image->ImageContext.Handle = Pe32Handle;
679 Image->Handle,
1356 EFI_HANDLE Handle; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyPlatform.h74 EFI_HANDLE Handle; member in struct:__anon12613
88 EFI_HANDLE Handle; member in struct:__anon12615
/vbox/src/VBox/HostServices/SharedFolders/
H A Dshflhandle.h50 RTFILE Handle; member in struct:_SHFLFILEHANDLE::__anon16448::__anon16449
54 PRTDIR Handle; member in struct:_SHFLFILEHANDLE::__anon16448::__anon16450
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/
H A DPartition.h49 EFI_HANDLE Handle; member in struct:__anon11165
111 @param ControllerHandle Handle of device to test
134 @param ControllerHandle Handle of device to bind driver to
156 @param ControllerHandle Handle of device to stop driver on
309 @param[in] ParentHandle Parent Handle for new child.
340 Install child handles if the Handle supports GPT partition structure.
343 @param[in] Handle Parent Handle.
358 IN EFI_HANDLE Handle,
366 Install child handles if the Handle support
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DType.c24 @param[in] Handle The handle to the file to display.
34 IN EFI_HANDLE Handle,
51 Status = ShellSetFilePosition(Handle, 0);
56 Status = ShellReadFile(Handle, &ReadSize, Buffer);
99 @param[in] ImageHandle Handle to the Image (NULL if Internal).
211 if (FileHandleIsDirectory(Node->Handle) == EFI_SUCCESS) {
220 Status = TypeFileByHandle(Node->Handle, AsciiMode, UnicodeMode);
33 TypeFileByHandle( IN EFI_HANDLE Handle, BOOLEAN Ascii, BOOLEAN UCS2 ) argument
/vbox/src/VBox/Runtime/testcase/
H A DtstRTProcCreateEx.cpp238 RTHANDLE Handle; local
239 Handle.enmType = RTHANDLETYPE_PIPE;
240 Handle.u.hPipe = hPipeW;
243 &Handle, &Handle, pszAsUser, pszPassword, &hProc), VINF_SUCCESS);
303 RTHANDLE Handle; local
304 Handle.enmType = RTHANDLETYPE_PIPE;
305 Handle.u.hPipe = hPipeW;
308 NULL, &Handle, pszAsUser, pszPassword, &hProc), VINF_SUCCESS);
369 RTHANDLE Handle; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAcpiSdt.h84 // AML Handle Signature.
90 // AML Handle Entry definition.
205 @param[out] Handle On return, points to the newly created ACPI handle.
207 @retval EFI_SUCCESS Handle created successfully.
214 OUT EFI_ACPI_HANDLE *Handle
221 @param[out] Handle Upon return, holds the handle.
224 @retval EFI_INVALID_PARAMETER Buffer is NULL or Handle is NULL or Buffer points to an
232 OUT EFI_ACPI_HANDLE *Handle
238 @param[in] Handle Returns the handle.
241 @retval EFI_INVALID_PARAMETER Handle i
[all...]
H A DAcpiTable.h87 // Handle is used to identify a particular table.
96 UINTN Handle; member in struct:__anon11117
209 @param[in] Handle Table to find.
219 IN UINTN Handle,
247 @param[in] Handle Handle of the table.
253 IN UINTN Handle
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DNotify.c35 ProtNotify->Function (&ProtEntry->ProtocolID, Prot->Interface, Prot->Handle);
42 @param Handle The handle to remove protocol on.
51 IN IHANDLE *Handle,
61 Prot = SmmFindProtocolInterface (Handle, Protocol, Interface);
50 SmmRemoveInterfaceFromProtocol( IN IHANDLE *Handle, IN EFI_GUID *Protocol, IN VOID *Interface ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DRuntime.h63 EFI_HANDLE Handle; member in struct:_EFI_RUNTIME_IMAGE_ENTRY

Completed in 106 milliseconds

1234567891011>>