Home
last modified time | relevance | path

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

/freebsd/stand/efi/boot1/
H A Dboot1.c48 static EFI_GUID BlockIoProtocolGUID = BLOCK_IO_PROTOCOL; variable
228 BS->LocateHandle(ByProtocol, &BlockIoProtocolGUID, NULL, in efi_main()
234 status = BS->LocateHandle(ByProtocol, &BlockIoProtocolGUID, in efi_main()
H A Dproto.c35 static EFI_GUID BlockIoProtocolGUID = BLOCK_IO_PROTOCOL; variable
79 status = OpenProtocolByHandle(h, &BlockIoProtocolGUID, (void **)&blkio); in probe_handle()
/freebsd/stand/efi/gptboot/
H A Dproto.c47 static EFI_GUID BlockIoProtocolGUID = BLOCK_IO_PROTOCOL; variable
169 status = OpenProtocolByHandle(h, &BlockIoProtocolGUID, (void **)&blkio); in probe_handle()