OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParentControllerHandleBuffer
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DevTree.c
166
EFI_HANDLE *
ParentControllerHandleBuffer
;
243
ParentControllerHandleBuffer
= NULL;
247
&
ParentControllerHandleBuffer
249
SHELL_FREE_NON_NULL (
ParentControllerHandleBuffer
);
Dh.c
272
EFI_HANDLE *
ParentControllerHandleBuffer
;
299
ParentControllerHandleBuffer
= NULL;
303
&
ParentControllerHandleBuffer
437
Status = gEfiShellProtocol->GetDeviceName(
ParentControllerHandleBuffer
[Index], EFI_DEVICE_NAME_USE_COMPONENT_NAME|EFI_DEVICE_NAME_USE_DEVICE_PATH, (CHAR8*)Language, &TempStringPointer);
444
ConvertHandleToHandleIndex (
ParentControllerHandleBuffer
[Index]),
487
SHELL_FREE_NON_NULL(
ParentControllerHandleBuffer
);
Completed in 75 milliseconds