OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tqe_next
(Results
1 - 25
of
64
) sorted by relevancy
1
2
3
/src/crypto/external/bsd/heimdal/dist/lib/asn1/
asn1_queue.h
53
struct type *
tqe_next
; /* next element */ \
69
if ((elm)->field.
tqe_next
&& \
70
(elm)->field.
tqe_next
->field.tqe_prev != \
71
&(elm)->field.
tqe_next
) \
76
if ((elm)->field.
tqe_next
== NULL && \
77
(head)->tqh_last != &(elm)->field.
tqe_next
) \
81
(elm)->field.
tqe_next
= (void *)1L; \
98
if (((elm)->field.
tqe_next
= (head)->tqh_first) != NULL) \
100
&(elm)->field.
tqe_next
; \
102
(head)->tqh_last = &(elm)->field.
tqe_next
; \
[
all
...]
/src/crypto/external/bsd/heimdal/dist/lib/base/
heimqueue.h
53
struct type *
tqe_next
; /* next element */ \
69
if ((elm)->field.
tqe_next
&& \
70
(elm)->field.
tqe_next
->field.tqe_prev != \
71
&(elm)->field.
tqe_next
) \
76
if ((elm)->field.
tqe_next
== NULL && \
77
(head)->tqh_last != &(elm)->field.
tqe_next
) \
81
(elm)->field.
tqe_next
= (void *)1L; \
98
if (((elm)->field.
tqe_next
= (head)->tqh_first) != NULL) \
100
&(elm)->field.
tqe_next
; \
102
(head)->tqh_last = &(elm)->field.
tqe_next
; \
[
all
...]
/src/external/bsd/libevent/dist/include/event2/
keyvalq_struct.h
41
struct type *
tqe_next
; /* next element */ \
rpc_struct.h
47
struct type *
tqe_next
; /* next element */ \
http_struct.h
63
struct evhttp_request *
tqe_next
;
event_struct.h
74
struct type *
tqe_next
; /* next element */ \
/src/external/bsd/ntp/dist/sntp/libevent/include/event2/
keyvalq_struct.h
42
struct type *
tqe_next
; /* next element */ \
rpc_struct.h
48
struct type *
tqe_next
; /* next element */ \
http_struct.h
64
struct evhttp_request *
tqe_next
;
event_struct.h
75
struct type *
tqe_next
; /* next element */ \
/src/external/bsd/ntp/dist/sntp/libevent/compat/sys/
queue.h
288
struct type *
tqe_next
; /* next element */ \
297
#define TAILQ_NEXT(elm, field) ((elm)->field.
tqe_next
)
325
if (((elm)->field.
tqe_next
= (head)->tqh_first) != NULL) \
327
&(elm)->field.
tqe_next
; \
329
(head)->tqh_last = &(elm)->field.
tqe_next
; \
335
(elm)->field.
tqe_next
= NULL; \
338
(head)->tqh_last = &(elm)->field.
tqe_next
; \
342
if (((elm)->field.
tqe_next
= (listelm)->field.
tqe_next
) != NULL)\
343
(elm)->field.
tqe_next
->field.tqe_prev =
[
all
...]
/src/external/bsd/openldap/dist/include/
ldap_queue.h
376
struct type *
tqe_next
; /* next element */ \
401
#define LDAP_TAILQ_NEXT(elm, field) ((elm)->field.
tqe_next
)
412
(var)->field.
tqe_next
= NULL; \
417
if (((elm)->field.
tqe_next
= (head)->tqh_first) != NULL) \
419
&(elm)->field.
tqe_next
; \
421
(head)->tqh_last = &(elm)->field.
tqe_next
; \
427
(elm)->field.
tqe_next
= NULL; \
430
(head)->tqh_last = &(elm)->field.
tqe_next
; \
434
if (((elm)->field.
tqe_next
= (listelm)->field.
tqe_next
) != NULL)
[
all
...]
/src/sys/sys/
queue.h
409
qual type *
tqe_next
; /* next element */ \
419
#define TAILQ_NEXT(elm, field) ((elm)->field.
tqe_next
)
430
(var) = ((var)->field.
tqe_next
))
461
if ((elm)->field.
tqe_next
&& \
462
(elm)->field.
tqe_next
->field.tqe_prev != \
463
&(elm)->field.
tqe_next
) \
470
if ((elm)->field.
tqe_next
== NULL && \
471
(head)->tqh_last != &(elm)->field.
tqe_next
) \
475
(elm)->field.
tqe_next
= (void *)1L; \
492
if (((elm)->field.
tqe_next
= (head)->tqh_first) != TAILQ_END(head))
[
all
...]
/src/sys/arch/xen/x86/
xen_bus_dma.c
104
for (pg = mlistp->tqh_first; pg != NULL; pg = pg->pageq.queue.
tqe_next
) {
146
pgnext = pg->pageq.queue.
tqe_next
;
156
pgnext = pg->pageq.queue.
tqe_next
;
175
pgnext = pg->pageq.queue.
tqe_next
;
182
pgnext = pg->pageq.queue.
tqe_next
;
263
m = m->pageq.queue.
tqe_next
;
267
for (; m != NULL; m = m->pageq.queue.
tqe_next
) {
/src/lib/libpanel/
panel_impl.h
65
(elm)->field.
tqe_next
= NULL; \
/src/sys/ddb/
db_autoconf.c
58
db_read_bytes((db_addr_t)&dv->dv_list.
tqe_next
, sizeof(dv),
/src/external/bsd/libevent/dist/
event-internal.h
384
#define TAILQ_NEXT(elm, field) ((elm)->field.
tqe_next
)
397
(elm)->field.
tqe_next
= (listelm); \
399
(listelm)->field.tqe_prev = &(elm)->field.
tqe_next
; \
/src/external/bsd/ntp/dist/sntp/libevent/
event-internal.h
384
#define TAILQ_NEXT(elm, field) ((elm)->field.
tqe_next
)
397
(elm)->field.
tqe_next
= (listelm); \
399
(listelm)->field.tqe_prev = &(elm)->field.
tqe_next
; \
/src/usr.sbin/ypserv/mknetid/
mknetid.c
201
u != NULL; u = u->hash.
tqe_next
) {
362
for (u = root.tqh_first; u != NULL; u = u->read.
tqe_next
) {
364
p = p->read.
tqe_next
)
/src/external/mpl/dhcp/dist/keama/
data.h
44
struct type *
tqe_next
; /* next element */ \
117
#define TAILQ_NEXT(elm) ((elm)->next.
tqe_next
)
129
(elm)->next.
tqe_next
= (void *)-1; \
/src/sys/dev/isa/
seagate.c
313
scb = scb->chain.
tqe_next
, issued++);
315
scb = scb->chain.
tqe_next
, disconnected++);
725
scb = scb->chain.
tqe_next
) {
932
scb = scb->chain.
tqe_next
)
1156
for (tmp = sea->ready_list.tqh_first; tmp; tmp = tmp->chain.
tqe_next
)
1176
tmp = tmp->chain.
tqe_next
)
1189
tmp = tmp->chain.
tqe_next
)
/src/sys/arch/newsmips/dev/
sc_wrap.c
156
if (scb->chain.
tqe_next
== 0)
288
scb = scb->chain.
tqe_next
;
342
nextscb = scb->chain.
tqe_next
;
/src/usr.bin/systat/
netstat.c
236
pprev = &next->inp_queue.
tqe_next
;
237
next = inp->inp_queue.
tqe_next
;
281
pprev = &next->inp_queue.
tqe_next
;
282
next = inp->inp_queue.
tqe_next
;
/src/external/bsd/ipf/dist/lib/
printactivenat.c
141
nat->nat_tqe.tqe_pnext, nat->nat_tqe.
tqe_next
,
/src/sys/arch/amiga/dev/
siop.c
379
for (acb = sc->ready_list.tqh_first; acb; acb = acb->chain.
tqe_next
) {
458
} else if (sc->ready_list.tqh_last == &acb->chain.
tqe_next
) {
464
acb2 = acb2->chain.
tqe_next
)
474
else if (acb->chain.
tqe_next
) {
1314
acb = acb->chain.
tqe_next
) {
1672
acb = acb->chain.
tqe_next
;
1679
acb = acb->chain.
tqe_next
;
1686
acb = acb->chain.
tqe_next
;
Completed in 39 milliseconds
1
2
3
Indexes created Thu Jun 18 00:24:58 UTC 2026