Searched defs:p_List (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 argument 82 #define NCSW_LIST_LAST(p_List) (p_List)->p_Prev argument 114 #define INIT_LIST(p_List) NCSW_LIST_FIRST(p_List) = NCSW_LIST_LAST(p_List) = (p_List) argument 128 #define NCSW_LIST_OBJECT(p_List, type, member) \ argument 324 static __inline__ int NCSW_LIST_IsEmpty(t_List *p_List) in NCSW_LIST_IsEmpty()
|
/freebsd/sys/contrib/ncsw/etc/ |
H A D | ncsw_list.c | 60 int NCSW_LIST_NumOfObjs(t_List *p_List) in NCSW_LIST_NumOfObjs()
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fm_cc.c | 99 static __inline__ t_FmPcdStatsObj* DequeueStatsObj(t_List *p_List) in DequeueStatsObj() 115 static __inline__ void EnqueueStatsObj(t_List *p_List, in EnqueueStatsObj() 121 static void FreeStatObjects(t_List *p_List, t_Handle h_FmMuram) in FreeStatObjects() 1203 t_List *p_List) in DequeueAdditionalInfoFromRelevantLst() 1216 void ReleaseLst(t_List *p_List) in ReleaseLst() 4910 t_CcNodeInformation* FindNodeInfoInReleventLst(t_List *p_List, t_Handle h_Info, in FindNodeInfoInReleventLst() 4938 void EnqueueNodeInfoToRelevantLst(t_List *p_List, t_CcNodeInformation *p_CcInfo, in EnqueueNodeInfoToRelevantLst() 4965 void DequeueNodeInfoFromRelevantLst(t_List *p_List, t_Handle h_Info, in DequeueNodeInfoFromRelevantLst() 5825 t_List *p_List) in FmPcdCcNodeTreeTryLock() 5865 void FmPcdCcNodeTreeReleaseLock(t_Handle h_FmPcd, t_List *p_List) in FmPcdCcNodeTreeReleaseLock()
|