HomeSort by relevance Sort by last modified time
    Searched refs:ParameterLength (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbdlib.h 195 IN ULONG ParameterLength,
scsi.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbuser.h 185 ULONG ParameterLength;
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathFromText.c 54 UINTN ParameterLength;
73 ParameterLength = 0;
80 ParameterLength++;
89 ParamStr = AllocateCopyPool ((ParameterLength + 1) * sizeof (CHAR16), ParamStr);
96 ParamStr[ParameterLength] = L'\0';
    [all...]

Completed in 328 milliseconds