Searched refs:OldInterface (Results 1 – 2 of 2) sorted by relevance
/DragonStub/lib/ |
H A D | hand.c | 570 VOID *OldInterface, *NewInterface; in LibReinstallProtocolInterfaces() local 599 OldInterface = va_arg(args, VOID *); in LibReinstallProtocolInterfaces() 606 …uefi_call_wrapper(BS->ReinstallProtocolInterface, 4, Handle, Protocol, OldInterface, NewInterface); in LibReinstallProtocolInterfaces() 625 OldInterface = va_arg(args, VOID *); in LibReinstallProtocolInterfaces() 628 …uefi_call_wrapper(BS->ReinstallProtocolInterface, 4, Handle, Protocol, NewInterface, OldInterface); in LibReinstallProtocolInterfaces()
|
/DragonStub/inc/ |
H A D | efiapi.h | 705 IN VOID *OldInterface,
|