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

/freebsd-current/sys/contrib/ncsw/etc/
H A Dncsw_list.c49 t_List *p_Last = NCSW_LIST_LAST(p_NewList);
55 NCSW_LIST_LAST(p_Cur) = p_Last;
/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
82 #define NCSW_LIST_LAST(p_List) (p_List)->p_Prev macro
84 #define NCSW_LIST_PREV NCSW_LIST_LAST
114 #define INIT_LIST(p_List) NCSW_LIST_FIRST(p_List) = NCSW_LIST_LAST(p_List) = (p_List)

Completed in 59 milliseconds