Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c595 t_List *h_FmPcdNewPointersLst, in ReleaseModifiedDataStructure() argument
611 SANITY_CHECK_RETURN_ERROR(h_FmPcdNewPointersLst, E_INVALID_HANDLE); in ReleaseModifiedDataStructure()
770 for (p_Pos = NCSW_LIST_FIRST(h_FmPcdNewPointersLst); in ReleaseModifiedDataStructure()
771 p_Pos != (h_FmPcdNewPointersLst); p_Pos = NCSW_LIST_NEXT(p_Pos)) in ReleaseModifiedDataStructure()
827 ReleaseLst(h_FmPcdNewPointersLst); in ReleaseModifiedDataStructure()