Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dip_dummynet.c223 static void cp_queue_to_64_user( struct dn_flow_queue *q, struct dn_flow_queue_64 *qp);
229 static void cp_queue_to_32_user( struct dn_flow_queue *q, struct dn_flow_queue_32 *qp);
421 cp_queue_to_32_user( struct dn_flow_queue *q, struct dn_flow_queue_32 *qp) in cp_queue_to_32_user() argument
423 qp->id = q->id; in cp_queue_to_32_user()
424 qp->len = q->len; in cp_queue_to_32_user()
425 qp->len_bytes = q->len_bytes; in cp_queue_to_32_user()
426 qp->numbytes = q->numbytes; in cp_queue_to_32_user()
427 qp->tot_pkts = q->tot_pkts; in cp_queue_to_32_user()
428 qp->tot_bytes = q->tot_bytes; in cp_queue_to_32_user()
429 qp->drops = q->drops; in cp_queue_to_32_user()
[all …]
/xnu-8796.121.2/bsd/kern/
H A Dtty.c1992 struct clist *qp; in ttread() local
2068 qp = ISSET(lflag, ICANON) ? &tp->t_canq : &tp->t_rawq; in ttread()
2071 if (qp->c_cc > 0) { in ttread()
2095 if (qp->c_cc < m) { in ttread()
2098 if (qp->c_cc > 0) { in ttread()
2109 if (qp->c_cc <= 0) { in ttread()
2112 if (qp->c_cc >= m) { in ttread()
2116 if (!has_etime || qp->c_cc > last_cc) { in ttread()
2134 last_cc = qp->c_cc; in ttread()
2136 if (qp->c_cc > 0) { in ttread()
[all …]