Searched refs:qp (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty.c1587 struct clist *qp; local
1657 qp = ISSET(lflag, ICANON) ? &tp->t_canq : &tp->t_rawq;
1660 if (qp->c_cc > 0)
1684 if (qp->c_cc < m)
1686 if (qp->c_cc > 0)
1689 /* m, t and qp->c_cc are all 0. 0 is enough input. */
1697 if (qp->c_cc <= 0)
1699 if (qp->c_cc >= m)
1711 } else if (qp->c_cc > last_cc) {
1726 last_cc = qp
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.c1918 struct dn_flow_queue *q, *qp = (struct dn_flow_queue *)bp; local
1923 for (q = set->rq[i] ; q ; q = q->next, qp++ ) {
1931 bcopy(q, qp, sizeof(*q));
1933 qp->next = NULL ;
1934 qp->head = qp->tail = NULL ;
1935 qp->fs = NULL ;
1940 return (char *)qp ;

Completed in 28 milliseconds