OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ngop_handle
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/stand/efiboot/
efigop.c
37
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++) {
efifdt.c
336
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 17 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026