Home | History | Annotate | Download | only in DxePcdLib

Lines Matching refs:PcdInfo

21 #include <Protocol/PcdInfo.h>

1571 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
1572 The caller is responsible for freeing the buffer that is allocated by callee for PcdInfo->PcdName.
1578 OUT PCD_INFO *PcdInfo
1583 Status = GetPcdInfoProtocolPointer()->GetInfo (TokenNumber, (EFI_PCD_INFO *) PcdInfo);
1597 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
1598 The caller is responsible for freeing the buffer that is allocated by callee for PcdInfo->PcdName.
1605 OUT PCD_INFO *PcdInfo
1610 Status = GetPiPcdInfoProtocolPointer()->GetInfo (Guid, TokenNumber, (EFI_PCD_INFO *) PcdInfo);