Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/etc/
H A Dlist_ext.h83 #define NCSW_LIST_NEXT NCSW_LIST_FIRST macro
144 for (p_Pos = NCSW_LIST_FIRST(p_Head); p_Pos != (p_Head); p_Pos = NCSW_LIST_NEXT(p_Pos))
159 p_Pos = p_Tmp, p_Tmp = NCSW_LIST_NEXT(p_Pos))
217 NCSW_LIST_PREV(NCSW_LIST_NEXT(p_Head)) = p_New; in NCSW_LIST_Add()
218 NCSW_LIST_NEXT(p_New) = NCSW_LIST_NEXT(p_Head); in NCSW_LIST_Add()
220 NCSW_LIST_NEXT(p_Head) = p_New; in NCSW_LIST_Add()
239 NCSW_LIST_NEXT(NCSW_LIST_PREV(p_Head)) = p_New; in NCSW_LIST_AddToTail()
241 NCSW_LIST_NEXT(p_New) = p_Head; in NCSW_LIST_AddToTail()
260 NCSW_LIST_PREV(NCSW_LIST_NEXT(p_Entry)) = NCSW_LIST_PREV(p_Entry); in NCSW_LIST_Del()
261 NCSW_LIST_NEXT(NCSW_LIST_PREV(p_Entry)) = NCSW_LIST_NEXT(p_Entry); in NCSW_LIST_Del()
/freebsd/sys/contrib/ncsw/etc/
H A Dncsw_list.c50 t_List *p_Cur = NCSW_LIST_NEXT(p_Head); in NCSW_LIST_Append()
54 NCSW_LIST_NEXT(p_Last) = p_Cur; in NCSW_LIST_Append()
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c675 NCSW_LIST_NEXT(p_Pos)) in ReleaseModifiedDataStructure()
771 p_Pos != (h_FmPcdNewPointersLst); p_Pos = NCSW_LIST_NEXT(p_Pos)) in ReleaseModifiedDataStructure()
963 p_PosOld = NCSW_LIST_NEXT(p_PosOld); in DynamicChangeHc()
4920 p_Pos = NCSW_LIST_NEXT(p_Pos)) in FindNodeInfoInReleventLst()
4982 p_Pos = NCSW_LIST_NEXT(p_Pos)) in DequeueNodeInfoFromRelevantLst()