Home
last modified time | relevance | path

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

123

/dragonfly/sys/sys/
H A Dqueue.h389 if (LIST_NEXT((elm), field) != NULL && \
390 LIST_NEXT((elm), field)->field.le_prev != \
412 (var) = LIST_NEXT((var), field))
417 (var) = LIST_NEXT((var), field))
435 if ((LIST_NEXT((elm), field) = LIST_NEXT((listelm), field)) != NULL)\
436 LIST_NEXT((listelm), field)->field.le_prev = \
437 &LIST_NEXT((elm), field); \
438 LIST_NEXT((listelm), field) = (elm); \
445 LIST_NEXT((elm), field) = (listelm); \
465 if (LIST_NEXT((elm), field) != NULL) \
[all …]
/dragonfly/sys/dev/netif/mii_layer/
H A Dmii.c239 m = LIST_NEXT(m, ifm_list)) { in miibus_mediainit()
310 child = LIST_NEXT(child, mii_list)) { in mii_mediachg()
331 child = LIST_NEXT(child, mii_list)) in mii_tick()
347 child = LIST_NEXT(child, mii_list)) in mii_pollstat()
/dragonfly/usr.sbin/rpc.lockd/
H A Dlockd_lock.c117 fl = LIST_NEXT(fl, lcklst)) { in testlock()
197 fl = LIST_NEXT(fl, lcklst)) { in getlock()
280 fl = LIST_NEXT(fl, lcklst)) { in unlock()
359 fl = LIST_NEXT(fl, lcklst)) { in sigchild_handler()
607 fl = LIST_NEXT(fl, lcklst)) { in do_unlock()
668 hp = LIST_NEXT(hp, hostlst)) { in do_mon()
712 next_fl = LIST_NEXT(fl, lcklst); in notify()
/dragonfly/sys/netinet/
H A Dip_encap.c174 for (ep = LIST_FIRST(&encaptab); ep; ep = LIST_NEXT(ep, chain)) { in encap4_input()
268 for (ep = LIST_FIRST(&encaptab); ep; ep = LIST_NEXT(ep, chain)) { in encap6_input()
339 for (ep = LIST_FIRST(&encaptab); ep; ep = LIST_NEXT(ep, chain)) { in encap_attach()
417 for (p = LIST_FIRST(&encaptab); p; p = LIST_NEXT(p, chain)) { in encap_detach()
H A Din_var.h235 (step).i_inm = LIST_NEXT((step).i_inm, inm_link); \
H A Dip_gre.c275 sc = LIST_NEXT(sc, sc_list)) { in gre_lookup()
/dragonfly/lib/libssh/openbsd-compat/
H A Dsys-queue.h74 #undef LIST_NEXT
279 #define LIST_NEXT(elm, field) ((elm)->field.le_next) macro
284 (var) = LIST_NEXT(var, field))
288 (var) && ((tvar) = LIST_NEXT(var, field), 1); \
/dragonfly/usr.sbin/mtree/
H A Dexcludes.c108 e = LIST_NEXT(e, link); in check_excludes()
/dragonfly/usr.bin/netstat/
H A Dunix.c128 (long)LIST_FIRST(&unp->unp_refs), (long)LIST_NEXT(unp, unp_reflink)); in unixdomainpr()
H A Dnetgraph.c137 next = LIST_NEXT(&ngpcb, socks); in netgraphprotopr()
/dragonfly/sys/netbt/
H A Dhci_misc.c122 m0 = LIST_NEXT(memo, next); in hci_memo_find()
H A Dhci_link.c352 next = LIST_NEXT(chan, lc_ncid); in hci_acl_linkmode()
947 next = LIST_NEXT(chan, lc_ncid); in hci_link_free()
/dragonfly/libexec/dma/
H A Ddma.c264 if (LIST_NEXT(it, next) == NULL) in go_background()
409 if (LIST_NEXT(it, next) != NULL) in show_queue()
/dragonfly/tools/diag/dumpvfscache/
H A Ddumpvfscache.c105 p = (u_long)LIST_NEXT(nc, nc_hash); in main()
/dragonfly/usr.sbin/pw/
H A Dpw.c438 c = LIST_NEXT(c, list); in getarg()
/dragonfly/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c253 dp2 = LIST_NEXT(dp, link); in check_spool_dirs()
/dragonfly/sys/kern/
H A Dsubr_rman.c428 s = LIST_NEXT(s, r_sharelink)) { in int_rman_activate_resource()
548 if (LIST_NEXT(s, r_sharelink) == 0) { in int_rman_release_resource()
/dragonfly/share/man/man3/
H A DMakefile29 MLINKS+=queue.3 LIST_NEXT.3
/dragonfly/sys/net/
H A Dif_clone.c221 ifc = LIST_NEXT(ifc, ifc_list), count--, dst += IFNAMSIZ) { in if_clone_list()
H A Dif_media.c349 ep = LIST_NEXT(ep, ifm_list), count++) in ifmedia_ioctl()
/dragonfly/sys/netinet6/
H A Din6_pcb.c554 while ((inp = LIST_NEXT(marker, inp_list)) != NULL) { in in6_pcbnotify()
722 while ((in6p = LIST_NEXT(marker, inp_list)) != NULL) { in in6_pcbpurgeif0()
/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_misc.c221 ng_hci_neighbor_p nn = LIST_NEXT(n, next); in ng_hci_get_neighbor()
/dragonfly/contrib/elftoolchain/common/
H A D_elftc.h82 (var) && ((tvar) = LIST_NEXT((var), field), 1); \
/dragonfly/sys/netgraph7/etf/
H A Dng_etf.c464 fil2 = LIST_NEXT(fil1, next); in ng_etf_disconnect()
/dragonfly/usr.sbin/pfctl/
H A Dpfctl_altq.c1095 for (s = LIST_FIRST(gsc); s != end; s = LIST_NEXT(s, _next)) { in is_gsc_under_sc()
1196 for (s = start; s != end; s = LIST_NEXT(s, _next)) { in gsc_add_seg()
1202 for (; s != end; s = LIST_NEXT(s, _next)) { in gsc_add_seg()

123