Searched refs:NCSW_LIST_PREV (Results 1 - 2 of 2) 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
84 #define NCSW_LIST_PREV NCSW_LIST_LAST macro
217 NCSW_LIST_PREV(NCSW_LIST_NEXT(p_Head)) = p_New;
219 NCSW_LIST_PREV(p_New) = p_Head;
239 NCSW_LIST_NEXT(NCSW_LIST_PREV(p_Head)) = p_New;
240 NCSW_LIST_PREV(p_New) = NCSW_LIST_PREV(p_Head);
242 NCSW_LIST_PREV(p_Head) = p_New;
260 NCSW_LIST_PREV(NCSW_LIST_NEXT(p_Entry)) = NCSW_LIST_PREV(p_Entr
[all...]
/freebsd-current/sys/contrib/ncsw/etc/
H A Dncsw_list.c52 NCSW_LIST_PREV(p_First) = p_Head;

Completed in 83 milliseconds