/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/ |
Unload.c | 19 Function to dump LoadedImage info from TheHandle.
21 @param[in] TheHandle The handle to dump info from.
29 IN EFI_HANDLE TheHandle
34 TheString = GetProtocolInformationDump(TheHandle, &gEfiLoadedImageProtocolGuid, TRUE);
67 EFI_HANDLE TheHandle;
76 TheHandle = NULL;
110 TheHandle = ConvertHandleIndexToHandle((UINTN)Value);
113 if (EFI_ERROR(Status) || Param1 == NULL || TheHandle == NULL){
117 ASSERT(TheHandle != NULL);
119 DumpLoadedImageProtocolInfo(TheHandle);
[all...] |
OpenInfo.c | 28 Open the database and print out all the info about TheHandle.
30 @param[in] TheHandle The handle to print info on.
33 @retval EFI_INVALID_PARAMETER TheHandle was NULL.
38 IN CONST EFI_HANDLE TheHandle
54 if (TheHandle == NULL) {
62 TheHandle,
84 TheHandle,
159 EFI_HANDLE TheHandle;
203 TheHandle = ConvertHandleIndexToHandle((UINTN)Intermediate);
204 ASSERT(TheHandle != NULL); [all...] |
DevTree.c | 27 @param[in] TheHandle The handle to start with.
39 IN CONST EFI_HANDLE TheHandle,
60 ASSERT(TheHandle != NULL);
71 TheHandle,
83 TheHandle,
106 gEfiShellProtocol->GetDeviceName((EFI_HANDLE)TheHandle, !UseDevPaths?EFI_DEVICE_NAME_USE_COMPONENT_NAME|EFI_DEVICE_NAME_USE_DEVICE_PATH:EFI_DEVICE_NAME_USE_DEVICE_PATH, (CHAR8*)Lang, &Name);
115 ConvertHandleToHandleIndex(TheHandle),
126 ParseHandleDatabaseForChildControllers(TheHandle, &ChildCount, &ChildHandleBuffer);
162 EFI_HANDLE TheHandle;
220 TheHandle = ConvertHandleIndexToHandle(LoopVar); [all...] |
Drivers.c | 29 @param[in] TheHandle The handle to get the device path for.
38 IN EFI_HANDLE TheHandle
50 TheHandle,
75 TheHandle,
95 @param[in] TheHandle The handle to the driver to test.
103 IN CONST EFI_HANDLE TheHandle
107 Status = gBS->OpenProtocol((EFI_HANDLE)TheHandle, &gEfiDriverConfigurationProtocolGuid, NULL, gImageHandle, NULL, EFI_OPEN_PROTOCOL_TEST_PROTOCOL);
117 @param[in] TheHandle The handle to the driver to test.
125 IN CONST EFI_HANDLE TheHandle
129 Status = gBS->OpenProtocol((EFI_HANDLE)TheHandle, &gEfiDriverDiagnostics2ProtocolGuid, NULL, gImageHandle, NULL, EFI_OPEN_PROTOCOL_TEST_PROTOCOL); [all...] |
Devices.c | 21 @param[in] TheHandle The device handle to get info on.
47 IN EFI_HANDLE TheHandle,
62 if (TheHandle == NULL
83 gEfiShellProtocol->GetDeviceName(TheHandle, EFI_DEVICE_NAME_USE_COMPONENT_NAME|EFI_DEVICE_NAME_USE_DEVICE_PATH, (CHAR8*)Language, Name);
85 Status = ParseHandleDatabaseForChildControllers(TheHandle, Children, NULL);
87 Status = PARSE_HANDLE_DATABASE_PARENTS(TheHandle, Parents, NULL);
98 Status = PARSE_HANDLE_DATABASE_UEFI_DRIVERS(TheHandle, Devices, &HandleBuffer);
|
Dh.c | 49 @param[in] TheHandle The driver's handle.
58 IN EFI_HANDLE TheHandle,
71 TheHandle,
79 TheHandle,
133 @param[in] TheHandle The handles to show info on.
145 IN CONST EFI_HANDLE TheHandle,
165 TheHandle,
183 Temp = GetProtocolInformationDump(TheHandle, ProtocolGuidArray[ProtocolIndex], Verbose);
214 @param[in] TheHandle The handle of the driver to get info on.
222 IN EFI_HANDLE TheHandle,
[all...] |
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
ConsoleWrappers.c | 23 EFI_HANDLE TheHandle;
30 EFI_HANDLE TheHandle;
181 &(ProtocolToReturn->TheHandle),
186 *HandleLocation = ProtocolToReturn->TheHandle;
218 ((SHELL_EFI_SIMPLE_TEXT_INPUT_PROTOCOL*)SimpleTextIn)->TheHandle,
479 &(ProtocolToReturn->TheHandle),
484 *HandleLocation = ProtocolToReturn->TheHandle;
512 ((SHELL_EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL*)SimpleTextOut)->TheHandle,
|
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/ |
HandleParsingLib.h | 85 If TheHandle is NULL, ASSERT().
87 @param[in] TheHandle The handle to dump information from.
97 IN CONST EFI_HANDLE TheHandle,
108 @param[in] TheHandle The driver handle to get the name of.
117 IN CONST EFI_HANDLE TheHandle,
330 @param[in] TheHandle The handle to retrieve an index for.
339 IN CONST EFI_HANDLE TheHandle
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/ |
UefiHandleParsingLib.c | 158 @param[in] TheHandle The handle that has LoadedImage installed.
166 IN CONST EFI_HANDLE TheHandle,
189 TheHandle,
235 @param[in] TheHandle The handle that has LoadedImage installed.
243 IN CONST EFI_HANDLE TheHandle,
265 TheHandle,
309 @param[in] TheHandle The handle that has PciRootBridgeIo installed.
317 IN CONST EFI_HANDLE TheHandle,
339 TheHandle,
449 @param[in] TheHandle The handle that has SimpleTextOut installed. [all...] |
UefiHandleParsingLib.h | 157 EFI_HANDLE TheHandle;
169 IN CONST EFI_HANDLE TheHandle,
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/ |
UefiShellBcfgCommandLib.c | 224 This function will populate the device path protocol parameter based on TheHandle.
226 @param[in] TheHandle Driver handle.
237 IN EFI_HANDLE TheHandle,
246 TheHandle,
273 TheHandle,
[all...] |