Searched refs:NCSW_LIST_FIRST (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/ncsw/inc/etc/ |
H A D | list_ext.h | 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(&p_Pos->member), type, member)) 197 for (p_Pos = NCSW_LIST_OBJECT(NCSW_LIST_FIRST(p_Head), type, member); \ 199 p_Pos = NCSW_LIST_OBJECT(NCSW_LIST_FIRST(&(p_Pos->member)), type, member)) [all …]
|
/freebsd/sys/contrib/ncsw/etc/ |
H A D | ncsw_list.c | 45 t_List *p_First = NCSW_LIST_FIRST(p_NewList); in NCSW_LIST_Append() 53 NCSW_LIST_FIRST(p_Head) = p_First; in NCSW_LIST_Append()
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fm_cc.c | 106 p_Next = NCSW_LIST_FIRST(p_List); in DequeueStatsObj() 673 for (p_Pos = NCSW_LIST_FIRST(&p_FmPcdCcWorkingOnNode->ccTreesLst); in ReleaseModifiedDataStructure() 770 for (p_Pos = NCSW_LIST_FIRST(h_FmPcdNewPointersLst); in ReleaseModifiedDataStructure() 920 p_PosNew = NCSW_LIST_FIRST(h_NewPointersLst); in DynamicChangeHc() 921 p_PosOld = NCSW_LIST_FIRST(h_OldPointersLst); in DynamicChangeHc() 993 p_PosNew = NCSW_LIST_FIRST(h_NewPointersLst); in DoDynamicChange() 4919 for (p_Pos = NCSW_LIST_FIRST(p_List); p_Pos != (p_List); in FindNodeInfoInReleventLst() 4981 for (p_Pos = NCSW_LIST_FIRST(p_List); p_Pos != (p_List); in DequeueNodeInfoFromRelevantLst()
|