Searched refs:q_next (Results 1 - 19 of 19) sorted by relevance

/freebsd-10-stable/cddl/lib/libdtrace/
H A Dnfssrv.d43 xpc_wq->q_next->q_ptr)->connua_v6addr.connua_laddr);
46 xpc_wq->q_next->q_ptr)->connua_v6addr.connua_faddr);
/freebsd-10-stable/contrib/ntp/libparse/
H A Dparsestreams.c458 return putctl1(WR(q)->q_next, M_CTL, (mode == M_PARSE) ? MC_SERVICEIMM :
608 if (canput(q->q_next) || (mp->b_datap->db_type > QPCTL))
787 if (canput(q->q_next) || (mp->b_datap->db_type > QPCTL))
811 if (canput(q->q_next) || (mp->b_datap->db_type > QPCTL))
837 if (canput(parse->parse_queue->q_next) && (nmp = allocb(sizeof(parsetime_t), BPRI_MED)))
858 if (canput(parse->parse_queue->q_next) && (nmp = allocb(sizeof(parsetime_t), BPRI_MED)))
893 if (canput(parse->parse_queue->q_next) && (nmp = allocb(sizeof(parsetime_t), BPRI_MED)))
905 if (canput(q->q_next) || (mp->b_datap->db_type > QPCTL))
943 while (dq->q_next)
945 dq = dq->q_next; /* ski
[all...]
H A Dparsesolaris.c306 return putctl1(WR(q)->q_next, M_CTL, (mode == M_PARSE) ? MC_SERVICEIMM :
793 while (dq->q_next)
795 dq = dq->q_next; /* skip down to driver */
1067 q = q->q_next;
1141 q = q->q_next;
/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c1034 ipfw_dyn_rule *q, *q_prev, *q_next; local
1099 q_next = q->next;
1101 V_ipfw_dyn_v[i].head = q_next;
1103 q_prev->next = q_next;
1124 q = q_next;
1203 q_next = q->next;
1205 V_ipfw_dyn_v[i].head = q_next;
1207 q_prev->next = q_next;
1221 q = q_next;
1256 for (q = exp_head; q != NULL; q = q_next) {
[all...]
H A Dip_dn_private.h259 SLIST_ENTRY(dn_queue) q_next; /* hash chain list for qht */ member in struct:dn_queue
H A Dip_dummynet.c441 offsetof(struct dn_queue, q_next),
/freebsd-10-stable/sys/dev/ubsec/
H A Dubsecvar.h69 SIMPLEQ_ENTRY(ubsec_q2) q_next; member in struct:ubsec_q2
150 SIMPLEQ_ENTRY(ubsec_q) q_next; member in struct:ubsec_q
H A Dubsec.c396 SIMPLEQ_INSERT_TAIL(&sc->sc_freequeue, q, q_next);
516 SIMPLEQ_REMOVE_HEAD(&sc->sc_freequeue, q_next);
613 SIMPLEQ_REMOVE_HEAD(&sc->sc_qchip, q_next);
661 SIMPLEQ_REMOVE_HEAD(&sc->sc_qchip2, q_next);
734 SIMPLEQ_FOREACH(q, &sc->sc_queue, q_next) {
766 SIMPLEQ_REMOVE_HEAD(&sc->sc_queue, q_next);
782 SIMPLEQ_REMOVE_HEAD(&sc->sc_queue, q_next);
791 SIMPLEQ_INSERT_TAIL(&sc->sc_qchip, q, q_next);
817 SIMPLEQ_REMOVE_HEAD(&sc->sc_queue, q_next);
819 SIMPLEQ_INSERT_TAIL(&sc->sc_qchip, q, q_next);
[all...]
/freebsd-10-stable/contrib/sendmail/src/
H A Drecipient.c234 a->q_next = al;
297 al = a->q_next;
404 for (pq = sendq; (q = *pq) != NULL; pq = &q->q_next)
717 for (pq = sendq; (q = *pq) != NULL; pq = &q->q_next)
794 new->q_next = *pq;
798 (*prev)->q_next = new;
807 new->q_next = NULL;
1062 for (q = *sendq; q != NULL; q = q->q_next)
1094 for (q = *sendq; q != NULL; q = q->q_next)
H A Dsavemail.c278 for (q = e->e_errorqueue; q != NULL; q = q->q_next)
602 for (q = returnq; q != NULL; q = q->q_next)
729 for (q = ee->e_sendqueue; q != NULL; q = q->q_next)
820 for (q = e->e_parent->e_sendqueue; q != NULL; q = q->q_next)
914 for (q = e->e_parent->e_sendqueue; q != NULL; q = q->q_next)
956 for (q = e->e_parent->e_sendqueue; q != NULL; q = q->q_next)
991 for (q = e->e_parent->e_sendqueue; q != NULL; q = q->q_next)
1148 for (q = e->e_parent->e_sendqueue; q != NULL; q = q->q_next)
H A Denvelope.c253 (q == NULL) ? (void *)0 : q->q_next,
259 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
342 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
377 q = q->q_next)
455 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
H A Dcollect.c113 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
157 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
847 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
H A Dqueue.c698 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
5894 q = q->q_next;
8045 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
8100 for (i = 0, q = e->e_sendqueue; q != NULL; q = q->q_next)
8115 addrs[i]->q_next = NULL;
8117 addrs[i]->q_next = addrs[i + 1];
8187 addrs[i]->q_next = addrs[i + 1];
8188 addrs[naddrs - 1]->q_next = NULL;
8232 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
8248 for (i = 0, q = e->e_sendqueue; q != NULL; q = q->q_next)
[all...]
H A Dsrvrsmtp.c3263 vrfyqueue = vrfyqueue->q_next;
3269 while ((a = a->q_next) != NULL &&
3731 for (a = e->e_sendqueue; a != NULL; a = a->q_next)
3950 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
4005 && (a = e->e_sendqueue) != NULL && a->q_next == NULL)
4020 (a == NULL) ? (void *)0 : a->q_next);
4081 (a == NULL) ? (void *)0 : a->q_next,
4303 for (a = e->e_sendqueue; a != NULL; a = a->q_next)
H A Ddeliver.c161 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
200 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
231 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
424 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
434 for (q = ee->e_sendqueue; q != NULL; q = q->q_next)
882 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
1501 for (; to != NULL; to = to->q_next)
H A Dutil.c553 tail = &newaddr->q_next;
555 addr = addr->q_next;
H A Dparseaddr.c2402 ** follow -- follow the q_next chain.
2567 a->q_next, a->q_alias,
2606 a = a->q_next;
H A Dmain.c2821 for (q = MainEnvelope.e_sendqueue; q != NULL; q = q->q_next)
H A Dsendmail.h254 struct address *q_next; /* chain */ member in struct:address

Completed in 164 milliseconds