HomeSort by relevance Sort by last modified time
    Searched defs:Param2 (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
Alias.c 93 CONST CHAR16 *Param2;
125 Param2 = ShellCommandLineGetRawValue(Package, 2);
127 if (Param2 != NULL) {
128 CleanParam2 = AllocateCopyPool (StrSize(Param2), Param2);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
Disconnect.c 94 CONST CHAR16 *Param2;
149 Param2 = ShellCommandLineGetRawValue(Package, 2);
153 ShellConvertStringToUint64(Param2, &Intermediate2, TRUE, FALSE);
154 Handle2 = Param2!=NULL?ConvertHandleIndexToHandle((UINTN)Intermediate2):NULL;
161 } else if (Param2 != NULL && Handle2 == NULL) {
162 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_INV_HANDLE), gShellDriver1HiiHandle, L"disconnect", Param2);
168 ASSERT(Param2 != NULL);
169 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_HANDLE_NOT), gShellDriver1HiiHandle, L"disconnect", ShellStrToUintn(Param2), L"driver handle");
Connect.c 421 CONST CHAR16 *Param2;
502 Param2 = ShellCommandLineGetRawValue(Package, 2);
516 if (Param2 != NULL) {
517 Status = ShellConvertStringToUint64(Param2, &Intermediate, TRUE, FALSE);
520 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_INV_HANDLE), gShellDriver1HiiHandle, L"connect", Param2);
531 } else if (Param2 != NULL && Handle2 == NULL) {
532 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_INV_HANDLE), gShellDriver1HiiHandle, L"connect", Param2);
535 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_INV_HANDLE), gShellDriver1HiiHandle, L"connect", Param2);
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathFromText.c     [all...]
  /external/libmtp/src/
ptp.h 56 uint32_t Param2;
97 uint32_t param2; member in struct:_PTPUSBBulkContainer::__anon23919::__anon23920
116 uint32_t param2; member in struct:_PTPUSBEventContainer
    [all...]

Completed in 646 milliseconds