Searched refs:ngop_handle (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/stand/efiboot/
H A Defigop.c37 UINTN ngop_handle; local
41 &ngop_handle, &gop_handle);
42 if (EFI_ERROR(status) || ngop_handle == 0) {
46 for (size_t n = 0; n < ngop_handle; n++) {
H A Defifdt.c336 UINTN ngop_handle, n; local
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 88 milliseconds