Home
last modified time | relevance | path

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

/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Dhand.c32 UINTN NumberHandles, Index; in LibLocateProtocol() local
37 Status = LibLocateHandle (ByProtocol, ProtocolGuid, NULL, &NumberHandles, &Handles); in LibLocateProtocol()
43 for (Index=0; Index < NumberHandles; Index++) { in LibLocateProtocol()