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

  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
PcdInfo.h 42 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
51 OUT EFI_PCD_INFO *PcdInfo
62 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
72 OUT EFI_PCD_INFO *PcdInfo
PiPcdInfo.h 40 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
50 OUT EFI_PCD_INFO *PcdInfo
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PcdInfo.h 42 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
51 OUT EFI_PCD_INFO *PcdInfo
62 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
72 OUT EFI_PCD_INFO *PcdInfo
PiPcdInfo.h 40 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
50 OUT EFI_PCD_INFO *PcdInfo
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Pei/
Service.c 171 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
172 The caller is responsible for freeing the buffer that is allocated by callee for PcdInfo->PcdName.
182 OUT EFI_PCD_INFO *PcdInfo
214 PcdInfo->PcdType = EFI_PCD_TYPE_8;
215 PcdInfo->PcdSize = 0;
219 PcdInfo->PcdName = GetPcdName (TRUE, Database, ExMapTable[Index].TokenNumber);
222 PcdInfo->PcdSize = PeiPcdGetSize (ExMapTable[Index].TokenNumber);
224 PcdInfo->PcdType = GetPcdType (LocalTokenNumber);
225 PcdInfo->PcdName = GetPcdName (FALSE, Database, ExMapTable[Index].TokenNumber);
242 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
    [all...]
Service.h 22 #include <Ppi/PcdInfo.h>
55 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
56 The caller is responsible for freeing the buffer that is allocated by callee for PcdInfo->PcdName.
65 OUT EFI_PCD_INFO *PcdInfo
76 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
77 The caller is responsible for freeing the buffer that is allocated by callee for PcdInfo->PcdName.
87 OUT EFI_PCD_INFO *PcdInfo
821 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
822 The caller is responsible for freeing the buffer that is allocated by callee for PcdInfo->PcdName.
831 OUT EFI_PCD_INFO *PcdInfo
    [all...]
Pcd.c 175 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
176 The caller is responsible for freeing the buffer that is allocated by callee for PcdInfo->PcdName.
185 OUT EFI_PCD_INFO *PcdInfo
188 return PeiGetPcdInfo (NULL, TokenNumber, PcdInfo);
199 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
200 The caller is responsible for freeing the buffer that is allocated by callee for PcdInfo->PcdName.
210 OUT EFI_PCD_INFO *PcdInfo
213 return PeiGetPcdInfo (Guid, TokenNumber, PcdInfo);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Dxe/
Service.c 216 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
217 The caller is responsible for freeing the buffer that is allocated by callee for PcdInfo->PcdName.
227 OUT EFI_PCD_INFO *PcdInfo
262 PcdInfo->PcdType = EFI_PCD_TYPE_8;
263 PcdInfo->PcdSize = 0;
267 PcdInfo->PcdName = GetPcdName (TRUE, IsPeiDb, ExMapTable[Index].TokenNumber);
270 PcdInfo->PcdSize = DxePcdGetSize (ExMapTable[Index].TokenNumber);
272 PcdInfo->PcdType = GetPcdType (LocalTokenNumber);
273 PcdInfo->PcdName = GetPcdName (FALSE, IsPeiDb, ExMapTable[Index].TokenNumber);
290 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
    [all...]
Service.h 23 #include <Protocol/PcdInfo.h>
58 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
59 The caller is responsible for freeing the buffer that is allocated by callee for PcdInfo->PcdName.
68 OUT EFI_PCD_INFO *PcdInfo
79 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
80 The caller is responsible for freeing the buffer that is allocated by callee for PcdInfo->PcdName.
90 OUT EFI_PCD_INFO *PcdInfo
827 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
828 The caller is responsible for freeing the buffer that is allocated by callee for PcdInfo->PcdName.
837 OUT EFI_PCD_INFO *PcdInfo
    [all...]
Pcd.c 188 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
189 The caller is responsible for freeing the buffer that is allocated by callee for PcdInfo->PcdName.
198 OUT EFI_PCD_INFO *PcdInfo
201 return DxeGetPcdInfo (NULL, TokenNumber, PcdInfo);
212 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
213 The caller is responsible for freeing the buffer that is allocated by callee for PcdInfo->PcdName.
223 OUT EFI_PCD_INFO *PcdInfo
226 return DxeGetPcdInfo (Guid, TokenNumber, PcdInfo);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxePcdLib/
DxePcdLib.c 21 #include <Protocol/PcdInfo.h>
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiPcdLib/
PeiPcdLib.c 23 #include <Ppi/PcdInfo.h>
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePcdLibNull/
PcdLib.c     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
build.py     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
PcdLib.h     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DecPomAlignment.py     [all...]

Completed in 329 milliseconds