Home | History | Annotate | Download | only in common

Lines Matching refs:p_last

95         p_cb->freeq[id].p_last = hdr1;
167 p_cb->freeq[tt].p_last = 0;
333 p_q->p_first = p_q->p_last = NULL;
427 Q->p_last = NULL;
539 Q->p_last = NULL;
623 if (Q->p_last)
624 Q->p_last->p_next = p_hdr;
628 Q->p_last = p_hdr;
837 BUFFER_HDR_T *p_last_hdr = (BUFFER_HDR_T *)((UINT8 *)p_q->p_last - BUFFER_HDR_SIZE);
843 p_q->p_last = p_buf;
897 p_q->p_last = p_buf;
942 p_q->p_last = NULL;
991 /* If we are removing the last guy in the queue, update p_last */
992 if (p_buf == p_q->p_last)
993 p_q->p_last = p_prev + 1;
1040 return (p_q->p_last);
1256 Q->p_last = NULL;
1493 Q->p_last = NULL;