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

/freebsd-11.0-release/sys/contrib/ncsw/inc/etc/
H A Dlist_ext.h74 @Function NCSW_LIST_FIRST/LIST_LAST/NCSW_LIST_NEXT/NCSW_LIST_PREV
80 #define NCSW_LIST_FIRST(p_List) (p_List)->p_Next macro
82 #define NCSW_LIST_NEXT NCSW_LIST_FIRST
113 #define INIT_LIST(p_List) NCSW_LIST_FIRST(p_List) = LIST_LAST(p_List) = (p_List)
143 for (p_Pos = NCSW_LIST_FIRST(p_Head); p_Pos != (p_Head); p_Pos = NCSW_LIST_NEXT(p_Pos))
156 for (p_Pos = NCSW_LIST_FIRST(p_Head), p_Tmp = NCSW_LIST_FIRST(p_Pos); \
176 for (p_Pos = LIST_OBJECT(NCSW_LIST_FIRST(p_Head), type, member), \
177 p_Tmp = LIST_OBJECT(NCSW_LIST_FIRST(&p_Pos->member), type, member); \
180 p_Tmp = LIST_OBJECT(NCSW_LIST_FIRST(
[all...]
/freebsd-11.0-release/sys/contrib/ncsw/etc/
H A Dlist.c45 t_List *p_First = NCSW_LIST_FIRST(p_NewList);
53 NCSW_LIST_FIRST(p_Head) = p_First;
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c211 p_PosNew = NCSW_LIST_FIRST(h_NewPointersLst);
212 p_PosOld = NCSW_LIST_FIRST(h_OldPointersLst);
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c124 for (p_Pos = NCSW_LIST_FIRST(p_List); p_Pos != (p_List); p_Pos = NCSW_LIST_NEXT(p_Pos))
151 for (p_Pos = NCSW_LIST_FIRST(p_List); p_Pos != (p_List); p_Pos = NCSW_LIST_NEXT(p_Pos))

Completed in 75 milliseconds