Home | History | Annotate | Download | only in lib

Lines Matching defs:Interface

27     OUT VOID        **Interface
30 // Find the first instance of this Protocol in the system and return it's interface
38 *Interface = NULL;
46 Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handles[Index], ProtocolGuid, Interface);
311 // File the file system interface to the device
448 VOID *Interface;
479 Interface = va_arg(args, VOID *);
485 DEBUG((D_INFO, "LibInstallProtocolInterface: %d %x\n", Protocol, Interface));
486 Status = uefi_call_wrapper(BS->InstallProtocolInterface, 4, Handle, Protocol, EFI_NATIVE_INTERFACE, Interface);
507 Interface = va_arg(args, VOID *);
508 uefi_call_wrapper(BS->UninstallProtocolInterface, 3, *Handle, Protocol, Interface);
536 VOID *Interface;
551 Interface = va_arg(args, VOID *);
557 Status = uefi_call_wrapper(BS->UninstallProtocolInterface, 3, Handle, Protocol, Interface);