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

/freebsd-current/sys/contrib/ncsw/inc/etc/
H A Dlist_ext.h75 @Function NCSW_LIST_FIRST/NCSW_LIST_LAST/NCSW_LIST_NEXT/NCSW_LIST_PREV
83 #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;
218 NCSW_LIST_NEXT(p_New) = NCSW_LIST_NEXT(p_Head);
220 NCSW_LIST_NEXT(p_Head) = p_New;
239 NCSW_LIST_NEXT(NCSW_LIST_PREV(p_Head)) = p_New;
241 NCSW_LIST_NEXT(p_Ne
[all...]
/freebsd-current/sys/contrib/ncsw/etc/
H A Dncsw_list.c50 t_List *p_Cur = NCSW_LIST_NEXT(p_Head);
54 NCSW_LIST_NEXT(p_Last) = p_Cur;
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c675 NCSW_LIST_NEXT(p_Pos))
771 p_Pos != (h_FmPcdNewPointersLst); p_Pos = NCSW_LIST_NEXT(p_Pos))
963 p_PosOld = NCSW_LIST_NEXT(p_PosOld);
4920 p_Pos = NCSW_LIST_NEXT(p_Pos))
4982 p_Pos = NCSW_LIST_NEXT(p_Pos))

Completed in 87 milliseconds