Home | History | Annotate | Download | only in lib

Lines Matching refs:Handle

41         DEBUG((D_INFO, "LibLocateProtocol: Handle not found\n"));
441 IN OUT EFI_HANDLE *Handle,
458 OldHandle = *Handle;
466 va_start (args, Handle);
486 Status = uefi_call_wrapper(BS->InstallProtocolInterface, 4, Handle, Protocol, EFI_NATIVE_INTERFACE, Interface);
503 va_start (args, Handle);
508 uefi_call_wrapper(BS->UninstallProtocolInterface, 3, *Handle, Protocol, Interface);
514 *Handle = OldHandle;
529 IN EFI_HANDLE Handle,
539 va_start (args, Handle);
557 Status = uefi_call_wrapper(BS->UninstallProtocolInterface, 3, Handle, Protocol, Interface);
559 DEBUG((D_ERROR, "LibUninstallProtocolInterfaces: failed %g, %r\n", Protocol, Handle));
568 IN OUT EFI_HANDLE *Handle,
591 va_start (args, Handle);
611 Status = uefi_call_wrapper(BS->ReinstallProtocolInterface, 4, Handle, Protocol, OldInterface, NewInterface);
628 va_start (args, Handle);
635 uefi_call_wrapper(BS->ReinstallProtocolInterface, 4, Handle, Protocol, NewInterface, OldInterface);