Lines Matching full: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;
418 Q->p_last = NULL;
485 Q->p_last = NULL;
554 p_last)
555 Q->p_last->p_next = p_hdr;
559 Q->p_last = p_hdr;
766 if (p_q->p_last)
768 BUFFER_HDR_T *p_last_hdr = (BUFFER_HDR_T *)((UINT8 *)p_q->p_last - BUFFER_HDR_SIZE);
774 p_q->p_last = p_buf;
828 p_q->p_last = p_buf;
873 p_q->p_last = NULL;
922 /* If we are removing the last guy in the queue, update p_last */
923 if (p_buf == p_q->p_last)
924 p_q->p_last = p_prev + 1;
972 return (p_q->p_last);
1183 Q->p_last = NULL;
1420 Q->p_last = NULL;