Home
last modified time | relevance | path

Searched refs:q_next (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/ntp/libparse/
H A Dparsestreams.c458 return putctl1(WR(q)->q_next, M_CTL, (mode == M_PARSE) ? MC_SERVICEIMM : in setup_stream()
608 if (canput(q->q_next) || (mp->b_datap->db_type > QPCTL)) in parsersvc()
787 if (canput(q->q_next) || (mp->b_datap->db_type > QPCTL)) in parserput()
811 if (canput(q->q_next) || (mp->b_datap->db_type > QPCTL)) in parserput()
837 if (canput(parse->parse_queue->q_next) && (nmp = allocb(sizeof(parsetime_t), BPRI_MED))) in parserput()
858 if (canput(parse->parse_queue->q_next) && (nmp = allocb(sizeof(parsetime_t), BPRI_MED))) in parserput()
893 if (canput(parse->parse_queue->q_next) && (nmp = allocb(sizeof(parsetime_t), BPRI_MED))) in parserput()
905 if (canput(q->q_next) || (mp->b_datap->db_type > QPCTL)) in parserput()
943 while (dq->q_next) in init_linemon()
945 dq = dq->q_next; /* skip down to driver */ in init_linemon()
[all …]
H A Dparsesolaris.c306 return putctl1(WR(q)->q_next, M_CTL, (mode == M_PARSE) ? MC_SERVICEIMM : in setup_stream()
793 while (dq->q_next) in init_linemon()
795 dq = dq->q_next; /* skip down to driver */ in init_linemon()
1067 q = q->q_next; in zs_xsisr()
1141 q = q->q_next; in zs_xsisr()
/freebsd/cddl/lib/libdtrace/
H A Dnfssrv.d42 xpc_wq->q_next->q_ptr)->connua_v6addr.connua_laddr);
45 xpc_wq->q_next->q_ptr)->connua_v6addr.connua_faddr);
/freebsd/contrib/sendmail/src/
H A Drecipient.c242 a->q_next = al;
305 al = a->q_next;
417 for (pq = sendq; (q = *pq) != NULL; pq = &q->q_next)
736 for (pq = sendq; (q = *pq) != NULL; pq = &q->q_next)
813 new->q_next = *pq;
817 (*prev)->q_next = new;
826 new->q_next = NULL;
1081 for (q = *sendq; q != NULL; q = q->q_next)
1113 for (q = *sendq; q != NULL; q = q->q_next)
H A Dsavemail.c280 for (q = e->e_errorqueue; q != NULL; q = q->q_next)
604 for (q = returnq; q != NULL; q = q->q_next)
738 for (q = ee->e_sendqueue; q != NULL; q = q->q_next)
867 for (q = e->e_parent->e_sendqueue; q != NULL; q = q->q_next)
961 for (q = e->e_parent->e_sendqueue; q != NULL; q = q->q_next)
1003 for (q = e->e_parent->e_sendqueue; q != NULL; q = q->q_next)
1038 for (q = e->e_parent->e_sendqueue; q != NULL; q = q->q_next)
1201 for (q = e->e_parent->e_sendqueue; q != NULL; q = q->q_next)
H A Denvelope.c254 (q == NULL) ? (void *)0 : q->q_next,
260 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
343 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
378 q = q->q_next)
456 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
H A Dcollect.c115 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
159 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
973 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
H A Dqueue.c715 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
6017 q = q->q_next;
8294 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
8349 for (i = 0, q = e->e_sendqueue; q != NULL; q = q->q_next)
8364 addrs[i]->q_next = NULL;
8366 addrs[i]->q_next = addrs[i + 1];
8436 addrs[i]->q_next = addrs[i + 1];
8437 addrs[naddrs - 1]->q_next = NULL;
8481 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
8497 for (i = 0, q = e->e_sendqueue; q != NULL; q = q->q_next)
[all …]
H A Dsrvrsmtp.c3620 vrfyqueue = vrfyqueue->q_next;
3626 while ((a = a->q_next) != NULL &&
4153 for (a = e->e_sendqueue; a != NULL; a = a->q_next)
4380 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
4435 && (a = e->e_sendqueue) != NULL && a->q_next == NULL)
4450 (a == NULL) ? (void *)0 : a->q_next);
4522 (a == NULL) ? (void *)0 : a->q_next,
4758 for (a = e->e_sendqueue; a != NULL; a = a->q_next)
H A Ddeliver.c264 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
303 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
334 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
527 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
537 for (q = ee->e_sendqueue; q != NULL; q = q->q_next)
982 for (q = e->e_sendqueue; q != NULL; q = q->q_next)
1963 for (; to != NULL; to = to->q_next)
H A Dutil.c582 tail = &newaddr->q_next;
584 addr = addr->q_next;
H A Dparseaddr.c2625 (void *)a->q_next, (void *)a->q_alias,
2664 a = a->q_next;
H A Dsendmail.h388 struct address *q_next; /* chain */ member
H A Dmain.c2909 for (q = MainEnvelope.e_sendqueue; q != NULL; q = q->q_next)
/freebsd/sys/netpfil/ipfw/
H A Dip_dn_private.h254 SLIST_ENTRY(dn_queue) q_next; /* hash chain list for qht */
H A Dip_dummynet.c468 offsetof(struct dn_queue, q_next), in ipdn_q_find()
/freebsd/sys/dev/ocs_fc/
H A Docs_hw_queues.c793 hw_q_t *q_next; in hw_del_cq() local
795 ocs_list_foreach_safe(&cq->q_list, q, q_next) { in hw_del_cq()