Home | History | Annotate | Download | only in inc

Lines Matching refs:pList

108  *      pList:  Pointer to list control structure of list to be deleted
113 * - pList != NULL.
120 extern VOID LST_Delete(IN struct LST_LIST* pList);
142 * pList: Pointer to list control structure.
147 * - pList != NULL.
150 extern struct LST_ELEM* LST_First(IN struct LST_LIST* pList);
166 * pList: Pointer to list control structure of list whose head
174 * - pList != NULL.
181 extern struct LST_ELEM* LST_GetHead(IN struct LST_LIST* pList);
219 * pList: Pointer to list control structure.
225 * - pList != NULL.
230 extern VOID LST_InsertBefore(IN struct LST_LIST* pList,
240 * pList: Pointer to list control structure.
246 * - pList != NULL.
250 extern struct LST_ELEM* LST_Next(IN struct LST_LIST* pList,
267 * pList: Pointer to list control structure to which *pElem will be
273 * *pElem and *pList must both exist.
284 extern VOID LST_PutTail(IN struct LST_LIST* pList,
293 * pList: Pointer to list control structure.
298 * - pList != NULL.
302 extern VOID LST_RemoveElem(IN struct LST_LIST* pList,