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

/freebsd-current/sys/contrib/ncsw/etc/
H A Dncsw_list.c43 void NCSW_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 = NCSW_LIST_LAST(p_NewList);
/freebsd-current/sys/contrib/ncsw/inc/etc/
H A Dlist_ext.h335 @Param[in] p_NewList - A pointer to the new list to add.
340 void NCSW_LIST_Append(t_List *p_NewList, t_List *p_Head);

Completed in 63 milliseconds