OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NumberHandles
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
hand.c
32
UINTN
NumberHandles
, Index;
37
Status = LibLocateHandle (ByProtocol, ProtocolGuid, NULL, &
NumberHandles
, &Handles);
43
for (Index=0; Index <
NumberHandles
; Index++) {
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
IpSecConfig.c
481
UINTN
NumberHandles
;
487
NumberHandles
= 0;
489
Status = LocateHandle (ByProtocol, ProtocolGuid, NULL, &
NumberHandles
, &Handles);
495
for (Index = 0; Index <
NumberHandles
; Index++) {
Completed in 64 milliseconds