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

/freebsd-current/stand/efi/libefi/
H A Defi_driver_utils.c45 status = BS->LocateHandle(ByProtocol, filter, NULL,
57 status = BS->LocateHandle(ByProtocol, filter, NULL,
H A Definet.c368 status = BS->LocateHandle(ByProtocol, &sn_guid, NULL, &sz, NULL);
373 status = BS->LocateHandle(ByProtocol, &sn_guid, NULL, &sz,
H A Deficom.c104 status = BS->LocateHandle(ByProtocol, &serial, NULL, &bufsz, handles);
115 status = BS->LocateHandle(ByProtocol, &serial, NULL, &bufsz, handles);
H A Defipart.c362 status = BS->LocateHandle(ByProtocol, &blkio_guid, 0, &sz, hin);
367 status = BS->LocateHandle(ByProtocol, &blkio_guid, 0, &sz,
/freebsd-current/stand/efi/boot1/
H A Dboot1.c228 BS->LocateHandle(ByProtocol, &BlockIoProtocolGUID, NULL,
234 status = BS->LocateHandle(ByProtocol, &BlockIoProtocolGUID,
/freebsd-current/stand/efi/loader/
H A Dframebuffer.c248 status = BS->LocateHandle(ByProtocol, &uga_guid, NULL, &bufsz, NULL);
252 status = BS->LocateHandle(ByProtocol, &uga_guid, NULL, &bufsz, buf);
549 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize, hlist);
568 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize, hlist);
573 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize,
H A Dmain.c124 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz, 0);
127 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz,
/freebsd-current/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1473 ByProtocol enumerator in enum:__anon9498
1493 @retval EFI_INVALID_PARAMETER SearchType is ByProtocol and Protocol is NULL.
1557 This parameter is only valid for a SearchType of ByProtocol.
/freebsd-current/stand/efi/include/
H A Defiapi.h507 ByProtocol enumerator in enum:__anon604

Completed in 216 milliseconds