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

  /device/linaro/bootloader/edk2/MdePkg/Library/DxePcdLib/
DxePcdLib.c 593 specified by Buffer and SizeOfBuffer. Buffer is returned.
594 If SizeOfBuffer is greater than the maximum size support by TokenNumber,
595 then set SizeOfBuffer to the maximum size supported by TokenNumber and
598 If SizeOfBuffer is set to MAX_ADDRESS, then SizeOfBuffer must be set to the
601 If SizeOfBuffer is NULL, then ASSERT().
602 If SizeOfBuffer > 0 and Buffer is NULL, then ASSERT().
605 @param[in, out] SizeOfBuffer The size, in bytes, of Buffer.
615 IN OUT UINTN *SizeOfBuffer,
622 ASSERT (SizeOfBuffer != NULL);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiPcdLib/
PeiPcdLib.c 593 specified by Buffer and SizeOfBuffer. Buffer is returned.
594 If SizeOfBuffer is greater than the maximum size support by TokenNumber,
595 then set SizeOfBuffer to the maximum size supported by TokenNumber and
598 If SizeOfBuffer is set to MAX_ADDRESS, then SizeOfBuffer must be set to the
601 If SizeOfBuffer is NULL, then ASSERT().
602 If SizeOfBuffer > 0 and Buffer is NULL, then ASSERT().
605 @param[in, out] SizeOfBuffer The size, in bytes, of Buffer.
615 IN OUT UINTN *SizeOfBuffer,
622 ASSERT (SizeOfBuffer != NULL);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePcdLibNull/
PcdLib.c 505 specified by Buffer and SizeOfBuffer. Buffer is returned.
506 If SizeOfBuffer is greater than the maximum size support by TokenNumber,
507 then set SizeOfBuffer to the maximum size supported by TokenNumber and
510 If SizeOfBuffer is set to MAX_ADDRESS, then SizeOfBuffer must be set to the
513 If SizeOfBuffer is NULL, then ASSERT().
514 If SizeOfBuffer > 0 and Buffer is NULL, then ASSERT().
517 @param[in, out] SizeOfBuffer The size, in bytes, of Buffer.
527 IN OUT UINTN *SizeOfBuffer,
692 Buffer and SizeOfBuffer. Buffer is returned. If SizeOfBuffer is greater than
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
PcdLib.h 325 If SizeOfBuffer is greater than the maximum size supported by TokenName, then set SizeOfBuffer
327 was not actually performed. If SizeOfBuffer is set to MAX_ADDRESS, then SizeOfBuffer must be
332 If SizeOfBuffer is NULL, then ASSERT().
333 If SizeOfBuffer > 0 and Buffer is NULL, then ASSERT().
336 @param SizeOfBuffer A pointer to the size, in bytes, of Buffer.
556 If SizeOfBuffer is greater than the maximum size supported by TokenName,
557 then set SizeOfBuffer to the maximum size supported by TokenName and return NULL
558 to indicate that the set operation was not actually performed. If SizeOfBuffer
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/
Dispatcher.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Pcd.h 469 @param[in, out] SizeOfBuffer A pointer to the length of the value being set for the PCD token.
486 IN OUT UINTN *SizeOfBuffer,
639 @param[in, out] SizeOfBuffer A pointer to the length of the value being set for the PCD token.
657 IN OUT UINTN *SizeOfBuffer,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Dxe/
Pcd.c 760 @param[in, out] SizeOfBuffer A pointer to the length of the value being set for the PCD token.
777 IN OUT UINTN *SizeOfBuffer,
781 return SetWorker (TokenNumber, Buffer, SizeOfBuffer, TRUE);
936 @param[in, out] SizeOfBuffer A pointer to the length of the value being set for the PCD token.
954 IN OUT UINTN *SizeOfBuffer,
958 return ExSetWorker(ExTokenNumber, Guid, Buffer, SizeOfBuffer, TRUE);
    [all...]
Service.h 509 @param[in, out] SizeOfBuffer A pointer to the length of the value being set for the PCD token.
526 IN OUT UINTN *SizeOfBuffer,
668 @param[in, out] SizeOfBuffer A pointer to the length of the value being set for the PCD token.
686 IN OUT UINTN *SizeOfBuffer,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Pei/
Pcd.c 736 @param[in, out] SizeOfBuffer A pointer to the length of the value being set for the PCD token.
753 IN OUT UINTN *SizeOfBuffer,
757 return SetWorker (TokenNumber, Buffer, SizeOfBuffer, TRUE);
912 @param[in, out] SizeOfBuffer A pointer to the length of the value being set for the PCD token.
930 IN OUT UINTN *SizeOfBuffer,
934 return ExSetWorker (ExTokenNumber, Guid, Value, SizeOfBuffer, TRUE);
    [all...]
Service.h 506 @param[in, out] SizeOfBuffer A pointer to the length of the value being set for the PCD token.
523 IN OUT UINTN *SizeOfBuffer,
664 @param[in, out] SizeOfBuffer A pointer to the length of the value being set for the PCD token.
682 IN OUT UINTN *SizeOfBuffer,
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
Processor.c 462 IN UINTN SizeOfBuffer
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
GdbDebugAgent.h 692 IN UINTN SizeOfBuffer
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Dispatcher.c     [all...]

Completed in 85 milliseconds