Searched defs:Handle (Results 1 - 25 of 187) sorted by relevance

12345678

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.h57 EFI_HANDLE Handle; member in struct:__anon12757
593 @param[in] Handle Handle member initial value.
604 IN CONST SHELL_FILE_HANDLE Handle,
611 @param FileDirHandle Handle of the directory to search.
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/
H A DVgaMiniPort.h56 EFI_HANDLE Handle; member in struct:__anon10355
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/
H A DDebugSupport.c49 EFI_HANDLE Handle; local
119 Handle = NULL;
121 &Handle,
/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/PcAtChipsetPkg/IsaAcpiDxe/
H A DPcatIsaAcpi.h43 EFI_HANDLE Handle; member in struct:__anon12648
67 @param Controller Handle of device to test.
86 @param ControllerHandle Handle of device to bind driver to.
107 @param ControllerHandle Handle of device to stop driver on
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DSmbiosView.h26 UINT16 Handle; member in struct:__anon12883
H A DLibSmbiosView.c103 Get SMBIOS structure given the Handle,copy data to the Buffer,
104 Handle is changed to the next handle or 0xFFFF when the end is
107 @param[in, out] Handle 0xFFFF: get the first structure
113 Handle is updated with next structure handle or
117 Handle is updated with next structure handle or
122 IN OUT UINT16 *Handle,
131 if (*Handle == INVALIDE_HANDLE) {
132 *Handle = mSmbiosStruct->Hdr->Handle;
145 if (Smbios.Hdr->Handle
121 LibGetSmbiosStructure( IN OUT UINT16 *Handle, IN OUT UINT8 *Buffer, OUT UINT16 *Length ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciLib.h20 EFI_HANDLE Handle; member in struct:__anon10833
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DNotify.c16 #include "Handle.h"
46 @param Handle The handle to remove protocol on.
55 IN IHANDLE *Handle,
67 Prot = CoreFindProtocolInterface (Handle, Protocol, Interface);
171 @param UserHandle Handle on which the interface is to be
192 IHANDLE *Handle; local
205 Handle = (IHANDLE *) UserHandle;
238 Prot = CoreRemoveInterfaceFromProtocol (Handle, Protocol, OldInterface);
262 Handle->Key = gHandleDatabaseKey;
54 CoreRemoveInterfaceFromProtocol( IN IHANDLE *Handle, IN EFI_GUID *Protocol, IN VOID *Interface ) argument
/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/Library/BasePerformanceLibNull/
H A DPerformanceLib.c26 Creates a record that contains the Handle, Token, and Module.
31 @param Handle The pointer to environment specific context used
47 IN CONST VOID *Handle, OPTIONAL
59 Looks up the record that matches Handle, Token, and Module.
67 @param Handle The pointer to environment specific context used
83 IN CONST VOID *Handle, OPTIONAL
106 the log entry is returned in Handle, Token, Module, StartTimeStamp, and EndTimeStamp.
108 If Handle is NULL, then ASSERT().
117 @param Handle The pointer to environment specific context used to identify the component
135 OUT CONST VOID **Handle,
46 StartPerformanceMeasurement( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp ) argument
82 EndPerformanceMeasurement( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp ) argument
133 GetPerformanceMeasurement( IN UINTN LogEntryKey, OUT CONST VOID **Handle, OUT CONST CHAR8 **Token, OUT CONST CHAR8 **Module, OUT UINT64 *StartTimeStamp, OUT UINT64 *EndTimeStamp ) argument
176 StartPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
214 EndPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
268 GetPerformanceMeasurementEx( IN UINTN LogEntryKey, OUT CONST VOID **Handle, OUT CONST CHAR8 **Token, OUT CONST CHAR8 **Module, OUT UINT64 *StartTimeStamp, OUT UINT64 *EndTimeStamp, OUT UINT32 *Identifier ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCd.c20 @param[in] ImageHandle Handle to the Image (NULL if Internal).
38 SHELL_FILE_HANDLE Handle; local
167 Status = gEfiShellProtocol->OpenFileByName(Drive, &Handle, EFI_FILE_MODE_READ);
171 } else if (EFI_ERROR(FileHandleIsDirectory(Handle))) {
185 if (Handle != NULL) {
186 gEfiShellProtocol->CloseFile(Handle);
187 DEBUG_CODE(Handle = NULL;);
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/
H A DDebugCommunicationLibSerialPort.c87 @param Handle Debug port handle.
99 IN DEBUG_PORT_HANDLE Handle,
134 @param Handle Debug port handle.
146 IN DEBUG_PORT_HANDLE Handle,
161 @param Handle Debug port handle.
170 IN DEBUG_PORT_HANDLE Handle
98 DebugPortReadBuffer( IN DEBUG_PORT_HANDLE Handle, IN UINT8 *Buffer, IN UINTN NumberOfBytes, IN UINTN Timeout ) argument
145 DebugPortWriteBuffer( IN DEBUG_PORT_HANDLE Handle, IN UINT8 *Buffer, IN UINTN NumberOfBytes ) argument
/vbox/include/iprt/
H A Dpoll.h212 RTHANDLE Handle; local
213 Handle.enmType = RTHANDLETYPE_PIPE;
214 Handle.u.uInt = 0;
215 Handle.u.hPipe = hPipe;
216 return RTPollSetAdd(hPollSet, &Handle, fEvents, id);
231 RTHANDLE Handle; local
232 Handle.enmType = RTHANDLETYPE_SOCKET;
233 Handle.u.uInt = 0;
234 Handle.u.hSocket = hSocket;
235 return RTPollSetAdd(hPollSet, &Handle, fEvent
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/
H A DVgaClass.h70 EFI_HANDLE Handle; member in struct:__anon10511
92 @param ControllerHandle Handle of device to test
117 @param ControllerHandle Handle of device to bind driver to
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/
H A DDriverEntryPoint.c170 EFI_HANDLE Handle; local
224 Status = SmmBase->Register (SmmBase, CompleteFilePath, LoadedImage->ImageBase, 0, &Handle, FALSE);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVol/
H A DFwVolDriver.h34 EFI_HANDLE Handle; member in struct:__anon10923
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVolBlock/
H A DFwVolBlock.h43 EFI_HANDLE Handle; member in struct:__anon10927
/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/Library/UefiShellLevel3CommandsLib/
H A DTouch.c22 @param[in] Handle The handle to update the date/time on.
24 @retval EFI_ACCESS_DENIED The file referenced by Handle is read only.
30 IN EFI_HANDLE Handle
36 FileInfo = gEfiShellProtocol->GetFileInfo(Handle);
44 Status = gEfiShellProtocol->SetFileInfo(Handle, FileInfo);
56 @param[in] Handle The handle of this file already opened.
67 IN SHELL_FILE_HANDLE Handle,
96 Status = TouchFileByHandle(Handle);
105 if (FileHandleIsDirectory(Handle) == EFI_SUCCESS && Rec) {
109 if (EFI_ERROR(gEfiShellProtocol->FindFilesInDir(Handle,
64 DoTouchByHandle( IN CONST CHAR16 *Name, IN CHAR16 *FS, IN SHELL_FILE_HANDLE Handle, IN BOOLEAN Rec ) argument
[all...]
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/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_efi.h76 EFI_HANDLE Handle; //!< The device handle the protocol is attached to member in struct:__anon13088
/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/IntelFrameworkModulePkg/Library/GenericBdsLib/
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/IntelFrameworkModulePkg/Universal/DataHubDxe/
H A DDataHub.h37 EFI_HANDLE Handle; member in struct:__anon10512

Completed in 62 milliseconds

12345678