Home
last modified time | relevance | path

Searched refs:SLIST_NEXT (Results 1 – 25 of 25) sorted by relevance

/dragonfly/sys/sys/
H A Dqueue.h170 (var) = SLIST_NEXT((var), field))
175 (var) = SLIST_NEXT((var), field))
190 (varp) = &SLIST_NEXT((var), field))
197 SLIST_NEXT((elm), field) = SLIST_NEXT((slistelm), field); \
198 SLIST_NEXT((slistelm), field) = (elm); \
202 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
206 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) macro
215 while (SLIST_NEXT(curelm, field) != (elm)) \
216 curelm = SLIST_NEXT(curelm, field); \
223 SLIST_NEXT(elm, field) = \
[all …]
/dragonfly/sys/kern/
H A Duipc_mbuf2.c318 while ((q = SLIST_NEXT(p, m_tag_link)) != NULL) in m_tag_delete_chain()
333 p = SLIST_NEXT(t, m_tag_link); in m_tag_locate()
337 p = SLIST_NEXT(p, m_tag_link); in m_tag_locate()
404 return SLIST_NEXT(t, m_tag_link); in m_tag_next()
H A Dkern_sensors.c128 (nv = SLIST_NEXT(v, list)) != NULL; v = nv) in sensor_attach()
H A Dkern_sysctl.c466 SLIST_NEXT(oidp, oid_link) = NULL; in sysctl_add_oid()
812 for (;; oidp = SLIST_NEXT(oidp, oid_link)) { in name2oid()
H A Dvfs_subr.c1454 vqn = SLIST_NEXT(vq, v_cdevnext); in vrevoke()
/dragonfly/lib/libssh/openbsd-compat/
H A Dsys-queue.h105 #undef SLIST_NEXT
205 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) macro
210 (var) = SLIST_NEXT(var, field))
214 (var) && ((tvar) = SLIST_NEXT(var, field), 1); \
/dragonfly/libexec/dma/
H A Daliases_parse.y109 SLIST_NEXT(it, next) = $3;
/dragonfly/sys/netgraph/bridge/
H A Dng_bridge.c912 *hptr = SLIST_NEXT(hent, next); in ng_bridge_remove_hosts()
916 hptr = &SLIST_NEXT(hent, next); in ng_bridge_remove_hosts()
967 *hptr = SLIST_NEXT(hent, next); in ng_bridge_timeout()
973 hptr = &SLIST_NEXT(hent, next); in ng_bridge_timeout()
/dragonfly/sys/netgraph7/bridge/
H A Dng_bridge.c952 *hptr = SLIST_NEXT(hent, next); in ng_bridge_remove_hosts()
956 hptr = &SLIST_NEXT(hent, next); in ng_bridge_remove_hosts()
991 *hptr = SLIST_NEXT(hent, next); in ng_bridge_timeout()
997 hptr = &SLIST_NEXT(hent, next); in ng_bridge_timeout()
/dragonfly/usr.sbin/ac/
H A Dac.c332 lp = SLIST_NEXT(lp, next); in log_out()
340 lp = SLIST_NEXT(lp, next); in log_out()
/dragonfly/lib/libc/stdlib/
H A Dhcreate.c163 ie = SLIST_NEXT(ie, link); in hsearch()
/dragonfly/usr.bin/netstat/
H A Dif.c539 SLIST_NEXT(ip, chain) = ipn; in sidewaysintpr()
638 off && SLIST_NEXT(ip, chain) != NULL; in sidewaysintpr()
639 ip = SLIST_NEXT(ip, chain)) { in sidewaysintpr()
/dragonfly/contrib/smbfs/lib/smb/
H A Drcfile.c120 p = SLIST_NEXT(p,rs_next); in rc_close()
174 p = SLIST_NEXT(p,rk_next); in rc_freesect()
/dragonfly/sbin/dump/
H A Ditime.c119 for (i = nddates - 1; i >= 0; i--, dtwalk = SLIST_NEXT(dtwalk, dt_list)) in readdumptimes()
/dragonfly/share/man/man3/
H A DMakefile44 MLINKS+=queue.3 SLIST_NEXT.3
/dragonfly/contrib/elftoolchain/common/
H A D_elftc.h89 (var) && ((tvar) = SLIST_NEXT((var), field), 1); \
/dragonfly/contrib/nvi2/common/
H A Dseq.c197 lqp = qp, qp = SLIST_NEXT(qp, q)) { in seq_find()
/dragonfly/sys/net/pf/
H A Dpf_table.c824 q = SLIST_NEXT(p, pfrke_workq); in pfr_destroy_kentries()
1639 q = SLIST_NEXT(p, pfrkt_workq); in pfr_ina_commit()
1678 next = SLIST_NEXT(p, pfrke_workq); /* XXX */ in pfr_commit_ktable()
1814 q = SLIST_NEXT(p, pfrkt_workq); in pfr_setflags_ktables()
1917 q = SLIST_NEXT(p, pfrkt_workq); in pfr_destroy_ktables()
/dragonfly/sys/dev/sound/pcm/
H A Dfeeder.c163 next = SLIST_NEXT(fte, link); in feeder_unregisterall()
/dragonfly/sys/dev/misc/kbd/
H A Dkbd.c162 if (SLIST_NEXT(driver, link)) { in kbd_add_driver()
176 SLIST_NEXT(driver, link) = NULL; in kbd_delete_driver()
/dragonfly/sys/net/lagg/
H A Dif_lagg.c579 head = SLIST_NEXT(llq, llq_entries); in lagg_port_setlladdr()
1575 if ((lp_next = SLIST_NEXT(lp, lp_entries)) != NULL && in lagg_link_active()
1863 lp = SLIST_NEXT(lp, lp_entries); in lagg_rr_select_tx_port()
/dragonfly/contrib/nvi2/vi/
H A Dvs_msg.c886 if (SLIST_NEXT(mp_c, q) == NULL) in vs_msgsave()
/dragonfly/sys/bus/cam/
H A Dcam_xpt.c1289 periph = SLIST_NEXT(periph, periph_links), i++) { in xptioctl()
1302 if (SLIST_NEXT(periph, periph_links)) in xptioctl()
2717 next_periph = SLIST_NEXT(periph, periph_links); in xptperiphtraverse()
3236 nperiph = SLIST_NEXT(nperiph, periph_links), i++) { in xpt_action()
3343 cur_entry = SLIST_NEXT(cur_entry, links); in xpt_action()
4650 next_entry = SLIST_NEXT(cur_entry, links); in xpt_async_bcast()
7183 periph = SLIST_NEXT(periph, periph_links), i++); in xptpassannouncefunc()
/dragonfly/usr.sbin/newsyslog/
H A Dnewsyslog.c1957 nextsig = SLIST_NEXT(swork, sw_nextp); in do_sigwork()
/dragonfly/sys/bus/firewire/
H A Dfirewire.c480 next = SLIST_NEXT(csrd, link); in firewire_detach()