Searched refs:UninstallProtocolInterface (Results 1 – 2 of 2) sorted by relevance
504 uefi_call_wrapper(BS->UninstallProtocolInterface, 3, *Handle, Protocol, Interface); in LibInstallProtocolInterfaces()552 Status = uefi_call_wrapper(BS->UninstallProtocolInterface, 3, Handle, Protocol, Interface); in LibUninstallProtocolInterfaces()
896 EFI_UNINSTALL_PROTOCOL_INTERFACE UninstallProtocolInterface; member