Searched refs:NCSW_LIST_FIRST (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/contrib/ncsw/inc/etc/
H A Dlist_ext.h75 @Function NCSW_LIST_FIRST/NCSW_LIST_LAST/NCSW_LIST_NEXT/NCSW_LIST_PREV
81 #define NCSW_LIST_FIRST(p_List) (p_List)->p_Next macro
83 #define NCSW_LIST_NEXT NCSW_LIST_FIRST
114 #define INIT_LIST(p_List) NCSW_LIST_FIRST(p_List) = NCSW_LIST_LAST(p_List) = (p_List)
144 for (p_Pos = NCSW_LIST_FIRST(p_Head); p_Pos != (p_Head); p_Pos = NCSW_LIST_NEXT(p_Pos))
157 for (p_Pos = NCSW_LIST_FIRST(p_Head), p_Tmp = NCSW_LIST_FIRST(p_Pos); \
177 for (p_Pos = NCSW_LIST_OBJECT(NCSW_LIST_FIRST(p_Head), type, member), \
178 p_Tmp = NCSW_LIST_OBJECT(NCSW_LIST_FIRST(&p_Pos->member), type, member); \
181 p_Tmp = NCSW_LIST_OBJECT(NCSW_LIST_FIRST(
[all...]
/freebsd-current/sys/contrib/ncsw/etc/
H A Dncsw_list.c45 t_List *p_First = NCSW_LIST_FIRST(p_NewList);
53 NCSW_LIST_FIRST(p_Head) = p_First;
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c106 p_Next = NCSW_LIST_FIRST(p_List);
673 for (p_Pos = NCSW_LIST_FIRST(&p_FmPcdCcWorkingOnNode->ccTreesLst);
770 for (p_Pos = NCSW_LIST_FIRST(h_FmPcdNewPointersLst);
920 p_PosNew = NCSW_LIST_FIRST(h_NewPointersLst);
921 p_PosOld = NCSW_LIST_FIRST(h_OldPointersLst);
993 p_PosNew = NCSW_LIST_FIRST(h_NewPointersLst);
4919 for (p_Pos = NCSW_LIST_FIRST(p_List); p_Pos != (p_List);
4981 for (p_Pos = NCSW_LIST_FIRST(p_List); p_Pos != (p_List);

Completed in 109 milliseconds