Home
last modified time | relevance | path

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

/netbsd/src/sys/sys/
Dgcq.h42 struct gcq *q_next; member
56 q->q_next = q->q_prev = q; in gcq_init()
90 return (q->q_next != q); in gcq_onlist()
104 return (prev->q_next == next && next->q_prev == prev); in gcq_linked()
111 GCQ_ASSERT(off->q_next == off && off->q_prev == off); in gcq_insert_after()
112 on_next = on->q_next; in gcq_insert_after()
115 off->q_next = on_next; in gcq_insert_after()
117 on->q_next = off; in gcq_insert_after()
124 GCQ_ASSERT(off->q_next == off && off->q_prev == off); in gcq_insert_before()
127 off->q_next = on; in gcq_insert_before()
[all …]
/netbsd/src/games/quiz/
Dquiz.c142 if ((qp->q_next = malloc(sizeof(QE))) == NULL) in get_file()
144 qp = qp->q_next; in get_file()
150 qp->q_next = NULL; in get_file()
174 for (qp = qlist.q_next; qp; qp = qp->q_next) { in show_index()
199 for (qp = qlist.q_next; qp; qp = qp->q_next) { in get_cats()
239 qp = qlist.q_next; in quiz()
241 qp = qp->q_next; in quiz()
243 qp = qp->q_next; in quiz()
251 qp = qp->q_next; in quiz()
Dquiz.h49 struct qentry *q_next; /* next one */ member
/netbsd/src/sys/altq/
Daltq_fifoq.c193 q->q_next = fifoq_list; in fifoqioctl()
357 fifoq_list = q->q_next; in fifoq_detach()
359 for (tmp = fifoq_list; tmp != NULL; tmp = tmp->q_next) in fifoq_detach()
360 if (tmp->q_next == q) { in fifoq_detach()
361 tmp->q_next = q->q_next; in fifoq_detach()
Daltq_fifoq.h35 struct fifoq_state *q_next; /* next fifoq_state in the list */ member
/netbsd/src/external/cddl/osnet/lib/libdtrace/
Dnfs.d54 xpc_wq->q_next->q_ptr)->connua_v6addr.connua_laddr);
57 xpc_wq->q_next->q_ptr)->connua_v6addr.connua_faddr);
67 xpc_wq->q_next->q_ptr)->connua_v6addr.connua_laddr);
70 xpc_wq->q_next->q_ptr)->connua_v6addr.connua_faddr);
/netbsd/src/external/bsd/ntp/dist/libparse/
Dparsestreams.c460 return putctl1(WR(q)->q_next, M_CTL, (mode == M_PARSE) ? MC_SERVICEIMM : in setup_stream()
610 if (canput(q->q_next) || (mp->b_datap->db_type > QPCTL)) in parsersvc()
789 if (canput(q->q_next) || (mp->b_datap->db_type > QPCTL)) in parserput()
813 if (canput(q->q_next) || (mp->b_datap->db_type > QPCTL)) in parserput()
839 … if (canput(parse->parse_queue->q_next) && (nmp = allocb(sizeof(parsetime_t), BPRI_MED))) in parserput()
860 … if (canput(parse->parse_queue->q_next) && (nmp = allocb(sizeof(parsetime_t), BPRI_MED))) in parserput()
895 … if (canput(parse->parse_queue->q_next) && (nmp = allocb(sizeof(parsetime_t), BPRI_MED))) in parserput()
907 if (canput(q->q_next) || (mp->b_datap->db_type > QPCTL)) in parserput()
945 while (dq->q_next) in init_linemon()
947 dq = dq->q_next; /* skip down to driver */ in init_linemon()
[all …]
Dparsesolaris.c308 return putctl1(WR(q)->q_next, M_CTL, (mode == M_PARSE) ? MC_SERVICEIMM : in setup_stream()
795 while (dq->q_next) in init_linemon()
797 dq = dq->q_next; /* skip down to driver */ in init_linemon()
1069 q = q->q_next; in zs_xsisr()
1143 q = q->q_next; in zs_xsisr()
/netbsd/src/sys/dev/pci/
Dubsec.c432 SIMPLEQ_INSERT_TAIL(&sc->sc_freequeue, q, q_next); in ubsec_attach()
552 SIMPLEQ_FOREACH_SAFE(q, &sc->sc_freequeue, q_next, qtmp) { in ubsec_detach()
667 SIMPLEQ_REMOVE_HEAD(&sc->sc_qchip, /*q,*/ q_next); in ubsec_intr()
723 SIMPLEQ_REMOVE_HEAD(&sc->sc_qchip2, /*q2,*/ q_next); in ubsec_intr()
756 SIMPLEQ_REMOVE_HEAD(&sc->sc_qchip4, q_next); in ubsec_intr()
866 SIMPLEQ_REMOVE_HEAD(&sc->sc_queue, /*q,*/ q_next); in ubsec_feed()
885 SIMPLEQ_REMOVE_HEAD(&sc->sc_queue, /*q2,*/ q_next); in ubsec_feed()
896 SIMPLEQ_INSERT_TAIL(&sc->sc_qchip, q, q_next); in ubsec_feed()
940 SIMPLEQ_REMOVE_HEAD(&sc->sc_queue, /*q,*/ q_next); in ubsec_feed()
942 SIMPLEQ_INSERT_TAIL(&sc->sc_qchip, q, q_next); in ubsec_feed()
[all …]
Dubsecvar.h74 SIMPLEQ_ENTRY(ubsec_q2) q_next;
149 SIMPLEQ_ENTRY(ubsec_q) q_next;