Home
last modified time | relevance | path

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

/freebsd/stand/efi/boot1/
H A Dboot1.c50 static EFI_GUID BlockIoProtocolGUID = BLOCK_IO_PROTOCOL; variable
230 BS->LocateHandle(ByProtocol, &BlockIoProtocolGUID, NULL, in efi_main()
236 status = BS->LocateHandle(ByProtocol, &BlockIoProtocolGUID, in efi_main()
H A Dproto.c37 static EFI_GUID BlockIoProtocolGUID = BLOCK_IO_PROTOCOL; variable
81 status = OpenProtocolByHandle(h, &BlockIoProtocolGUID, (void **)&blkio); in probe_handle()
/freebsd/stand/efi/gptboot/
H A Dproto.c49 static EFI_GUID BlockIoProtocolGUID = BLOCK_IO_PROTOCOL; variable
171 status = OpenProtocolByHandle(h, &BlockIoProtocolGUID, (void **)&blkio); in probe_handle()