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

  /src/sys/stand/efiboot/
efigop.c 37 UINTN ngop_handle; local in function:efi_gop_probe
41 &ngop_handle, &gop_handle);
42 if (EFI_ERROR(status) || ngop_handle == 0) {
46 for (size_t n = 0; n < ngop_handle; n++) {
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++) {

Completed in 12 milliseconds