Searched refs:qent (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.sbin/lpr/common_source/
H A Dmatchjobs.c496 struct jobqueue **qent; local
516 for (qent = squeue, cnt = 0; cnt < qcount;
517 qent++, cnt++) {
518 matched = match_jobspec(*qent, jspec);
523 doentry(doentryinfo, *qent, jspec);
544 for (qent = squeue, cnt = 0; cnt < qcount;
545 qent++, cnt++) {
547 matched = match_jobspec(*qent, jspec);
552 doentry(doentryinfo, *qent, jspec);
/freebsd-10.1-release/sys/netgraph/
H A Dng_ppp.c1511 struct ng_ppp_frag *qent; local
1596 TAILQ_FOREACH_REVERSE(qent, &priv->frags, ng_ppp_fraglist, f_qent) {
1597 diff = MP_RECV_SEQ_DIFF(priv, frag->seq, qent->seq);
1599 TAILQ_INSERT_AFTER(&priv->frags, qent, frag, f_qent);
1660 struct ng_ppp_frag *qent, *qnext; local
1667 qent = TAILQ_FIRST(&priv->frags);
1668 if (!qent->first || MP_RECV_SEQ_DIFF(priv, qent->seq, priv->mseq) > 1)
1672 while (!qent->last) {
1673 qnext = TAILQ_NEXT(qent, f_qen
1693 struct ng_ppp_frag *qent, *qnext; local
1731 struct ng_ppp_frag *qent, *qnext = NULL; local
1783 struct ng_ppp_frag *qent; local
1874 struct ng_ppp_frag *qent, *beg, *end; local
2585 struct ng_ppp_frag *qent, *qnext; local
[all...]
/freebsd-10.1-release/sys/netinet/
H A Dsctp_pcb.c5633 struct sctp_mcore_queue *qent; local
5642 SCTP_MALLOC(qent, struct sctp_mcore_queue *,
5645 if (qent == NULL) {
5650 qent->vn = curvnet;
5651 qent->m = m;
5652 qent->off = off;
5653 qent->v6 = 0;
5657 TAILQ_INSERT_TAIL(&wkq->que, qent, next);
5672 struct sctp_mcore_queue *qent; local
5698 qent
[all...]

Completed in 114 milliseconds