efifdt.c | 336 UINTN ngop_handle, n; local in function:efi_fdt_gop 340 status = LibLocateHandle(ByProtocol, &GraphicsOutputProtocol, NULL, &ngop_handle, &gop_handle); 341 if (EFI_ERROR(status) || ngop_handle == 0) 344 for (n = 0; n < ngop_handle; n++) {
|