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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DNotify.c169 Reinstall a protocol interface on a device handle. The OldInterface for Protocol is replaced by the NewInterface.
174 @param OldInterface A pointer to the old interface
178 @retval EFI_NOT_FOUND The OldInterface on the handle was not found
187 IN VOID *OldInterface,
215 Prot = CoreFindProtocolInterface (UserHandle, Protocol, OldInterface);
238 Prot = CoreRemoveInterfaceFromProtocol (Handle, Protocol, OldInterface);
184 CoreReinstallProtocolInterface( IN EFI_HANDLE UserHandle, IN EFI_GUID *Protocol, IN VOID *OldInterface, IN VOID *NewInterface ) argument

Completed in 32 milliseconds