Home | History | Annotate | Download | only in lib

Lines Matching defs:Handles

35     EFI_HANDLE      *Handles;
39 Status = LibLocateHandle (ByProtocol, ProtocolGuid, NULL, &NumberHandles, &Handles);
46 Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handles[Index], ProtocolGuid, Interface);
52 if (Handles) {
53 FreePool (Handles);
142 // Get list of device handles that support the BLOCK_IO Protocol.
163 // If there was an error or there are no device handles that support
175 // Loop through all the device handles that support the BLOCK_IO Protocol
271 // Allocate space for the return buffer of device handles.
284 // Build list of matching device handles.