lib/libc/stdlib/malloc.c
118
LIST_HEAD(chunk_head, chunk_info);
lib/libc/thread/rthread_file.c
87
LIST_HEAD(file_list_head, file_lock) head;
lib/libkvm/kvm_file2.c
130
LIST_HEAD(processlist, process);
lib/librthread/rthread.h
94
extern LIST_HEAD(listhead, pthread) _thread_list;
libexec/ld.so/malloc.c
82
LIST_HEAD(chunk_head, chunk_info);
libexec/spamd/sync.c
63
LIST_HEAD(synchosts, sync_host) sync_hosts = LIST_HEAD_INITIALIZER(sync_hosts);
sbin/isakmpd/exchange.c
81
LIST_HEAD(exchange_list, exchange) *exchange_tab;
sbin/isakmpd/ike_phase_1.c
1169
LIST_HEAD(attr_head, attr_node) attrs;
sbin/isakmpd/ipsec.h
104
LIST_HEAD(isakmp_cfg_attr_head, isakmp_cfg_attr) attrs;
sbin/isakmpd/transport.h
50
LIST_HEAD(transport_list, transport);
sbin/isakmpd/x509.c
91
static LIST_HEAD(x509_list, x509_hash) *x509_tab = 0;
sbin/pdisk/partition_map.h
47
LIST_HEAD(, entry) disk_order;
sbin/pdisk/partition_map.h
48
LIST_HEAD(, entry) base_order;
sbin/pfctl/pfctl_osfp.c
52
LIST_HEAD(name_list, name_entry);
sbin/slaacd/engine.c
152
LIST_HEAD(, radv_prefix) prefixes;
sbin/slaacd/engine.c
154
LIST_HEAD(, radv_rdns) rdns_servers;
sbin/slaacd/engine.c
231
LIST_HEAD(, radv) radvs;
sbin/slaacd/engine.c
232
LIST_HEAD(, address_proposal) addr_proposals;
sbin/slaacd/engine.c
233
LIST_HEAD(, dfr_proposal) dfr_proposals;
sbin/slaacd/engine.c
234
LIST_HEAD(, rdns_proposal) rdns_proposals;
sbin/slaacd/engine.c
237
LIST_HEAD(, slaacd_iface) slaacd_interfaces;
sys/arch/amd64/include/pmap.h
283
LIST_HEAD(pmap_head, pmap); /* struct pmap_head: head of a pmap list */
sys/arch/arm/arm/cpu.c
614
LIST_HEAD(, opp_table) opp_tables = LIST_HEAD_INITIALIZER(opp_tables);
sys/arch/arm64/arm64/acpi_machdep.c
152
extern LIST_HEAD(, interrupt_controller) interrupt_controllers;
sys/arch/arm64/arm64/cpu.c
2171
LIST_HEAD(, opp_table) opp_tables = LIST_HEAD_INITIALIZER(opp_tables);
sys/arch/arm64/arm64/intr.c
218
LIST_HEAD(, intr_prereg) prereg_interrupts =
sys/arch/arm64/arm64/intr.c
310
LIST_HEAD(, interrupt_controller) interrupt_controllers =
sys/arch/arm64/arm64/pmap.c
62
LIST_HEAD(pted_pv_head, pte_desc);
sys/arch/arm64/dev/agintc.c
1566
LIST_HEAD(, agintc_msi_device) sc_msi_devices;
sys/arch/arm64/dev/ampintc.c
954
extern LIST_HEAD(, interrupt_controller) interrupt_controllers;
sys/arch/arm64/dev/aplcpu.c
77
LIST_HEAD(, opp_table) sc_opp_tables;
sys/arch/arm64/dev/bcm2712_mip.c
155
extern LIST_HEAD(, interrupt_controller) interrupt_controllers;
sys/arch/arm64/include/pmap.h
134
LIST_HEAD(,pte_desc) pv_list;
sys/arch/armv7/armv7/intr.c
213
LIST_HEAD(, intr_prereg) prereg_interrupts =
sys/arch/armv7/armv7/intr.c
281
LIST_HEAD(, interrupt_controller) interrupt_controllers =
sys/arch/armv7/omap/omdisplay.c
416
LIST_HEAD(,omdisplay_screen) sc_screens;
sys/arch/i386/include/pmap.h
82
LIST_HEAD(pmap_head, pmap); /* struct pmap_head: head of a pmap list */
sys/arch/luna88k/luna88k/isr.h
53
typedef LIST_HEAD(, isr_autovec) isr_autovec_list_t;
sys/arch/macppc/stand/alloc.c
89
LIST_HEAD(, ml) freelist = LIST_HEAD_INITIALIZER(freelist);
sys/arch/macppc/stand/alloc.c
90
LIST_HEAD(, ml) allocatedlist = LIST_HEAD_INITIALIZER(allocatedlist);
sys/arch/octeon/dev/octcib.c
71
LIST_HEAD(, octcib_intrhand) sc_bits[CIB_MAXBITS];
sys/arch/octeon/dev/octeon_intr.c
49
LIST_HEAD(, intr_controller) octeon_ic_list =
sys/arch/powerpc/include/pmap.h
176
LIST_HEAD(,pte_desc) pv_list;
sys/arch/powerpc64/include/pmap.h
38
LIST_HEAD(,slb_desc) pm_slbd;
sys/arch/powerpc64/include/pmap.h
90
LIST_HEAD(,pte_desc) pv_list;
sys/arch/powerpc64/powerpc64/intr.c
220
LIST_HEAD(, interrupt_controller) interrupt_controllers =
sys/arch/riscv64/include/pmap.h
127
LIST_HEAD(,pte_desc) pv_list;
sys/arch/riscv64/riscv64/cpu.c
634
LIST_HEAD(, opp_table) opp_tables = LIST_HEAD_INITIALIZER(opp_tables);
sys/arch/riscv64/riscv64/intr.c
192
LIST_HEAD(, intr_prereg) prereg_interrupts =
sys/arch/riscv64/riscv64/intr.c
271
LIST_HEAD(, interrupt_controller) interrupt_controllers =
sys/arch/riscv64/riscv64/pmap.c
162
LIST_HEAD(pted_pv_head, pte_desc);
sys/arch/sparc64/stand/ofwboot/alloc.c
89
LIST_HEAD(, ml) freelist = LIST_HEAD_INITIALIZER(freelist);
sys/arch/sparc64/stand/ofwboot/alloc.c
90
LIST_HEAD(, ml) allocatedlist = LIST_HEAD_INITIALIZER(allocatedlist);
sys/dev/fdt/mvgicp.c
105
extern LIST_HEAD(, interrupt_controller) interrupt_controllers;
sys/dev/fdt/mvicu.c
184
extern LIST_HEAD(, interrupt_controller) interrupt_controllers;
sys/dev/gpio/gpio.c
45
LIST_HEAD(, gpio_dev) sc_devs; /* devices */
sys/dev/gpio/gpio.c
46
LIST_HEAD(, gpio_name) sc_names; /* named pins */
sys/dev/ic/aic79xx.h
1066
LIST_HEAD(, scb) timedout_scbs;
sys/dev/ic/aic79xx.h
637
LIST_HEAD(scb_list, scb);
sys/dev/ic/aic7xxxvar.h
953
LIST_HEAD(, scb) pending_scbs;
sys/dev/ic/bwfmvar.h
89
LIST_HEAD(,bwfm_core) ch_list;
sys/dev/ic/if_wi_hostap.h
113
LIST_HEAD(sta_hash, wihap_sta_info) sta_hash[WI_STA_HASH_SIZE];
sys/dev/ic/ncr53c9xvar.h
176
LIST_HEAD(lun_list, ncr53c9x_linfo) luns;
sys/dev/ic/vgavar.h
62
LIST_HEAD(, vgascreen) screens;
sys/dev/isa/if_ep_isa.c
96
static LIST_HEAD(, ep_isa_done_probe) ep_isa_all_probes;
sys/dev/isa/it.c
127
LIST_HEAD(, it_softc) it_softc_list = LIST_HEAD_INITIALIZER(it_softc_list);
sys/dev/mii/miivar.h
73
LIST_HEAD(mii_listhead, mii_softc) mii_phys;
sys/dev/ofw/ofw_clock.c
29
LIST_HEAD(, clock_device) clock_devices =
sys/dev/ofw/ofw_clock.c
338
LIST_HEAD(, reset_device) reset_devices =
sys/dev/ofw/ofw_gpio.c
27
LIST_HEAD(, gpio_controller) gpio_controllers =
sys/dev/ofw/ofw_misc.c
1000
LIST_HEAD(, mii_bus) mii_busses =
sys/dev/ofw/ofw_misc.c
1043
LIST_HEAD(, iommu_device) iommu_devices =
sys/dev/ofw/ofw_misc.c
1228
LIST_HEAD(, mbox_device) mbox_devices =
sys/dev/ofw/ofw_misc.c
126
LIST_HEAD(, if_device) if_devices =
sys/dev/ofw/ofw_misc.c
1347
LIST_HEAD(, hwlock_device) hwlock_devices =
sys/dev/ofw/ofw_misc.c
170
LIST_HEAD(, phy_device) phy_devices =
sys/dev/ofw/ofw_misc.c
303
LIST_HEAD(, i2c_bus) i2c_busses =
sys/dev/ofw/ofw_misc.c
349
LIST_HEAD(, sfp_device) sfp_devices =
sys/dev/ofw/ofw_misc.c
485
LIST_HEAD(, pwm_device) pwm_devices =
sys/dev/ofw/ofw_misc.c
49
LIST_HEAD(, regmap) regmaps = LIST_HEAD_INITIALIZER(regmap);
sys/dev/ofw/ofw_misc.c
551
LIST_HEAD(, nvmem_device) nvmem_devices =
sys/dev/ofw/ofw_misc.c
565
LIST_HEAD(, nvmem_cell) nvmem_cells =
sys/dev/ofw/ofw_misc.c
778
LIST_HEAD(, endpoint) endpoints =
sys/dev/ofw/ofw_misc.c
960
LIST_HEAD(, dai_device) dai_devices =
sys/dev/ofw/ofw_misc.h
168
LIST_HEAD(, device_port) dp_ports;
sys/dev/ofw/ofw_misc.h
177
LIST_HEAD(, endpoint) dp_endpoints;
sys/dev/ofw/ofw_pinctrl.c
35
LIST_HEAD(, pinctrl) pinctrls = LIST_HEAD_INITIALIZER(pinctrl);
sys/dev/ofw/ofw_power.c
26
LIST_HEAD(, power_domain_device) power_domain_devices =
sys/dev/ofw/ofw_regulator.c
30
LIST_HEAD(, regulator_device) regulator_devices =
sys/dev/ofw/ofw_regulator.c
33
LIST_HEAD(, regulator_notifier) regulator_notifiers =
sys/dev/ofw/ofw_thermal.c
108
LIST_HEAD(, thermal_zone) thermal_zones =
sys/dev/ofw/ofw_thermal.c
34
LIST_HEAD(, thermal_sensor) thermal_sensors =
sys/dev/ofw/ofw_thermal.c
37
LIST_HEAD(, cooling_device) cooling_devices =
sys/dev/ofw/ofw_thermal.c
95
LIST_HEAD(, cdev) tz_cdevs;
sys/dev/pci/drm/drm_gpuvm.c
1195
LIST_HEAD(extobjs);
sys/dev/pci/drm/drm_gpuvm.c
1437
LIST_HEAD(evict);
sys/dev/pci/drm/drm_linux.c
269
LIST_HEAD(, kthread) kthread_list = LIST_HEAD_INITIALIZER(kthread_list);
sys/dev/pci/drm/drm_linux.c
3376
LIST_HEAD(, drm_dmamem) dmamem_list = LIST_HEAD_INITIALIZER(dmamem_list);
sys/dev/pci/drm/drm_linux.c
3635
LIST_HEAD(, platform_device) pdev_list = LIST_HEAD_INITIALIZER(pdev_list);
sys/dev/pci/drm/drm_privacy_screen.c
38
static LIST_HEAD(drm_privacy_screen_lookup_list);
sys/dev/pci/drm/drm_privacy_screen.c
41
static LIST_HEAD(drm_privacy_screen_devs);
sys/dev/pci/drm/i915/display/intel_dsi_vbt.c
481
LIST_HEAD(resource_list);
sys/dev/pci/drm/i915/gem/selftests/huge_pages.c
1623
LIST_HEAD(objects);
sys/dev/pci/drm/i915/gem/selftests/i915_gem_mman.c
1161
LIST_HEAD(objects);
sys/dev/pci/drm/i915/intel_gvt.c
48
static LIST_HEAD(intel_gvt_devices);
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
166
LIST_HEAD(objects);
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
376
LIST_HEAD(objects);
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
455
LIST_HEAD(objects);
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
558
LIST_HEAD(objects);
sys/dev/pci/drm/include/drm/ttm/ttm_pool.h
66
LIST_HEAD(, ttm_pool_type_lru) lru;
sys/dev/pci/emuxkivar.h
233
LIST_HEAD(, emuxki_mem) mem;
sys/dev/pci/emuxkivar.h
241
LIST_HEAD(, emuxki_voice) voices;
sys/dev/pci/if_mwx.c
116
LIST_HEAD(, mwx_txwi) mt_freelist;
sys/dev/pci/pcivar.h
196
LIST_HEAD(, pci_dev) sc_devs;
sys/dev/pcmcia/cfxga.c
84
LIST_HEAD(, cfxga_screen) sc_scr;
sys/dev/pv/xenvar.h
75
LIST_HEAD(xen_devices, xen_device);
sys/dev/rasops/rasops.h
125
LIST_HEAD(, rasops_screen) ri_screens;
sys/dev/usb/ehcivar.h
153
LIST_HEAD(sc_freeitds, ehci_soft_itd) sc_freeitds;
sys/dev/usb/ohcivar.h
96
LIST_HEAD(, ohci_soft_td) sc_hash_tds[OHCI_HASH_SIZE];
sys/dev/usb/ohcivar.h
97
LIST_HEAD(, ohci_soft_itd) sc_hash_itds[OHCI_HASH_SIZE];
sys/dev/usb/uhcivar.h
151
LIST_HEAD(, uhci_xfer) sc_intrhead;
sys/dev/usb/usb_mem.c
76
LIST_HEAD(, usb_dma_block) usb_blk_freelist =
sys/dev/usb/usb_mem.c
80
LIST_HEAD(, usb_frag_dma) usb_frag_freelist =
sys/dev/usb/usbdivar.h
181
LIST_HEAD(, usbd_pipe) pipes;
sys/isofs/udf/udf.h
73
LIST_HEAD(udf_hash_lh, unode) *um_hashtbl;
sys/kern/kern_subr.c
222
LIST_HEAD(generic, generic) *hashtbl;
sys/kern/kern_subr.c
244
LIST_HEAD(generic, generic) *hashtbl = hash;
sys/kern/uipc_usrreq.c
117
LIST_HEAD(unp_head, unpcb) unp_head =
sys/kern/vfs_sync.c
63
LIST_HEAD(synclist, vnode);
sys/miscfs/fuse/fuse_device.c
66
LIST_HEAD(, fuse_d) fuse_d_list;
sys/net/bpf.c
94
LIST_HEAD(, bpf_d) bpf_d_list = LIST_HEAD_INITIALIZER(bpf_d_list);
sys/net/if.c
221
LIST_HEAD(, if_clone) if_cloners =
sys/net/if_bridge.h
450
LIST_HEAD(, bstp_port) bs_bplist;
sys/net/if_bridge.h
530
LIST_HEAD(, bridge_rtnode) sc_rts[BRIDGE_RTABLE_SIZE]; /* [m] hash table */
sys/net/if_pflog.c
85
LIST_HEAD(, pflog_softc) pflog_ifs = LIST_HEAD_INITIALIZER(pflog_ifs);
sys/net/if_ppp.c
187
LIST_HEAD(, ppp_softc) ppp_softc_list;
sys/net/if_pppoe.c
179
LIST_HEAD(pppoe_softc_head, pppoe_softc) pppoe_softc_list;
sys/net/if_pppx.c
125
LIST_HEAD(,pppx_if) pxd_pxis; /* [K] */
sys/net/if_pppx.c
128
LIST_HEAD(, pppx_dev) pppx_devs =
sys/net/if_pppx.c
962
LIST_HEAD(pppac_list, pppac_softc); /* [K] */
sys/net/if_vlan.c
95
LIST_HEAD(__vlan_mchead, vlan_mc_entry)
sys/net/if_wg.c
231
LIST_HEAD(,wg_aip) p_aip;
sys/net/if_wg.c
264
LIST_HEAD(,wg_peer) *sc_peer;
sys/net/if_wg.c
269
LIST_HEAD(,wg_index) *sc_index;
sys/net/pf_ioctl.c
190
LIST_HEAD(, pf_trans) pf_ioctl_trans = LIST_HEAD_INITIALIZER(pf_trans);
sys/net/pf_ioctl.c
325
LIST_HEAD(, pf_trans) tmp_list;
sys/net/pipex_local.h
315
LIST_HEAD(pipex_hash_head, pipex_session);
sys/net/route.h
127
LIST_HEAD(, rttimer) rt_timer; /* queue of timeouts for misc funcs */
sys/net/trunklacp.h
252
LIST_HEAD(, lacp_port) lsc_ports;
sys/net/wg_cookie.h
81
LIST_HEAD(, ratelimit_entry) *rl_table;
sys/netinet/if_ether.c
114
LIST_HEAD(, llinfo_arp) arp_list = LIST_HEAD_INITIALIZER(arp_list);
sys/netinet/if_ether.h
240
LIST_HEAD(, ether_multi) ac_multiaddrs; /* list of multicast addrs */
sys/netinet/in_pcb.h
178
LIST_HEAD(inpcbhead, inpcb);
sys/netinet/ip_carp.c
170
LIST_HEAD(__carp_mchead, carp_mc_entry) carp_mc_listhead;
sys/netinet/ip_input.c
108
LIST_HEAD(, ipq) ipq; /* [Q] */
sys/netinet/ip_ipsp.c
120
LIST_HEAD(, ipsec_ids) ipsp_ids_gc_list =
sys/netinet/ip_var.h
178
LIST_HEAD(ipqehead, ipqent);
sys/netinet/tcp_var.h
190
LIST_HEAD(, syn_cache) t_sc; /* list of entries by this tcb */
sys/netinet6/icmp6.c
119
LIST_HEAD(, icmp6_mtudisc_callback) icmp6_mtudisc_callbacks =
sys/netinet6/in6_var.h
112
LIST_HEAD(, in6_multi_mship) ia6_memberships;
sys/netinet6/ip6_var.h
137
LIST_HEAD(ip6asfrag_list, ip6asfrag) ip6q_asfrag;
sys/netinet6/ip6_var.h
157
LIST_HEAD(, in6_multi_mship) im6o_memberships;
sys/nfs/nfs_srvcache.c
66
LIST_HEAD(nfsrvhash, nfsrvcache) *nfsrvhashtbl;
sys/ntfs/ntfs_ihash.c
53
static LIST_HEAD(nthashhead, ntnode) *ntfs_nthashtbl;
sys/ntfs/ntfs_inode.h
54
LIST_HEAD(,fnode) i_fnlist;
sys/ntfs/ntfs_inode.h
55
LIST_HEAD(,ntvattr) i_valist;
sys/sys/buf.h
52
LIST_HEAD(bufhead, buf);
sys/sys/extent.h
52
LIST_HEAD(, extent_region) ex_regions;
sys/sys/extent.h
64
LIST_HEAD(, extent_region) fex_freelist;
sys/sys/file.h
133
LIST_HEAD(filelist, file);
sys/sys/filedesc.h
87
LIST_HEAD(, kqueue) fd_kqlist; /* [f] kqueues attached to this
sys/sys/proc.h
168
LIST_HEAD(, process) ps_children;/* Pointer to list of children. */
sys/sys/proc.h
178
LIST_HEAD(, process) ps_orphans;/* Pointer to list of orphans. */
sys/sys/proc.h
534
extern LIST_HEAD(tidhashhead, proc) *tidhashtbl;
sys/sys/proc.h
538
extern LIST_HEAD(pidhashhead, process) *pidhashtbl;
sys/sys/proc.h
550
LIST_HEAD(proclist, proc);
sys/sys/proc.h
551
LIST_HEAD(processlist, process);
sys/sys/proc.h
83
LIST_HEAD(, process) pg_members;/* Pointer to pgrp members. */
sys/sys/sigio.h
39
LIST_HEAD(sigiolst, sigio);
sys/sys/vnode.h
81
LIST_HEAD(buflists, buf);
sys/tmpfs/tmpfs.h
177
LIST_HEAD(tmpfs_node_list, tmpfs_node);
sys/ufs/ufs/ufs_ihash.c
52
LIST_HEAD(ihashhead, inode) *ihashtbl;
sys/ufs/ufs/ufs_quota.c
805
LIST_HEAD(dqhash, dquot) *dqhashtbl;
sys/uvm/uvm_amap.c
57
LIST_HEAD(, vm_amap) amap_list;
sys/uvm/uvm_aobj.c
110
LIST_HEAD(uao_swhash, uao_swhash_elt);
sys/uvm/uvm_aobj.c
185
static LIST_HEAD(aobjlist, uvm_aobj) uao_list = LIST_HEAD_INITIALIZER(uao_list);
sys/uvm/uvm_device.c
52
LIST_HEAD(, uvm_device) udv_list = LIST_HEAD_INITIALIZER(udv_list);
sys/uvm/uvm_swap.c
214
LIST_HEAD(swap_priority, swappri);
sys/uvm/uvm_vnode.c
72
LIST_HEAD(, uvm_vnode) uvn_wlist; /* [K] writeable uvns */
usr.bin/gencat/gencat.c
90
LIST_HEAD(msghead, _msgT) msghead;
usr.bin/gencat/gencat.c
94
LIST_HEAD(sethead, _setT) sethead;
usr.bin/tmux/job.c
70
static LIST_HEAD(joblist, job) all_jobs = LIST_HEAD_INITIALIZER(all_jobs);
usr.bin/tmux/tmux.h
1590
LIST_HEAD(tty_terms, tty_term);
usr.bin/vi/common/exf.h
36
LIST_HEAD(_markh, _lmark) marks;/* Linked list of file MARK's. */
usr.bin/vi/common/gs.h
105
LIST_HEAD(_cuth, _cb) cutq; /* Linked list of cut buffers. */
usr.bin/vi/common/gs.h
108
LIST_HEAD(_seqh, _seq) seqq; /* Linked list of maps, abbrevs. */
usr.bin/vi/common/gs.h
87
LIST_HEAD(_excmdh, _excmd) ecq; /* Ex command linked list. */
usr.bin/vi/common/msg.h
57
LIST_HEAD(_msgh, _msg);
usr.sbin/acme-client/parse.h
85
LIST_HEAD(, keyfile) used_key_list;
usr.sbin/acpidump/acpidump.c
171
LIST_HEAD(acpi_user_mapping_list, acpi_user_mapping) maplist;
usr.sbin/bgpd/bgpd.h
775
LIST_HEAD(mrt_head, mrt);
usr.sbin/bgpd/pftable.c
52
LIST_HEAD(, pf_table) tables = LIST_HEAD_INITIALIZER(tables);
usr.sbin/bgpd/rde.c
139
LIST_HEAD(, rde_dump_ctx) rde_dump_h = LIST_HEAD_INITIALIZER(rde_dump_h);
usr.sbin/bgpd/rde.c
146
LIST_HEAD(, rde_mrt_ctx) rde_mrts = LIST_HEAD_INITIALIZER(rde_mrts);
usr.sbin/bgpd/rde.h
41
LIST_HEAD(prefix_list, prefix);
usr.sbin/bgpd/rde.h
45
LIST_HEAD(rib_pq_head, rib_pq);
usr.sbin/bgpd/rde_rib.c
54
LIST_HEAD(, rib_context) rib_dumps = LIST_HEAD_INITIALIZER(rib_dumps);
usr.sbin/bgplgd/slowcgi.c
127
LIST_HEAD(requests_head, request);
usr.sbin/btrace/ksyms.c
56
static LIST_HEAD(table, shlib_syms) shlib_lh = LIST_HEAD_INITIALIZER(table);
usr.sbin/dhcpd/sync.c
62
LIST_HEAD(synchosts, sync_host) sync_hosts = LIST_HEAD_INITIALIZER(sync_hosts);
usr.sbin/dvmrpd/dvmrpd.h
181
LIST_HEAD(, nbr) nbr_list;
usr.sbin/dvmrpd/dvmrpd.h
240
LIST_HEAD(, iface) iface_list;
usr.sbin/dvmrpd/neighbor.c
42
LIST_HEAD(nbr_head, nbr);
usr.sbin/dvmrpd/rde.h
44
LIST_HEAD(, ds_nbr) ds_list;
usr.sbin/dvmrpd/rde.h
75
LIST_HEAD(, prune_node) prune_list;
usr.sbin/ftp-proxy/ftp-proxy.c
85
LIST_HEAD(, session) sessions = LIST_HEAD_INITIALIZER(sessions);
usr.sbin/ldpd/accept.c
35
LIST_HEAD(, accept_ev) queue;
usr.sbin/ldpd/lde.h
112
LIST_HEAD(, fec_nh) nexthops; /* fib nexthops */
usr.sbin/ldpd/lde.h
113
LIST_HEAD(, lde_map) downstream; /* recv mappings */
usr.sbin/ldpd/lde.h
114
LIST_HEAD(, lde_map) upstream; /* sent mappings */
usr.sbin/ldpd/ldpd.h
260
LIST_HEAD(if_addr_head, if_addr);
usr.sbin/ldpd/ldpd.h
267
LIST_HEAD(, adj) adj_list;
usr.sbin/ldpd/ldpd.h
356
LIST_HEAD(, l2vpn_if) if_list;
usr.sbin/ldpd/ldpd.h
357
LIST_HEAD(, l2vpn_pw) pw_list;
usr.sbin/ldpd/ldpd.h
408
LIST_HEAD(, iface) iface_list;
usr.sbin/ldpd/ldpd.h
409
LIST_HEAD(, tnbr) tnbr_list;
usr.sbin/ldpd/ldpd.h
410
LIST_HEAD(, nbr_params) nbrp_list;
usr.sbin/ldpd/ldpd.h
411
LIST_HEAD(, l2vpn) l2vpn_list;
usr.sbin/ldpd/ldpd.h
412
LIST_HEAD(, ldp_auth) auth_list;
usr.sbin/ldpd/ldpd.h
436
LIST_HEAD(, adj) adj_list;
usr.sbin/ldpd/ldpe.h
73
LIST_HEAD(, adj) adj_list; /* adjacencies */
usr.sbin/makefs/cd9660.h
263
LIST_HEAD(boot_catalog_entries,boot_catalog_entry) boot_entries;
usr.sbin/npppd/npppd/accept.c
37
LIST_HEAD(, accept_ev) queue;
usr.sbin/npppd/npppd/npppd.h
260
LIST_HEAD(, _npppd_ppp) ppp;
usr.sbin/npppd/npppd/npppd.h
262
LIST_HEAD(ipcpstat_head, ipcpstat);
usr.sbin/ospf6d/lsupdate.c
541
LIST_HEAD(lsa_cache_head, lsa_ref);
usr.sbin/ospf6d/neighbor.c
43
LIST_HEAD(nbr_head, nbr);
usr.sbin/ospf6d/ospf6d.h
144
LIST_HEAD(, iface) iface_list;
usr.sbin/ospf6d/ospf6d.h
145
LIST_HEAD(, rde_nbr) nbr_list;
usr.sbin/ospf6d/ospf6d.h
295
LIST_HEAD(, nbr) nbr_list;
usr.sbin/ospf6d/ospf6d.h
372
LIST_HEAD(, area) area_list;
usr.sbin/ospf6d/ospf6d.h
373
LIST_HEAD(, vertex) cand_list;
usr.sbin/ospf6d/rde.c
965
LIST_HEAD(rde_nbr_head, rde_nbr);
usr.sbin/ospfd/interface.c
707
LIST_HEAD(,if_group_count) ifglist = LIST_HEAD_INITIALIZER(ifglist);
usr.sbin/ospfd/lsupdate.c
530
LIST_HEAD(lsa_cache_head, lsa_ref);
usr.sbin/ospfd/neighbor.c
43
LIST_HEAD(nbr_head, nbr);
usr.sbin/ospfd/ospfd.h
168
LIST_HEAD(, iface) iface_list;
usr.sbin/ospfd/ospfd.h
169
LIST_HEAD(, rde_nbr) nbr_list;
usr.sbin/ospfd/ospfd.h
325
LIST_HEAD(, nbr) nbr_list;
usr.sbin/ospfd/ospfd.h
387
LIST_HEAD(, area) area_list;
usr.sbin/ospfd/ospfd.h
388
LIST_HEAD(, vertex) cand_list;
usr.sbin/ospfd/rde.c
908
LIST_HEAD(rde_nbr_head, rde_nbr);
usr.sbin/procmap/procmap.c
97
LIST_HEAD(cache_head, cache_entry) lcache;
usr.sbin/ripd/neighbor.c
48
LIST_HEAD(nbr_head, nbr);
usr.sbin/ripd/ripd.h
162
LIST_HEAD(, nbr) nbr_list;
usr.sbin/ripd/ripd.h
163
LIST_HEAD(, nbr_failed) failed_nbr_list;
usr.sbin/ripd/ripd.h
224
LIST_HEAD(, iface) iface_list;
usr.sbin/rpc.lockd/lockd_lock.c
123
LIST_HEAD(hostlst_head, host);
usr.sbin/rpc.lockd/lockd_lock.c
49
LIST_HEAD(lcklst_head, file_lock);
usr.sbin/rpki-client/http.c
146
LIST_HEAD(http_conn_list, http_connection);
usr.sbin/rpki-client/main.c
91
LIST_HEAD(fqdns, fqdnlistentry);
usr.sbin/sasyncd/sasyncd.h
65
LIST_HEAD(, syncpeer) peerlist;
usr.sbin/slowcgi/slowcgi.c
144
LIST_HEAD(requests_head, request);
usr.sbin/tcpdump/pfctl_osfp.c
52
LIST_HEAD(name_list, name_entry);
usr.sbin/ypserv/ypserv/ypserv_db.c
58
LIST_HEAD(domainlist, opt_domain); /* LIST of domains */
usr.sbin/ypserv/ypserv/ypserv_db.c
59
LIST_HEAD(maplist, opt_map); /* LIST of maps (in a domain) */