Searched refs:ps_next (Results 1 – 1 of 1) sorted by relevance
31 struct phOsal_ListNode* ps_next; member107 psNodeTba->ps_next = NULL; in phOsal_ListInsertNode()120 psListCtxt->psTail->ps_next = psNodeTba; in phOsal_ListInsertNode()133 psNodeTba->ps_next = psListCtxt->psHead; in phOsal_ListInsertNode()185 ->ps_next) { /** There is only one object in the list*/ in phOsal_ListRemoveNode()193 psListCtxt->psHead = psListCtxt->psHead->ps_next; in phOsal_ListRemoveNode()204 ->ps_next) { /** There is only one object in the list*/ in phOsal_ListRemoveNode()217 while (NULL != ps_ll_node->ps_next) { in phOsal_ListRemoveNode()219 ps_ll_node = ps_ll_node->ps_next; in phOsal_ListRemoveNode()318 psListCtxt->psHead = psListCtxt->psHead->ps_next; in phOsali_ListDeleteAllNodes()