Symbol: SLIST_NEXT
crypto/openssh/openbsd-compat/sys-queue.h
210
(var) = SLIST_NEXT(var, field))
crypto/openssh/openbsd-compat/sys-queue.h
214
(var) && ((tvar) = SLIST_NEXT(var, field), 1); \
lib/libthr/thread/thr_sleepq.c
179
sq2 = SLIST_NEXT(sq2, sq_flink);
sbin/dump/itime.c
119
for (i = nddates - 1; i >= 0; i--, dtwalk = SLIST_NEXT(dtwalk, dt_list))
sbin/nvmecontrol/logpage.c
144
l = SLIST_NEXT(l, link);
sys/arm64/arm64/kexec_support.c
114
p = SLIST_NEXT(p, plinks.s.ss)) {
sys/cam/cam_xpt.c
2267
periph = SLIST_NEXT(periph, periph_links);
sys/cam/cam_xpt.c
2285
next_periph = SLIST_NEXT(periph, periph_links);
sys/cam/cam_xpt.c
2288
next_periph = SLIST_NEXT(next_periph, periph_links);
sys/cam/cam_xpt.c
2801
nperiph = SLIST_NEXT(nperiph, periph_links), i++) {
sys/cam/cam_xpt.c
2907
cur_entry = SLIST_NEXT(cur_entry, links);
sys/cam/cam_xpt.c
4272
next_entry = SLIST_NEXT(cur_entry, links);
sys/cam/cam_xpt.c
5130
periph = SLIST_NEXT(periph, periph_links), i++);
sys/cam/cam_xpt.c
667
periph = SLIST_NEXT(periph, periph_links), i++) {
sys/cam/cam_xpt.c
681
if (SLIST_NEXT(periph, periph_links))
sys/dev/aic7xxx/aic79xx_osm.c
1180
SLIST_NEXT(curelm, sim_links.sle);
sys/dev/aic7xxx/aic79xx_osm.c
1184
SLIST_NEXT(curelm,
sys/dev/aic7xxx/aic79xx_osm.c
1186
SLIST_NEXT(nextelm,
sys/dev/aic7xxx/aic7xxx_osm.c
1239
SLIST_NEXT(curelm, sim_links.sle);
sys/dev/aic7xxx/aic7xxx_osm.c
1243
SLIST_NEXT(curelm,
sys/dev/aic7xxx/aic7xxx_osm.c
1245
SLIST_NEXT(nextelm,
sys/dev/aic7xxx/aicasm/aicasm.c
219
include_dir = SLIST_NEXT(include_dir,
sys/dev/aic7xxx/aicasm/aicasm.c
399
cur_node = SLIST_NEXT(cur_node,links)) {
sys/dev/aic7xxx/aicasm/aicasm.c
547
cur_func = SLIST_NEXT(cur_func, links))
sys/dev/aic7xxx/aicasm/aicasm.c
567
cur_func != NULL && SLIST_NEXT(cur_func, links) != NULL;
sys/dev/aic7xxx/aicasm/aicasm.c
568
cur_func = SLIST_NEXT(cur_func, links), func_count--) {
sys/dev/aic7xxx/aicasm/aicasm_symbol.c
216
curnode = SLIST_NEXT(curnode, links);
sys/dev/aic7xxx/aicasm/aicasm_symbol.c
268
if (SLIST_NEXT(curnode, links) == NULL) {
sys/dev/aic7xxx/aicasm/aicasm_symbol.c
275
cursymbol = SLIST_NEXT(curnode, links)->symbol;
sys/dev/aic7xxx/aicasm/aicasm_symbol.c
289
curnode = SLIST_NEXT(curnode, links);
sys/dev/aic7xxx/aicasm/aicasm_symbol.c
303
node2 = SLIST_NEXT(node1, links);
sys/dev/firewire/sbp_targ.c
914
nextelm = SLIST_NEXT(curelm, sim_links.sle);
sys/dev/firewire/sbp_targ.c
917
SLIST_NEXT(curelm, sim_links.sle) =
sys/dev/firewire/sbp_targ.c
918
SLIST_NEXT(nextelm, sim_links.sle);
sys/dev/kbd/kbd.c
168
KASSERT(SLIST_NEXT(driver, link) == NULL,
sys/dev/kbd/kbd.c
189
SLIST_NEXT(driver, link) = NULL;
sys/dev/sound/pcm/channel.h
185
#define CHN_NEXT(elm, list) SLIST_NEXT((elm), CHN_LINK(list))
sys/kern/kern_et.c
88
next = SLIST_NEXT(tmp, et_all);
sys/kern/kern_event.c
3130
kn = SLIST_NEXT(kn, kn_link);
sys/kern/kern_event.c
3139
kn = SLIST_NEXT(marker, kn_link);
sys/kern/uipc_mbuf2.c
351
while ((q = SLIST_NEXT(p, m_tag_link)) != NULL)
sys/kern/uipc_mbuf2.c
383
p = SLIST_NEXT(t, m_tag_link);
sys/kern/uipc_mbuf2.c
387
p = SLIST_NEXT(p, m_tag_link);
sys/netgraph/ng_bridge.c
1172
*hptr = SLIST_NEXT(host, next);
sys/netgraph/ng_bridge.c
1176
hptr = &SLIST_NEXT(host, next);
sys/netgraph/ng_bridge.c
1223
*hptr = SLIST_NEXT(host, next);
sys/netgraph/ng_bridge.c
1229
hptr = &SLIST_NEXT(host, next);
sys/netpfil/ipfw/ip_fw_dynamic.c
2119
next = SLIST_NEXT(s, expired); \
sys/sys/mbuf.h
1464
return (SLIST_NEXT(t, m_tag_link));
sys/sys/queue.h
281
while (SLIST_NEXT(_Curelm, field) != NULL) \
sys/sys/queue.h
282
_Curelm = SLIST_NEXT(_Curelm, field); \
sys/sys/queue.h
283
SLIST_NEXT(_Curelm, field) = SLIST_FIRST(head2); \
sys/sys/queue.h
298
(var) = SLIST_NEXT((var), field))
sys/sys/queue.h
303
(var) = SLIST_NEXT((var), field))
sys/sys/queue.h
307
(var) && ((tvar) = SLIST_NEXT((var), field), 1); \
sys/sys/queue.h
312
(var) && ((tvar) = SLIST_NEXT((var), field), 1); \
sys/sys/queue.h
318
(varp) = &SLIST_NEXT((var), field))
sys/sys/queue.h
325
SLIST_NEXT((elm), field) = SLIST_NEXT((slistelm), field); \
sys/sys/queue.h
326
SLIST_NEXT((slistelm), field) = (elm); \
sys/sys/queue.h
330
SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
sys/sys/queue.h
342
while (SLIST_NEXT(_Curelm, field) != (elm)) \
sys/sys/queue.h
343
_Curelm = SLIST_NEXT(_Curelm, field); \
sys/sys/queue.h
349
QMD_SAVELINK(_Oldnext, SLIST_NEXT(elm, field)->field.sle_next); \
sys/sys/queue.h
350
SLIST_NEXT(elm, field) = \
sys/sys/queue.h
351
SLIST_NEXT(SLIST_NEXT(elm, field), field); \
sys/sys/queue.h
357
SLIST_FIRST((head)) = SLIST_NEXT(SLIST_FIRST((head)), field); \
sys/sys/queue.h
363
*(prevp) = SLIST_NEXT(elm, field); \
sys/sys/queue.h
369
SLIST_FIRST((rest)) = SLIST_NEXT((elm), field); \
sys/sys/queue.h
370
SLIST_NEXT((elm), field) = NULL; \
sys/sys/queue_mergesort.h
187
SLIST_HEAD_INITIALIZER, SLIST_EMPTY, SLIST_FIRST, SLIST_NEXT, \
sys/sys/queue_mergesort.h
191
SLIST_INSERT_AFTER_4, SLIST_INSERT_HEAD, SLIST_NEXT, SLIST_REMOVE_HEAD)
usr.sbin/ac/ac.c
331
lp = SLIST_NEXT(lp, next);
usr.sbin/ac/ac.c
339
lp = SLIST_NEXT(lp, next);
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
216
m1 = SLIST_NEXT(m, link);
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
226
d1 = SLIST_NEXT(d, link);
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
254
d1 = SLIST_NEXT(d, link);
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
486
d1 = SLIST_NEXT(d, link);
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.c
2854
return (SLIST_NEXT(wif, w_if));
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.c
3356
if ((wip = SLIST_NEXT(wip, wp)) != NULL)
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.c
3863
if ((sr = SLIST_NEXT(sr, wsr)) != NULL)
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.c
4026
if ((wmm = SLIST_NEXT(wmm, wm)) != NULL)
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.c
4197
if ((wip = SLIST_NEXT(wip, wp)) != NULL)
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.c
4365
if ((wmr = SLIST_NEXT(wmr, wr)) != NULL)
usr.sbin/config/config.y
477
while (SLIST_NEXT(op2, op_append) != NULL)
usr.sbin/config/config.y
478
op2 = SLIST_NEXT(op2, op_append);
usr.sbin/config/config.y
479
SLIST_NEXT(op2, op_append) = op;
usr.sbin/config/config.y
481
while (SLIST_NEXT(op2, op_next) != NULL)
usr.sbin/config/config.y
482
op2 = SLIST_NEXT(op2, op_next);
usr.sbin/config/config.y
483
SLIST_NEXT(op2, op_next) = op;
usr.sbin/config/mkmakefile.cc
149
while ((op = SLIST_NEXT(op, op_append)) != NULL)
usr.sbin/newsyslog/newsyslog.c
2073
nextsig = SLIST_NEXT(swork, sw_nextp);