Searched refs:NewInterface (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
| H A D | hand.c | 575 VOID *OldInterface, *NewInterface; in LibReinstallProtocolInterfaces() local 605 NewInterface = va_arg(args, VOID *); in LibReinstallProtocolInterfaces() 611 …uefi_call_wrapper(BS->ReinstallProtocolInterface, 4, Handle, Protocol, OldInterface, NewInterface); in LibReinstallProtocolInterfaces() 633 NewInterface = va_arg(args, VOID *); in LibReinstallProtocolInterfaces() 635 …uefi_call_wrapper(BS->ReinstallProtocolInterface, 4, Handle, Protocol, NewInterface, OldInterface); in LibReinstallProtocolInterfaces()
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
| H A D | efiapi.h | 693 IN VOID *NewInterface
|
| /netbsd-src/sys/external/bsd/acpica/dist/include/platform/ |
| H A D | acefiex.h | 613 VOID *NewInterface);
|