search for: locate_handl

Displaying 1 result from an estimated 1 matches for "locate_handl".

Did you mean: locate_handle
2011 Aug 22
1
[PATCH] protocol.h: Remove unused locate_protocol()
...on key - * @interface: used to return a pointer to the first matching interface - */ -static inline EFI_STATUS -locate_protocol(EFI_GUID *protocol, void *registration, void **interface) -{ - return uefi_call_wrapper(boot->LocateProtocol, 3, protocol, - registration, interface); -} - -/** * locate_handle - Search for handles that support @protocol * @type: the search type, which handles are returned * @protocol: the protocol to search by (only valid if @type is ByProtocol) -- 1.7.4.4