Home | History | Annotate | Download | only in UefiShellDriver1CommandsLib

Lines Matching refs:Devices

2   Main file for devices shell Driver1 function.

32 @param[in, out] Devices On successful return this buffer will be
33 contain the number of devices controlled.
51 IN OUT UINTN *Devices,
66 || Devices == NULL
76 *Devices = 0;
97 Status = PARSE_HANDLE_DATABASE_UEFI_DRIVERS(TheHandle, Devices, &HandleBuffer);
98 if (!EFI_ERROR(Status) && Devices != NULL && HandleBuffer != NULL) {
99 for (Count = 0 ; Count < *Devices ; Count++) {
123 Function for 'devices' command.
146 UINTN Devices;
171 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PROBLEM), gShellDriver1HiiHandle, L"devices", ProblemParam);
185 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_TOO_MANY), gShellDriver1HiiHandle, L"devices");
201 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_NO_VALUE), gShellDriver1HiiHandle, L"devices", L"-l");
212 ShellPrintHiiEx (-1, -1, Language, STRING_TOKEN (STR_GEN_SFO_HEADER), gShellDriver1HiiHandle, L"devices");
232 Status = GetDeviceHandleInfo(*HandleListWalker, &Type, &Cfg, &Diag, &Parents, &Devices, &Children, &Name, Language);
233 if (Name != NULL && (Parents != 0 || Devices != 0 || Children != 0)) {
245 Devices,