HomeSort by relevance Sort by last modified time
    Searched refs:OldInterface (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
Notify.c 170 Reinstall a protocol interface on a device handle. The OldInterface for Protocol is replaced by the NewInterface.
175 @param OldInterface A pointer to the old interface
179 @retval EFI_NOT_FOUND The OldInterface on the handle was not found
188 IN VOID *OldInterface,
216 Prot = CoreFindProtocolInterface (UserHandle, Protocol, OldInterface);
239 Prot = CoreRemoveInterfaceFromProtocol (Handle, Protocol, OldInterface);
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
hand.c 568 VOID *OldInterface, *NewInterface;
597 OldInterface = va_arg(args, VOID *);
604 Status = uefi_call_wrapper(BS->ReinstallProtocolInterface, 4, Handle, Protocol, OldInterface, NewInterface);
622 OldInterface = va_arg(args, VOID *);
625 uefi_call_wrapper(BS->ReinstallProtocolInterface, 4, Handle, Protocol, NewInterface, OldInterface);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiMgmtModeRuntimeLib.h 186 IN VOID *OldInterface,
199 OldInterface - A pointer to the old interface.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiApi.h 507 IN VOID *OldInterface,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiSpec.h     [all...]
  /external/syslinux/efi32/include/efi/
efiapi.h 607 IN VOID *OldInterface,
  /external/syslinux/efi64/include/efi/
efiapi.h 607 IN VOID *OldInterface,
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiapi.h 607 IN VOID *OldInterface,
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiSpec.h     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.h 796 Reinstall a protocol interface on a device handle. The OldInterface for Protocol is replaced by the NewInterface.
801 @param OldInterface A pointer to the old interface
805 @retval EFI_NOT_FOUND The OldInterface on the handle was not found
814 IN VOID *OldInterface,
    [all...]

Completed in 1091 milliseconds