Home
last modified time | relevance | path

Searched refs:IHANDLE (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DLocate.c34 IHANDLE *
51 IHANDLE *
57 IHANDLE *Handle; in SmmGetNextLocateAllHandles()
70 Handle = CR (Position->Position, IHANDLE, AllHandles, EFI_HANDLE_SIGNATURE); in SmmGetNextLocateAllHandles()
87 IHANDLE *
93 IHANDLE *Handle; in SmmGetNextLocateByRegisterNotify()
133 IHANDLE *
139 IHANDLE *Handle; in SmmGetNextLocateByProtocol()
206 IHANDLE *Handle; in SmmLocateProtocol()
290 IHANDLE *Handle; in SmmLocateHandle()
[all …]
DHandle.c38 IHANDLE *Handle; in SmmValidateHandle()
40 Handle = (IHANDLE *)UserHandle; in SmmValidateHandle()
126 IN IHANDLE *Handle, in SmmFindProtocolInterface()
219 IHANDLE *Handle; in SmmInstallProtocolInterfaceNotify()
271 Handle = (IHANDLE *)*UserHandle; in SmmInstallProtocolInterfaceNotify()
273 Handle = AllocateZeroPool (sizeof(IHANDLE)); in SmmInstallProtocolInterfaceNotify()
369 IHANDLE *Handle; in SmmUninstallProtocolInterface()
399 Handle = (IHANDLE *)UserHandle; in SmmUninstallProtocolInterface()
445 IHANDLE *Handle; in SmmGetProtocolInterface()
453 Handle = (IHANDLE *)UserHandle; in SmmGetProtocolInterface()
DPiSmmCore.h127 } IHANDLE; typedef
161 IHANDLE *Handle;
835 IN IHANDLE *Handle,
852 IN IHANDLE *Handle,
DNotify.c51 IN IHANDLE *Handle, in SmmRemoveInterfaceFromProtocol()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DLocate.c35 IHANDLE *
52 IHANDLE *
70 IHANDLE *
87 IHANDLE *
127 IHANDLE *Handle; in CoreLocateHandle()
128 IHANDLE **ResultBuffer; in CoreLocateHandle()
149 ResultBuffer = (IHANDLE **) Buffer; in CoreLocateHandle()
273 IHANDLE *
279 IHANDLE *Handle; in CoreGetNextLocateAllHandles()
292 Handle = CR (Position->Position, IHANDLE, AllHandles, EFI_HANDLE_SIGNATURE); in CoreGetNextLocateAllHandles()
[all …]
DHandle.h33 } IHANDLE; typedef
68 IHANDLE *Handle;
156 IN IHANDLE *Handle,
174 IN IHANDLE *Handle,
DHandle.c74 IHANDLE *Handle; in CoreValidateHandle()
76 Handle = (IHANDLE *)UserHandle; in CoreValidateHandle()
173 IN IHANDLE *Handle, in CoreFindProtocolInterface()
349 IHANDLE *Handle; in CoreInstallProtocolInterfaceNotify()
406 Handle = (IHANDLE *)*UserHandle; in CoreInstallProtocolInterfaceNotify()
408 Handle = AllocateZeroPool (sizeof(IHANDLE)); in CoreInstallProtocolInterfaceNotify()
719 IHANDLE *Handle; in CoreUninstallProtocolInterface()
769 Handle = (IHANDLE *)UserHandle; in CoreUninstallProtocolInterface()
897 IHANDLE *Handle; in CoreGetProtocolInterface()
905 Handle = (IHANDLE *)UserHandle; in CoreGetProtocolInterface()
[all …]
DNotify.c56 IN IHANDLE *Handle, in CoreRemoveInterfaceFromProtocol()
193 IHANDLE *Handle; in CoreReinstallProtocolInterface()
206 Handle = (IHANDLE *) UserHandle; in CoreReinstallProtocolInterface()
DDriverSupport.c59 IHANDLE *Handle; in CoreConnectController()
734 IHANDLE *Handle; in CoreDisconnectController()