OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChildHandleCount
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DriverSupport.c
66
UINTN
ChildHandleCount
;
177
for (Link = Handle->Protocols.ForwardLink,
ChildHandleCount
= 0; Link != &Handle->Protocols; Link = Link->ForwardLink) {
184
ChildHandleCount
++;
192
ChildHandleBuffer = AllocatePool (
ChildHandleCount
* sizeof(EFI_HANDLE));
201
for (Link = Handle->Protocols.ForwardLink,
ChildHandleCount
= 0; Link != &Handle->Protocols; Link = Link->ForwardLink) {
208
ChildHandleBuffer[
ChildHandleCount
] = OpenData->ControllerHandle;
209
ChildHandleCount
++;
222
for (Index = 0; Index <
ChildHandleCount
; Index++) {
[
all
...]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DrvCfg.c
574
UINTN
ChildHandleCount
;
887
&
ChildHandleCount
,
895
for (ChildIndex = 0; ChildIndex <
ChildHandleCount
; ChildIndex++) {
[
all
...]
Completed in 219 milliseconds