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

/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dmatchjobs.c498 struct jobqueue **qent; local
518 for (qent = squeue, cnt = 0; cnt < qcount;
519 qent++, cnt++) {
520 matched = match_jobspec(*qent, jspec);
525 doentry(doentryinfo, *qent, jspec);
546 for (qent = squeue, cnt = 0; cnt < qcount;
547 qent++, cnt++) {
549 matched = match_jobspec(*qent, jspec);
554 doentry(doentryinfo, *qent, jspec);
/freebsd-11-stable/sys/netgraph/
H A Dng_ppp.c1525 struct ng_ppp_frag *qent; local
1610 TAILQ_FOREACH_REVERSE(qent, &priv->frags, ng_ppp_fraglist, f_qent) {
1611 diff = MP_RECV_SEQ_DIFF(priv, frag->seq, qent->seq);
1613 TAILQ_INSERT_AFTER(&priv->frags, qent, frag, f_qent);
1674 struct ng_ppp_frag *qent, *qnext; local
1681 qent = TAILQ_FIRST(&priv->frags);
1682 if (!qent->first || MP_RECV_SEQ_DIFF(priv, qent->seq, priv->mseq) > 1)
1686 while (!qent->last) {
1687 qnext = TAILQ_NEXT(qent, f_qen
1707 struct ng_ppp_frag *qent, *qnext; local
1745 struct ng_ppp_frag *qent, *qnext = NULL; local
1797 struct ng_ppp_frag *qent; local
1888 struct ng_ppp_frag *qent, *beg, *end; local
2612 struct ng_ppp_frag *qent, *qnext; local
[all...]
/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd_subr.c694 const struct bhnd_device_quirk *qent, *qtable; local
708 for (qent = qtable; !BHND_DEVICE_QUIRK_IS_END(qent); qent++) {
709 if (bhnd_device_matches(dev, &qent->desc))
710 quirks |= qent->quirks;
/freebsd-11-stable/sys/netinet/
H A Dsctp_pcb.c5587 struct sctp_mcore_queue *qent; local
5596 SCTP_MALLOC(qent, struct sctp_mcore_queue *,
5599 if (qent == NULL) {
5604 qent->vn = curvnet;
5605 qent->m = m;
5606 qent->off = off;
5607 qent->v6 = 0;
5611 TAILQ_INSERT_TAIL(&wkq->que, qent, next);
5626 struct sctp_mcore_queue *qent; local
5652 qent
[all...]

Completed in 108 milliseconds