Home
last modified time | relevance | path

Searched refs:efi_remove_protocol (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Defi_loader.h336 efi_status_t efi_remove_protocol(const efi_handle_t handle,
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c497 efi_status_t efi_remove_protocol(const efi_handle_t handle, in efi_remove_protocol() function
534 ret = efi_remove_protocol(handle, protocol->guid, in efi_remove_all_protocols()
1215 r = efi_remove_protocol(handle, protocol, protocol_interface); in efi_uninstall_protocol()