Searched refs:p_CcInformation (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c98 t_CcNodeInformation *p_CcInformation; local
101 p_CcInformation = (t_CcNodeInformation *)XX_Malloc(sizeof(t_CcNodeInformation));
102 if (p_CcInformation)
104 memset(p_CcInformation, 0, sizeof(t_CcNodeInformation));
105 memcpy(p_CcInformation, p_CcInfo, sizeof(t_CcNodeInformation));
106 INIT_LIST(&p_CcInformation->node);
109 LIST_AddToTail(&p_CcInformation->node, p_List);
119 t_CcNodeInformation *p_CcInformation; local
126 p_CcInformation = CC_NODE_F_OBJECT(p_Pos);
127 ASSERT_COND(p_CcInformation
140 t_CcNodeInformation *p_CcInformation = NULL; local
2779 t_CcNodeInformation ccNodeInfo, *p_CcInformation; local
2998 t_CcNodeInformation ccNodeInfo, *p_CcInformation; local
[all...]

Completed in 51 milliseconds