Home
last modified time | relevance | path

Searched defs:p_Head (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/etc/
H A Dlist_ext.h143 #define NCSW_LIST_FOR_EACH(p_Pos, p_Head) \ argument
156 #define NCSW_LIST_FOR_EACH_SAFE(p_Pos, p_Tmp, p_Head) \ argument
176 #define NCSW_LIST_FOR_EACH_OBJECT_SAFE(p_Pos, p_Tmp, p_Head, type, member) \ argument
196 #define NCSW_LIST_FOR_EACH_OBJECT(p_Pos, type, p_Head, member) \ argument
215 static __inline__ void NCSW_LIST_Add(t_List *p_New, t_List *p_Head) in NCSW_LIST_Add()
237 static __inline__ void NCSW_LIST_AddToTail(t_List *p_New, t_List *p_Head) in NCSW_LIST_AddToTail()
291 static __inline__ void NCSW_LIST_Move(t_List *p_Entry, t_List *p_Head) in NCSW_LIST_Move()
308 static __inline__ void NCSW_LIST_MoveToTail(t_List *p_Entry, t_List *p_Head) in NCSW_LIST_MoveToTail()
/freebsd/sys/contrib/ncsw/etc/
H A Dncsw_list.c43 void NCSW_LIST_Append(t_List *p_NewList, t_List *p_Head) in NCSW_LIST_Append()