Home
last modified time | relevance | path

Searched refs:DeviceIoProtocol (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dhw.c64 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &DeviceIoProtocol, &DevicePath, &Handle); in InitializeGlobalIoDevice()
66 … Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handle, &DeviceIoProtocol, (VOID*)GlobalIoFncs); in InitializeGlobalIoDevice()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defilib.h93 #define DeviceIoProtocol gEfiDeviceIoProtocolGuid macro