Home | History | Annotate | Download | only in PeiPcdLib

Lines Matching refs:PcdInfo

23 #include <Ppi/PcdInfo.h>

1572 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
1573 The caller is responsible for freeing the buffer that is allocated by callee for PcdInfo->PcdName.
1579 OUT PCD_INFO *PcdInfo
1584 Status = GetPcdInfoPpiPointer()->GetInfo (TokenNumber, (EFI_PCD_INFO *) PcdInfo);
1598 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
1599 The caller is responsible for freeing the buffer that is allocated by callee for PcdInfo->PcdName.
1606 OUT PCD_INFO *PcdInfo
1611 Status = GetPiPcdInfoPpiPointer()->GetInfo (Guid, TokenNumber, (EFI_PCD_INFO *) PcdInfo);