Home
last modified time | relevance | path

Searched refs:p_AdditionalInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c2362 t_FmPcdModifyCcKeyAdditionalParams *p_AdditionalInfo) in ReleaseNewNodeCommonPart() argument
2364 if (p_AdditionalInfo->p_AdTableNew) in ReleaseNewNodeCommonPart()
2367 ((t_FmPcdCcNode *)(p_AdditionalInfo->h_CurrentNode))->h_FmPcd), in ReleaseNewNodeCommonPart()
2368 p_AdditionalInfo->p_AdTableNew); in ReleaseNewNodeCommonPart()
2370 if (p_AdditionalInfo->p_KeysMatchTableNew) in ReleaseNewNodeCommonPart()
2373 ((t_FmPcdCcNode *)(p_AdditionalInfo->h_CurrentNode))->h_FmPcd), in ReleaseNewNodeCommonPart()
2374 p_AdditionalInfo->p_KeysMatchTableNew); in ReleaseNewNodeCommonPart()
2489 t_FmPcdModifyCcKeyAdditionalParams *p_AdditionalInfo) in BuildNewNodeCommonPart() argument
2500 p_AdditionalInfo->p_AdTableNew = (t_Handle)FM_MURAM_AllocMem( in BuildNewNodeCommonPart()
2502 (uint32_t)((p_AdditionalInfo->numOfKeys + 1) in BuildNewNodeCommonPart()
[all …]