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

/freebsd-10-stable/sys/boot/efi/boot1/
H A Dboot1.c56 static EFI_GUID BlockIoProtocolGUID = BLOCK_IO_PROTOCOL; variable
483 status = bs->HandleProtocol(h, &BlockIoProtocolGUID, (void **)&blkio);
623 status = bs->LocateHandle(ByProtocol, &BlockIoProtocolGUID, NULL,
635 status = bs->LocateHandle(ByProtocol, &BlockIoProtocolGUID,

Completed in 70 milliseconds