Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_ppp.c1682 if (!qent->first || MP_RECV_SEQ_DIFF(priv, qent->seq, priv->mseq) > 1) in ng_ppp_check_packet()
1686 while (!qent->last) { in ng_ppp_check_packet()
1692 qent = qnext; in ng_ppp_check_packet()
1713 for (tail = NULL; qent != NULL; qent = qnext) { in ng_ppp_get_packet()
1726 if (qent->last) { in ng_ppp_get_packet()
1810 NG_FREE_M(qent->data); in ng_ppp_frag_drop()
1905 if (qent->first) in ng_ppp_frag_checkstale()
1906 beg = qent; in ng_ppp_frag_checkstale()
1910 end = qent; in ng_ppp_frag_checkstale()
2611 for (qent = TAILQ_FIRST(&priv->frags); qent; qent = qnext) { in ng_ppp_frag_reset()
[all …]
/freebsd/usr.sbin/lpr/common_source/
H A Dmatchjobs.c496 struct jobqueue **qent; in scanq_jobspec() local
516 for (qent = squeue, cnt = 0; cnt < qcount; in scanq_jobspec()
517 qent++, cnt++) { in scanq_jobspec()
518 matched = match_jobspec(*qent, jspec); in scanq_jobspec()
523 doentry(doentryinfo, *qent, jspec); in scanq_jobspec()
544 for (qent = squeue, cnt = 0; cnt < qcount; in scanq_jobspec()
545 qent++, cnt++) { in scanq_jobspec()
547 matched = match_jobspec(*qent, jspec); in scanq_jobspec()
552 doentry(doentryinfo, *qent, jspec); in scanq_jobspec()
/freebsd/sys/dev/bhnd/
H A Dbhnd_subr.c974 const struct bhnd_device_quirk *qent, *qtable; in bhnd_device_quirks() local
988 for (qent = qtable; !BHND_DEVICE_QUIRK_IS_END(qent); qent++) { in bhnd_device_quirks()
989 if (bhnd_device_matches(dev, &qent->desc)) in bhnd_device_quirks()
990 quirks |= qent->quirks; in bhnd_device_quirks()
/freebsd/sys/netinet/
H A Dsctp_pcb.c5532 struct sctp_mcore_queue *qent; in sctp_queue_to_mcore() local
5544 if (qent == NULL) { in sctp_queue_to_mcore()
5549 qent->vn = curvnet; in sctp_queue_to_mcore()
5550 qent->m = m; in sctp_queue_to_mcore()
5551 qent->off = off; in sctp_queue_to_mcore()
5552 qent->v6 = 0; in sctp_queue_to_mcore()
5598 if (qent) { in sctp_mcore_thread()
5601 CURVNET_SET(qent->vn); in sctp_mcore_thread()
5602 m = qent->m; in sctp_mcore_thread()
5603 off = qent->off; in sctp_mcore_thread()
[all …]