Home | History | Annotate | Download | only in common

Lines Matching refs:p_last

86         p_cb->freeq[id].p_last = hdr1;
133 p_cb->freeq[i].p_last = NULL;
177 p_cb->freeq[tt].p_last = 0;
345 p_q->p_first = p_q->p_last = NULL;
424 Q->p_last = NULL;
494 Q->p_last = NULL;
563 if (Q->p_last)
564 Q->p_last->p_next = p_hdr;
568 Q->p_last = p_hdr;
775 if (p_q->p_last)
777 BUFFER_HDR_T *p_last_hdr = (BUFFER_HDR_T *)((UINT8 *)p_q->p_last - BUFFER_HDR_SIZE);
783 p_q->p_last = p_buf;
837 p_q->p_last = p_buf;
882 p_q->p_last = NULL;
931 /* If we are removing the last guy in the queue, update p_last */
932 if (p_buf == p_q->p_last)
933 p_q->p_last = p_prev + 1;
981 return (p_q->p_last);
1117 Q->p_last = NULL;