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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.c235 static void cp_queue_to_64_user( struct dn_flow_queue *q, struct dn_flow_queue_64 *qp);
241 static void cp_queue_to_32_user( struct dn_flow_queue *q, struct dn_flow_queue_32 *qp);
419 void cp_queue_to_32_user( struct dn_flow_queue *q, struct dn_flow_queue_32 *qp) argument
421 qp->id = q->id;
422 qp->len = q->len;
423 qp->len_bytes = q->len_bytes;
424 qp->numbytes = q->numbytes;
425 qp->tot_pkts = q->tot_pkts;
426 qp->tot_bytes = q->tot_bytes;
427 qp
440 cp_queue_to_64_user( struct dn_flow_queue *q, struct dn_flow_queue_64 *qp) argument
2358 struct dn_flow_queue_32 *qp = (struct dn_flow_queue_32 *)bp; local
2388 struct dn_flow_queue_64 *qp = (struct dn_flow_queue_64 *)bp; local
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c1938 struct clist *qp; local
2013 qp = ISSET(lflag, ICANON) ? &tp->t_canq : &tp->t_rawq;
2016 if (qp->c_cc > 0)
2039 if (qp->c_cc < m)
2041 if (qp->c_cc > 0)
2044 /* m, t and qp->c_cc are all 0. 0 is enough input. */
2051 if (qp->c_cc <= 0)
2053 if (qp->c_cc >= m)
2065 } else if (qp->c_cc > last_cc) {
2080 last_cc = qp
[all...]

Completed in 22 milliseconds