Home | History | Annotate | Download | only in common

Lines Matching full: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;
425 Q->p_last = NULL;
537 Q->p_last = NULL;
621 if (Q->p_last)
622 Q->p_last->p_next = p_hdr;
626 Q->p_last = p_hdr;
835 BUFFER_HDR_T *p_last_hdr = (BUFFER_HDR_T *)((UINT8 *)p_q->p_last - BUFFER_HDR_SIZE);
841 p_q->p_last = p_buf;
895 p_q->p_last = p_buf;
940 p_q->p_last = NULL;
989 /* If we are removing the last guy in the queue, update p_last */
990 if (p_buf == p_q->p_last)
991 p_q->p_last = p_prev + 1;
1038 return (p_q->p_last);
1254 Q->p_last = NULL;
1491 Q->p_last = NULL;