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

  /device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
SystemFirmwareCommonDxe.c 53 is to be performed using PackageVersionName. A value of 0xFFFFFFFD indicates
55 @param[out] PackageVersionName A pointer to a pointer to a null-terminated string representing the
77 OUT CHAR16 **PackageVersionName
99 PackageVersionName == NULL) {
140 *PackageVersionName = (VOID *)((UINTN)ImageDescriptor + ImageDescriptor->PackageVersionNameStringOffset);
141 *PackageVersionName = AllocateCopyPool(StrSize(*PackageVersionName), *PackageVersionName);
143 *PackageVersionName = NULL;
227 comparison is to be performed using PackageVersionName. A value of
    [all...]
SystemFirmwareDxe.h 159 is to be performed using PackageVersionName. A value of 0xFFFFFFFD indicates
161 @param[out] PackageVersionName A pointer to a pointer to a null-terminated string representing the
183 OUT CHAR16 **PackageVersionName
316 comparison is to be performed using PackageVersionName. A value of
318 @param[out] PackageVersionName A pointer to a pointer to a null-terminated string representing
343 OUT CHAR16 **PackageVersionName,
367 @param[in] PackageVersionName A pointer to the new null-terminated Unicode string representing
374 @retval EFI_INVALID_PARAMETER The PackageVersionName length is longer than the value
388 IN CONST CHAR16 *PackageVersionName
  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
MicrocodeFmp.c 67 is to be performed using PackageVersionName. A value of 0xFFFFFFFD indicates
69 @param[out] PackageVersionName A pointer to a pointer to a null-terminated string representing the
91 OUT CHAR16 **PackageVersionName
113 PackageVersionName == NULL) {
137 if (MicrocodeFmpPrivate->PackageVersionName != NULL) {
138 *PackageVersionName = AllocateCopyPool(StrSize(MicrocodeFmpPrivate->PackageVersionName), MicrocodeFmpPrivate->PackageVersionName);
336 comparison is to be performed using PackageVersionName. A value of
338 @param[out] PackageVersionName A pointer to a pointer to a null-terminated string representing
    [all...]
MicrocodeUpdate.h 83 CHAR16 *PackageVersionName;
261 is to be performed using PackageVersionName. A value of 0xFFFFFFFD indicates
263 @param[out] PackageVersionName A pointer to a pointer to a null-terminated string representing the
285 OUT CHAR16 **PackageVersionName
418 comparison is to be performed using PackageVersionName. A value of
420 @param[out] PackageVersionName A pointer to a pointer to a null-terminated string representing
445 OUT CHAR16 **PackageVersionName,
469 @param[in] PackageVersionName A pointer to the new null-terminated Unicode string representing
476 @retval EFI_INVALID_PARAMETER The PackageVersionName length is longer than the value
490 IN CONST CHAR16 *PackageVersionName
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
CapsuleDump.c 524 @param[in] PackageVersionName The version name of package.
534 IN CHAR16 *PackageVersionName
544 Print(L" PackageVersionName - \"%s\"\n", PackageVersionName);
588 @param[in] PackageVersionName The version name of package.
589 @param[in] PackageVersionNameMaxLen The maximum length of PackageVersionName.
596 IN CHAR16 *PackageVersionName,
603 Print(L" PackageVersionName - \"%s\"\n", PackageVersionName);
634 CHAR16 *PackageVersionName;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FirmwareManagement.h 286 is to be performed using PackageVersionName. A value of 0xFFFFFFFD indicates
288 @param[out] PackageVersionName A pointer to a pointer to a null-terminated string representing the
310 OUT CHAR16 **PackageVersionName
443 comparison is to be performed using PackageVersionName. A value of
445 @param[out] PackageVersionName A pointer to a pointer to a null-terminated string representing
470 OUT CHAR16 **PackageVersionName,
494 @param[in] PackageVersionName A pointer to the new null-terminated Unicode string representing
501 @retval EFI_INVALID_PARAMETER The PackageVersionName length is longer than the value
515 IN CONST CHAR16 *PackageVersionName
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
DxeCapsuleLib.c 661 @param[in] PackageVersionName The version name of package.
671 IN CHAR16 *PackageVersionName
681 DEBUG((DEBUG_VERBOSE, " PackageVersionName - %s\n\n", PackageVersionName));
771 CHAR16 *PackageVersionName;
814 PackageVersionName = NULL;
823 &PackageVersionName // PackageVersionName
838 PackageVersionName // PackageVersionName
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeCapsuleLib/
DxeCapsuleLib.c 156 CHAR16 *PackageVersionName;
294 PackageVersionName = NULL;
303 &PackageVersionName // PackageVersionName
314 if (PackageVersionName != NULL) {
315 FreePool(PackageVersionName);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EsrtDxe/
EsrtDxe.c 247 CHAR16 *PackageVersionName;
257 PackageVersionName = NULL;
356 PackageVersionName = NULL;
365 &PackageVersionName
376 if (PackageVersionName != NULL) {
377 FreePool(PackageVersionName);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.c     [all...]

Completed in 311 milliseconds