Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/etc/
H A Dncsw_list.c49 t_List *p_Last = NCSW_LIST_LAST(p_NewList); in NCSW_LIST_Append()
55 NCSW_LIST_LAST(p_Cur) = p_Last; in NCSW_LIST_Append()
/f-stack/freebsd/contrib/ncsw/inc/etc/
H A Dlist_ext.h82 #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)