Searched refs:blkio_guid (Results 1 – 1 of 1) sorted by relevance
| /freebsd/stand/efi/libefi/ |
| H A D | efipart.c | 43 static EFI_GUID blkio_guid = BLOCK_IO_PROTOCOL; variable 158 status = BS->LocateDevicePath(&blkio_guid, &devp, &h); in efiblk_get_pdinfo_by_device_path() 363 status = BS->LocateHandle(ByProtocol, &blkio_guid, 0, &sz, hin); in efipart_inithandles() 368 status = BS->LocateHandle(ByProtocol, &blkio_guid, 0, &sz, in efipart_inithandles() 389 status = OpenProtocolByHandle(hin[i], &blkio_guid, in efipart_inithandles() 819 status = OpenProtocolByHandle(h, &blkio_guid, (void **)&blkio); in efipart_print_common() 902 status = OpenProtocolByHandle(pd->pd_handle, &blkio_guid, in efipart_open()
|