Searched refs:BlockIoProtocolGUID (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/stand/efi/boot1/
H A Dboot1.c53 static EFI_GUID BlockIoProtocolGUID = BLOCK_IO_PROTOCOL; variable
311 status = BS->HandleProtocol(h, &BlockIoProtocolGUID, (void **)&blkio);
498 status = BS->LocateHandle(ByProtocol, &BlockIoProtocolGUID, NULL,
509 status = BS->LocateHandle(ByProtocol, &BlockIoProtocolGUID,

Completed in 48 milliseconds