/device/linaro/bootloader/edk2/MdePkg/Library/DxePcdLib/ |
DxePcdLib.c | 596 specified by Buffer and SizeOfBuffer. Buffer is returned.
597 If SizeOfBuffer is greater than the maximum size support by TokenNumber,
598 then set SizeOfBuffer to the maximum size supported by TokenNumber and
601 If SizeOfBuffer is set to MAX_ADDRESS, then SizeOfBuffer must be set to the
604 If SizeOfBuffer is NULL, then ASSERT().
605 If SizeOfBuffer > 0 and Buffer is NULL, then ASSERT().
608 @param[in, out] SizeOfBuffer The size, in bytes, of Buffer.
618 IN OUT UINTN *SizeOfBuffer,
625 ASSERT (SizeOfBuffer != NULL); [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/PeiPcdLib/ |
PeiPcdLib.c | 597 specified by Buffer and SizeOfBuffer. Buffer is returned.
598 If SizeOfBuffer is greater than the maximum size support by TokenNumber,
599 then set SizeOfBuffer to the maximum size supported by TokenNumber and
602 If SizeOfBuffer is set to MAX_ADDRESS, then SizeOfBuffer must be set to the
605 If SizeOfBuffer is NULL, then ASSERT().
606 If SizeOfBuffer > 0 and Buffer is NULL, then ASSERT().
609 @param[in, out] SizeOfBuffer The size, in bytes, of Buffer.
619 IN OUT UINTN *SizeOfBuffer,
626 ASSERT (SizeOfBuffer != NULL); [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/BasePcdLibNull/ |
PcdLib.c | 507 specified by Buffer and SizeOfBuffer. Buffer is returned.
508 If SizeOfBuffer is greater than the maximum size support by TokenNumber,
509 then set SizeOfBuffer to the maximum size supported by TokenNumber and
512 If SizeOfBuffer is set to MAX_ADDRESS, then SizeOfBuffer must be set to the
515 If SizeOfBuffer is NULL, then ASSERT().
516 If SizeOfBuffer > 0 and Buffer is NULL, then ASSERT().
519 @param[in, out] SizeOfBuffer The size, in bytes, of Buffer.
529 IN OUT UINTN *SizeOfBuffer,
694 Buffer and SizeOfBuffer. Buffer is returned. If SizeOfBuffer is greater than [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
PcdLib.h | 327 If SizeOfBuffer is greater than the maximum size supported by TokenName, then set SizeOfBuffer
329 was not actually performed. If SizeOfBuffer is set to MAX_ADDRESS, then SizeOfBuffer must be
334 If SizeOfBuffer is NULL, then ASSERT().
335 If SizeOfBuffer > 0 and Buffer is NULL, then ASSERT().
338 @param SizeOfBuffer A pointer to the size, in bytes, of Buffer.
558 If SizeOfBuffer is greater than the maximum size supported by TokenName,
559 then set SizeOfBuffer to the maximum size supported by TokenName and return NULL
560 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 | 735 @param[in, out] SizeOfBuffer A pointer to the length of the value being set for the PCD token.
752 IN OUT UINTN *SizeOfBuffer,
756 return SetWorker (TokenNumber, Buffer, SizeOfBuffer, TRUE);
911 @param[in, out] SizeOfBuffer A pointer to the length of the value being set for the PCD token.
929 IN OUT UINTN *SizeOfBuffer,
933 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...] |