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

/freebsd-12-stable/sys/contrib/ncsw/etc/
H A Dncsw_list.c62 t_List *p_Tmp; local
66 NCSW_LIST_FOR_EACH(p_Tmp, p_List)
/freebsd-12-stable/sys/contrib/ncsw/inc/etc/
H A Dlist_ext.h153 @Param[in] p_Tmp - Another pointer to a list to use as temporary storage.
156 #define NCSW_LIST_FOR_EACH_SAFE(p_Pos, p_Tmp, p_Head) \
157 for (p_Pos = NCSW_LIST_FIRST(p_Head), p_Tmp = NCSW_LIST_FIRST(p_Pos); \
159 p_Pos = p_Tmp, p_Tmp = NCSW_LIST_NEXT(p_Pos))
168 @Param[in] p_Tmp - Another pointer to a list to use as temporary storage.
176 #define NCSW_LIST_FOR_EACH_OBJECT_SAFE(p_Pos, p_Tmp, p_Head, type, member) \
178 p_Tmp = NCSW_LIST_OBJECT(NCSW_LIST_FIRST(&p_Pos->member), type, member); \
180 p_Pos = p_Tmp, \
181 p_Tmp
[all...]
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c5828 t_List *p_Pos, *p_Tmp; local
5844 NCSW_LIST_FOR_EACH(p_Tmp, &p_CcNode->ccTreesLst)
5846 if (p_Tmp == p_Pos)

Completed in 114 milliseconds