Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/etc/
H A Dncsw_list.c50 t_List *p_Cur = NCSW_LIST_NEXT(p_Head); in NCSW_LIST_Append() local
54 NCSW_LIST_NEXT(p_Last) = p_Cur; in NCSW_LIST_Append()
55 NCSW_LIST_LAST(p_Cur) = p_Last; in NCSW_LIST_Append()