| /f-stack/freebsd/kern/ |
| H A D | subr_rtc.c | 262 LIST_FOREACH_SAFE(rtc, &rtc_list, rtc_entries, tmp) { in clock_unregister()
|
| H A D | kern_hhook.c | 503 LIST_FOREACH_SAFE(hhh, &V_hhook_vhead_list, hhh_vnext, tmphhh) { in hhook_vnet_uninit()
|
| H A D | kern_osd.c | 167 LIST_FOREACH_SAFE(osd, &osdm[type].osd_list, osd_next, tosd) in osd_deregister()
|
| H A D | kern_lockf.c | 796 LIST_FOREACH_SAFE(lock, &state->ls_pending, lf_link, nlock) { in lf_purgelocks() 833 LIST_FOREACH_SAFE(lock, &state->ls_active, lf_link, nlock) { in lf_purgelocks() 1154 LIST_FOREACH_SAFE(e, &lock->lf_inedges, le_inlink, ne) { in lf_update_dependancies()
|
| H A D | subr_sleepqueue.c | 1150 LIST_FOREACH_SAFE(sq, &sc->sc_queues, sq_hash, sq1) { in sleepq_chains_remove_matching()
|
| H A D | kern_exit.c | 133 LIST_FOREACH_SAFE(p2, &p->p_reaplist, p_reapsibling, ptmp) { in reaper_abandon_children()
|
| /f-stack/freebsd/arm64/iommu/ |
| H A D | iommu.c | 345 LIST_FOREACH_SAFE(entry, &iommu_list, next, tmp) { in iommu_unregister()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_nat.c | 164 LIST_FOREACH_SAFE(r, head, _next, tmp_r) { in del_redir_spool_cfg() 176 LIST_FOREACH_SAFE(s, &r->spool_chain, _next, tmp_s) { in del_redir_spool_cfg() 1153 LIST_FOREACH_SAFE(ptr, &chain->nat, _next, ptr_temp) { in vnet_ipfw_nat_uninit()
|
| /f-stack/freebsd/arm/ti/twl/ |
| H A D | twl_clks.c | 621 LIST_FOREACH_SAFE(clk, &sc->sc_clks_list, link, tmp) { in twl_clks_detach()
|
| H A D | twl_vreg.c | 1000 LIST_FOREACH_SAFE(regulator, &sc->sc_vreg_list, entries, tmp) { in twl_vreg_detach()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_pcb.c | 1860 LIST_FOREACH_SAFE(tinp, head, sctp_hash, ninp) { in sctp_swap_inpcb_for_listen() 3360 LIST_FOREACH_SAFE(asoc, &inp->sctp_asoc_list, sctp_tcblist, nasoc) { in sctp_inpcb_free() 3510 LIST_FOREACH_SAFE(asoc, &inp->sctp_asoc_list, sctp_tcblist, nasoc) { in sctp_inpcb_free() 3637 LIST_FOREACH_SAFE(shared_key, &inp->sctp_ep.shared_keys, next, nshared_key) { in sctp_inpcb_free() 3648 LIST_FOREACH_SAFE(laddr, &inp->sctp_addr_list, sctp_nxt_addr, nladdr) { in sctp_inpcb_free() 3654 LIST_FOREACH_SAFE(asoc, &inp->sctp_asoc_free_list, sctp_tcblist, nasoc) { in sctp_inpcb_free() 5143 LIST_FOREACH_SAFE(shared_key, &asoc->shared_keys, next, nshared_key) { in sctp_free_assoc() 5893 LIST_FOREACH_SAFE(wi, &SCTP_BASE_INFO(addr_wq), sctp_nxt_addr, nwi) { in sctp_pcb_finish() 5909 LIST_FOREACH_SAFE(vrf, vrf_bucket, next_vrf, nvrf) { in sctp_pcb_finish() 5910 LIST_FOREACH_SAFE(ifn, &vrf->ifnlist, next_ifn, nifn) { in sctp_pcb_finish() [all …]
|
| H A D | ip_mroute.c | 636 LIST_FOREACH_SAFE(rt, &V_mfchashtbl[i], mfc_hash, nrt) { in if_detached_event() 755 LIST_FOREACH_SAFE(rt, &V_mfchashtbl[i], mfc_hash, nrt) { in X_ip_mrouter_done() 1451 LIST_FOREACH_SAFE(rt, &V_mfchashtbl[i], mfc_hash, nrt) { in expire_upcalls()
|
| H A D | sctp_asconf.c | 2088 LIST_FOREACH_SAFE(laddr, &inp->sctp_addr_list, sctp_nxt_addr, nladdr) { in sctp_asconf_iterator_ep_end() 2271 LIST_FOREACH_SAFE(l, &asc->list_of_work, sctp_nxt_addr, nl) { in sctp_asconf_iterator_end() 3203 LIST_FOREACH_SAFE(laddr, &inp->sctp_addr_list, sctp_nxt_addr, nladdr) { in sctp_addr_mgmt_ep_sa()
|
| H A D | siftr.c | 1369 LIST_FOREACH_SAFE(counter, counter_hash + i, nodes, in siftr_manage_ops()
|
| H A D | igmp.c | 735 LIST_FOREACH_SAFE(igi, &V_igi_head, igi_link, tigi) { in igi_delete_locked() 3663 LIST_FOREACH_SAFE(igi, igi_head, igi_link, tigi) { in DB_SHOW_COMMAND()
|
| /f-stack/freebsd/security/mac_veriexec/ |
| H A D | veriexec_metadata.c | 135 LIST_FOREACH_SAFE(ip, &(lp->file_head), entries, tip) { in get_veriexec_file()
|
| /f-stack/freebsd/netinet6/ |
| H A D | nd6.c | 1033 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) { in nd6_timer() 1169 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) { in nd6_purge() 1769 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, next) { in nd6_ioctl()
|
| /f-stack/freebsd/x86/iommu/ |
| H A D | intel_idpgtbl.c | 303 LIST_FOREACH_SAFE(tbl, &idpgtbls, link, tbl1) { in put_idmap_pgtbl()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | queue.h | 465 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
|
| /f-stack/dpdk/lib/librte_eal/windows/include/sys/ |
| H A D | queue.h | 516 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
|
| /f-stack/freebsd/sys/ |
| H A D | queue.h | 545 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_if.c | 374 LIST_FOREACH_SAFE(kif, &V_pfi_unlinked_kifs, pfik_list, kif1) { in pfi_kkif_purge()
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias_sctp.c | 1521 LIST_FOREACH_SAFE(G_Addr, &(assoc->Gaddr), list_Gaddr, G_Addr_tmp) { in RmGlobalIPAddresses() 1536 LIST_FOREACH_SAFE(G_Addr, &(assoc->Gaddr), list_Gaddr, G_Addr_tmp) { in RmGlobalIPAddresses()
|
| /f-stack/freebsd/net/ |
| H A D | if_vxlan.c | 593 LIST_FOREACH_SAFE(fe, &sc->vxl_ftable[i], vxlfe_hash, tfe) { in vxlan_ftable_flush() 609 LIST_FOREACH_SAFE(fe, &sc->vxl_ftable[i], vxlfe_hash, tfe) { in vxlan_ftable_expire() 3576 LIST_FOREACH_SAFE(sc, &list, vxl_ifdetach_list, tsc) { in vxlan_ifdetach_event()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_base.c | 991 LIST_FOREACH_SAFE(node, &V_ng_name_hash[i], nd_nodes, node2) { in ng_name_rehash() 1022 LIST_FOREACH_SAFE(node, &V_ng_ID_hash[i], nd_idnodes, node2) { in ng_ID_rehash()
|