Home
last modified time | relevance | path

Searched refs:NumberHandles (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dhand.c34 UINTN NumberHandles, Index; in LibLocateProtocol() local
39 Status = LibLocateHandle (ByProtocol, ProtocolGuid, NULL, &NumberHandles, &Handles); in LibLocateProtocol()
45 for (Index=0; Index < NumberHandles; Index++) { in LibLocateProtocol()