HomeSort by: relevance | last modified time | path
    Searched defs:Handles (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/apps/
drv0_use.c 57 EFI_HANDLE *Handles = NULL;
63 NULL, &NoHandles, &Handles);
65 Print(L"Error looking up handles for proto: %d\n", Status);
72 Status = PlayWithGnuEfiAppsDrv0Protocol(Handles[i]);
77 if (Handles)
78 FreePool(Handles);
route80h.c 63 EFI_HANDLE *Handles;
70 &Handles);
76 rc = uefi_call_wrapper(BS->OpenProtocol, 6, Handles[i],
  /src/sys/external/bsd/gnu-efi/dist/lib/
init.c 121 EFI_HANDLE *Handles;
127 LibLocateHandle (ByProtocol, &UnicodeCollationProtocol, NULL, &NoHandles, &Handles);
137 Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handles[Index], &UnicodeCollationProtocol, (VOID*)&Ui);
166 if (Handles) {
167 FreePool (Handles);
hand.c 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
    [all...]

Completed in 13 milliseconds