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

/freebsd-11-stable/sys/contrib/ncsw/etc/
H A Dlist.c43 void LIST_Append(t_List *p_NewList, t_List *p_Head) argument
45 t_List *p_First = NCSW_LIST_FIRST(p_NewList);
47 if (p_First != p_NewList)
49 t_List *p_Last = LIST_LAST(p_NewList);
/freebsd-11-stable/sys/contrib/ncsw/inc/etc/
H A Dlist_ext.h334 @Param[in] p_NewList - A pointer to the new list to add.
339 void LIST_Append(t_List *p_NewList, t_List *p_Head);

Completed in 121 milliseconds