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