crypto/dist/ipsec-tools/src/racoon/evt.h
118
LIST_HEAD(evt_listener_list, evt_listener);
crypto/dist/ipsec-tools/src/racoon/handler.c
85
static LIST_HEAD(_ph1tree_, ph1handle) ph1tree;
crypto/dist/ipsec-tools/src/racoon/handler.c
86
static LIST_HEAD(_ph2tree_, ph2handle) ph2tree;
crypto/dist/ipsec-tools/src/racoon/handler.c
87
static LIST_HEAD(_ctdtree_, contacted) ctdtree;
crypto/dist/ipsec-tools/src/racoon/handler.c
88
static LIST_HEAD(_rcptree_, recvdpkt) rcptree;
crypto/dist/ipsec-tools/src/racoon/handler.h
214
LIST_HEAD(_ph2ofph1_, ph2handle) ph2tree;
crypto/dist/ipsec-tools/src/racoon/sainfo.c
67
typedef LIST_HEAD(_sitree, sainfo) sainfo_tailq_head_t;
dist/pf/sbin/pfctl/pfctl_osfp.c
59
LIST_HEAD(name_list, name_entry);
dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c
96
LIST_HEAD(, session) sessions = LIST_HEAD_INITIALIZER(sessions);
dist/pf/usr.sbin/ftp-proxy/ipf.c
94
LIST_HEAD(, ftp_proxy_nat) nat_entries;
dist/pf/usr.sbin/ftp-proxy/ipf.c
98
LIST_HEAD(, ftp_proxy_entry) ftp_proxy_entries =
dist/pf/usr.sbin/ftp-proxy/npf.c
94
static LIST_HEAD(, fp_ent) fp_ent_list;
lib/libc/citrus/citrus_hash.h
35
LIST_HEAD(, type) chh_table[hashsize]; \
lib/libc/net/nsdispatch.c
167
static LIST_HEAD(, _ns_drec) _ns_drec = LIST_HEAD_INITIALIZER(&_ns_drec);
lib/libnvmm/libnvmm.c
60
typedef LIST_HEAD(, __area) area_list_t;
lib/libp2k/p2k.c
74
LIST_HEAD(p2k_vp_hash, p2k_node);
lib/libperfuse/perfuse_priv.h
60
LIST_HEAD(perfuse_node_hashlist, perfuse_node_data);
lib/libpuffs/puffs.h
92
LIST_HEAD(,puffs_kcache)pn_cacheinfo; /* PUFFS_KFLAG_CACHE */
lib/libpuffs/puffs_priv.h
123
LIST_HEAD(, puffs_node) pu_pnodelst;
lib/libpuffs/puffs_priv.h
125
LIST_HEAD(, puffs_cc) pu_ccmagazin;
lib/libpuffs/puffs_priv.h
145
LIST_HEAD(, puffs_fctrl_io) pu_ios;
lib/libpuffs/puffs_priv.h
146
LIST_HEAD(, puffs_fctrl_io) pu_ios_rmlist;
lib/libpuffs/puffs_priv.h
65
LIST_HEAD(, puffs_fbevent) ev_qing; /* q'ing for events */
lib/librt/sem.c
131
static LIST_HEAD(, _sem_st) named_sems = LIST_HEAD_INITIALIZER(&named_sems);
lib/librumpuser/rumpuser_pth.c
648
static LIST_HEAD(, rumpuser_lwp) lwps = LIST_HEAD_INITIALIZER(lwps);
lib/librumpuser/rumpuser_sp.c
140
static LIST_HEAD(, prefork) preforks = LIST_HEAD_INITIALIZER(preforks);
lib/librumpuser/sp_common.c
238
LIST_HEAD(, prefork) spc_pflist;
lib/libukfs/ukfs.c
1196
LIST_HEAD(, loadfail) lfs;
sbin/cgdconfig/cgdconfig.c
135
static LIST_HEAD(, sharedkey) sharedkeys;
sbin/fsck_lfs/bufcache.h
107
LIST_HEAD(bufhash_struct, ubuf);
sbin/fsck_lfs/vnode.h
36
LIST_HEAD(ubuflists, ubuf);
sbin/fsck_lfs/vnode.h
37
LIST_HEAD(uvnodelst, uvnode);
sbin/fsck_lfs/vnode.h
38
LIST_HEAD(vgrlst, vget_reg);
sbin/fsck_udf/main.c
157
LIST_HEAD(udf_fsck_node_hash_list, udf_fsck_node) fs_nodes_hash[HASH_HASHSIZE];
sys/altq/altq_afmap.h
89
LIST_HEAD(, afm) afh_head;
sys/altq/altq_cdnr.h
269
LIST_HEAD(, cdnr_block) tc_elements;
sys/altq/altq_var.h
81
LIST_HEAD(filt, acc_filter) acc_filters[ACC_FILTER_TABLESIZE];
sys/arch/aarch64/include/pmap.h
275
LIST_HEAD(, vm_page) pm_vmlist; /* for L[0123] tables */
sys/arch/aarch64/include/pmap.h
276
LIST_HEAD(, pv_entry) pm_pvlist; /* all pv of this process */
sys/arch/algor/algor/algor_p4032_intr.c
204
LIST_HEAD(, evbmips_intrhand) cintr_list;
sys/arch/algor/algor/algor_p5064_intr.c
273
LIST_HEAD(, evbmips_intrhand) cintr_list;
sys/arch/algor/algor/algor_p6032_intr.c
165
LIST_HEAD(, evbmips_intrhand) cintr_list;
sys/arch/algor/pci/pcib.c
86
LIST_HEAD(, evbmips_intrhand) intr_q;
sys/arch/alpha/include/pmap.h
138
LIST_HEAD(pmap_pagelist, vm_page);
sys/arch/alpha/include/pmap.h
139
LIST_HEAD(pmap_pvlist, pv_entry);
sys/arch/amiga/dev/grfabs_ccreg.h
39
LIST_HEAD(modelist, display_mode) modes; /* a list of supported modes. */
sys/arch/amiga/dev/grfabs_reg.h
71
LIST_HEAD(monitor_list, monitor);
sys/arch/amiga/dev/gvpio.c
57
LIST_HEAD(, gvpcom_int_hdl) sc_comhdls;
sys/arch/arm/cortex/gicv3.h
89
LIST_HEAD(, gicv3_lpi_callback) sc_lpi_callbacks;
sys/arch/arm/cortex/gicv3_its.h
100
LIST_HEAD(, gicv3_its_device) its_devices;
sys/arch/arm/cortex/gicv3_its.h
79
LIST_HEAD(, gicv3_its_page_table) tab_pt;
sys/arch/arm/fdt/pcihost_fdtvar.h
92
LIST_HEAD(, pcihost_msi_handler)
sys/arch/arm/imx/imx51_ipuv3var.h
98
LIST_HEAD(, imx51_ipuv3_screen) screens;
sys/arch/arm/s3c2xx0/s3c24x0_lcd.h
68
LIST_HEAD(, s3c24x0_lcd_screen) screens;
sys/arch/arm/sunxi/sunxi_codec.h
109
LIST_HEAD(, sunxi_codec_dma) sc_dmalist;
sys/arch/arm/sunxi/sunxi_i2s.c
191
LIST_HEAD(, sunxi_i2s_dma) sc_dmalist;
sys/arch/arm/xscale/pxa2x0_dmac.c
160
LIST_HEAD(, dmac_dmover_state) dd_free;
sys/arch/arm/xscale/pxa2x0_lcd.h
88
LIST_HEAD(, pxa2x0_lcd_screen) screens;
sys/arch/atari/atari/intr.c
53
typedef LIST_HEAD(, intrhand) ih_list_t;
sys/arch/atari/dev/grfabs_reg.h
167
typedef LIST_HEAD(modelist, display_mode) MODES;
sys/arch/atari/pci/pci_machdep.c
100
typedef LIST_HEAD(pci_memreg_head, pci_memreg) PCI_MEMREG;
sys/arch/cobalt/cobalt/interrupt.c
125
LIST_HEAD(, cobalt_intrhand) intr_q;
sys/arch/evbmips/gdium/gdium_intr.c
127
LIST_HEAD(, evbmips_intrhand) cintr_list;
sys/arch/evbmips/loongson/loongson_intr.h
39
LIST_HEAD(bonito_intrhand_head, evbmips_intrhand);
sys/arch/evbmips/malta/malta_intr.c
82
LIST_HEAD(, evbmips_intrhand) cintr_list;
sys/arch/evbmips/malta/pci/pcib.c
88
LIST_HEAD(, evbmips_intrhand) intr_q;
sys/arch/evbmips/mipssim/mipssim_intr.c
78
LIST_HEAD(intrlist, intrhand) intrs[NINTR];
sys/arch/evbppc/nintendo/dev/bwdsp.c
76
LIST_HEAD(, bwdsp_dma) sc_dmalist;
sys/arch/hp300/dev/dio.c
81
static LIST_HEAD(, hp300_intrhand) dio_dma_users =
sys/arch/hp300/hp300/autoconf.c
234
typedef LIST_HEAD(, dev_data) ddlist_t;
sys/arch/hpcmips/dev/plumohci.c
117
LIST_HEAD(, plumohci_shm) sc_shm_head;
sys/arch/ia64/ia64/interrupt.c
212
LIST_HEAD(, ia64_intrhand) intr_q;
sys/arch/landisk/dev/button.c
62
static LIST_HEAD(, btn_event) btn_event_list;
sys/arch/m68k/include/intr.h
127
LIST_HEAD(m68k_intrhand_list, m68k_intrhand);
sys/arch/m68k/include/pmap_68k.h
166
LIST_HEAD(, pmap_table) ptp_freelist;
sys/arch/m68k/include/pmap_68k.h
89
LIST_HEAD(pmap_pv_list, pv_entry);
sys/arch/macppc/stand/ofwboot/alloc.c
116
LIST_HEAD(, ml) freelist = LIST_HEAD_INITIALIZER(freelist);
sys/arch/macppc/stand/ofwboot/alloc.c
117
LIST_HEAD(, ml) allocatedlist = LIST_HEAD_INITIALIZER(allocatedlist);
sys/arch/mips/adm5120/adm5120_intr.c
148
LIST_HEAD(, evbmips_intrhand) cintr_list;
sys/arch/mips/alchemy/au_icu.c
132
LIST_HEAD(, au_intrhand) cintr_list;
sys/arch/mips/atheros/ar_intr.c
76
LIST_HEAD(, atheros_intrhand) intr_qh;
sys/arch/mips/ralink/ralink_intr.c
100
LIST_HEAD(, evbmips_intrhand) intr_list;
sys/arch/mipsco/include/intr.h
52
LIST_HEAD(,mipsco_intrhand) intr_q;
sys/arch/mipsco/include/isa_machdep.h
92
LIST_HEAD(,mipsco_intrhand)
sys/arch/newsmips/include/intr.h
55
LIST_HEAD(,newsmips_intrhand) intr_q;
sys/arch/playstation2/dev/ohci_sbus.c
106
LIST_HEAD(, ohci_dma_segment) sc_dmaseg_head;
sys/arch/powerpc/include/oea/pmap.h
265
LIST_HEAD(pvo_head, pvo_entry);
sys/arch/riscv/fdt/pcihost_fdtvar.h
94
LIST_HEAD(, pcihost_msi_handler)
sys/arch/sgimips/include/intr.h
61
LIST_HEAD(,sgimips_intrhand) intr_q;
sys/arch/shark/stand/ofwboot/alloc.c
117
LIST_HEAD(, ml) freelist = LIST_HEAD_INITIALIZER(freelist);
sys/arch/shark/stand/ofwboot/alloc.c
118
LIST_HEAD(, ml) allocatedlist = LIST_HEAD_INITIALIZER(allocatedlist);
sys/arch/sparc/stand/ofwboot/alloc.c
117
LIST_HEAD(, ml) freelist = LIST_HEAD_INITIALIZER(freelist);
sys/arch/sparc/stand/ofwboot/alloc.c
118
LIST_HEAD(, ml) allocatedlist = LIST_HEAD_INITIALIZER(allocatedlist);
sys/arch/sparc64/include/cpu.h
192
LIST_HEAD(, pmap) ci_pmap_ctxlist;
sys/arch/x86/include/pmap_private.h
148
LIST_HEAD(pmap_head, pmap); /* struct pmap_head: head of a pmap list */
sys/arch/x86/include/pmap_private.h
183
LIST_HEAD(, pv_page) pm_pvp_part;
sys/arch/x86/include/pmap_private.h
184
LIST_HEAD(, pv_page) pm_pvp_empty;
sys/arch/x86/include/pmap_private.h
185
LIST_HEAD(, pv_page) pm_pvp_full;
sys/arch/x86/include/pmap_private.h
201
LIST_HEAD(,vm_page) pm_gc_ptp; /* PTPs queued for free */
sys/arch/x86/include/pmap_pv.h
81
LIST_HEAD(, pv_entry) pvlist;
sys/arch/x86/pci/msipic.c
90
static LIST_HEAD(, msipic) msipic_list =
sys/arch/x86/x86/mp.c
134
LIST_HEAD(, intr_extra_bus) intr_extra_buses =
sys/arch/x86/x86/pmap.c
467
LIST_HEAD(, pv_entry) pvp_pves;
sys/arch/zaurus/dev/w100var.h
34
LIST_HEAD(, w100_screen) screens;
sys/coda/coda_namecache.h
105
LIST_HEAD(,coda_cache) head;
sys/dev/acpi/acpica/OsdInterrupt.c
75
static LIST_HEAD(, acpi_interrupt_handler) acpi_interrupt_list =
sys/dev/acpi/amdgpio.c
73
LIST_HEAD(, amdgpio_intr_handler) sc_intrs;
sys/dev/acpi/qcomgpio.c
96
LIST_HEAD(, qcomgpio_intr_handler) sc_intrs;
sys/dev/bio.c
59
static LIST_HEAD(, bio_mapping) bios = LIST_HEAD_INITIALIZER(bios);
sys/dev/bluetooth/bthidev.c
95
LIST_HEAD(,bthidev) sc_list; /* child list */
sys/dev/ccd.c
221
static LIST_HEAD(, ccd_softc) ccds = LIST_HEAD_INITIALIZER(ccds);
sys/dev/dmover/dmovervar.h
206
LIST_HEAD(, dmover_session) dmb_sessions;
sys/dev/fdt/fdt_clock.c
50
static LIST_HEAD(, fdtbus_clock_controller) fdtbus_clock_controllers =
sys/dev/fdt/fdt_dai.c
48
static LIST_HEAD(, fdtbus_dai_controller) fdtbus_dai_controllers =
sys/dev/fdt/fdt_dma.c
48
static LIST_HEAD(, fdtbus_dma_controller) fdtbus_dma_controllers =
sys/dev/fdt/fdt_gpio.c
48
static LIST_HEAD(, fdtbus_gpio_controller) fdtbus_gpio_controllers =
sys/dev/fdt/fdt_i2c.c
78
static LIST_HEAD(, fdtbus_i2c_controller) fdtbus_i2c_controllers =
sys/dev/fdt/fdt_intr.c
52
static LIST_HEAD(, fdtbus_interrupt_controller) fdtbus_interrupt_controllers =
sys/dev/fdt/fdt_intr.c
63
static LIST_HEAD(, fdtbus_interrupt_cookie) fdtbus_interrupt_cookies =
sys/dev/fdt/fdt_iommu.c
48
static LIST_HEAD(, fdtbus_iommu) fdtbus_iommus =
sys/dev/fdt/fdt_mbox.c
56
static LIST_HEAD(, fdtbus_mbox_controller) fdtbus_mbox_controllers =
sys/dev/fdt/fdt_mmc_pwrseq.c
48
static LIST_HEAD(, fdtbus_mmc_pwrseq) fdtbus_mmc_pwrseqs =
sys/dev/fdt/fdt_phy.c
48
static LIST_HEAD(, fdtbus_phy_controller) fdtbus_phy_controllers =
sys/dev/fdt/fdt_pinctrl.c
51
static LIST_HEAD(, fdtbus_pinctrl_controller) fdtbus_pinctrl_controllers =
sys/dev/fdt/fdt_power.c
48
static LIST_HEAD(, fdtbus_power_controller) fdtbus_power_controllers =
sys/dev/fdt/fdt_powerdomain.c
58
static LIST_HEAD(, fdtbus_powerdomain_controller) fdtbus_powerdomain_controllers =
sys/dev/fdt/fdt_pwm.c
48
static LIST_HEAD(, fdtbus_pwm_controller) fdtbus_pwm_controllers =
sys/dev/fdt/fdt_regulator.c
55
static LIST_HEAD(, fdtbus_regulator_controller) fdtbus_regulator_controllers =
sys/dev/fdt/fdt_reset.c
48
static LIST_HEAD(, fdtbus_reset_controller) fdtbus_reset_controllers =
sys/dev/fdt/fdt_spi.c
78
static LIST_HEAD(, fdtbus_spi_controller) fdtbus_spi_controllers =
sys/dev/fdt/fdt_syscon.c
50
static LIST_HEAD(, fdtbus_syscon) fdtbus_syscons =
sys/dev/gpio/gpio.c
79
LIST_HEAD(, gpio_dev) sc_devs; /* devices */
sys/dev/gpio/gpio.c
81
LIST_HEAD(, gpio_name) sc_names; /* named pins */
sys/dev/hyperv/hvkbd.c
121
LIST_HEAD(, hvkbd_keystroke_info) sc_ks_free;
sys/dev/i2c/i2c.c
135
LIST_HEAD(, i2c_device) sc_devices;
sys/dev/i2o/iop.c
87
static LIST_HEAD(, iop_initiator) *iop_ictxhashtbl;
sys/dev/i2o/iopvar.h
139
LIST_HEAD(, iop_initiator) sc_iilist;/* Initiator list */
sys/dev/ic/aic79xxvar.h
1084
LIST_HEAD(, scb) pending_scbs;
sys/dev/ic/aic79xxvar.h
653
LIST_HEAD(scb_list, scb);
sys/dev/ic/aic7xxxvar.h
1046
LIST_HEAD(, scb) pending_scbs;
sys/dev/ic/bwfmvar.h
147
LIST_HEAD(,bwfm_core) ch_list;
sys/dev/ic/ncr53c9xvar.h
181
LIST_HEAD(lun_list, ncr53c9x_linfo) luns;
sys/dev/ic/vga_raster.c
142
LIST_HEAD(, vga_raster_font) fontset;
sys/dev/ic/vgavar.h
56
LIST_HEAD(, vgascreen) screens;
sys/dev/ic/vgavar.h
77
LIST_HEAD(, vga_raster_font) vc_fontlist;
sys/dev/isa/ega.c
78
LIST_HEAD(, egascreen) screens;
sys/dev/isa/if_ep_isa.c
115
static LIST_HEAD(, ep_isa_done_probe) ep_isa_all_probes;
sys/dev/isapnp/isapnp.c
94
LIST_HEAD(, isapnp_probe_cookie) isapnp_probes =
sys/dev/lockstat.c
87
LIST_HEAD(lslist, lsbuf) lc_hash[LOCKSTAT_HASH_SIZE];
sys/dev/marvell/if_mvgbe.c
242
LIST_HEAD(__mvgbe_jfreehead, mvgbe_jpool_entry) sc_jfree_listhead;
sys/dev/marvell/if_mvgbe.c
243
LIST_HEAD(__mvgbe_jinusehead, mvgbe_jpool_entry) sc_jinuse_listhead;
sys/dev/marvell/mvpexvar.h
48
LIST_HEAD(, mvpex_intrhand) intr_list;
sys/dev/marvell/mvxpbmvar.h
107
LIST_HEAD(__mvxpbm_freehead, mvxpbm_chunk) sc_free;
sys/dev/marvell/mvxpbmvar.h
108
LIST_HEAD(__mvxpbm_inusehead, mvxpbm_chunk) sc_inuse;
sys/dev/mii/miivar.h
90
LIST_HEAD(mii_listhead, mii_softc) mii_phys;
sys/dev/pci/gcscaudio.c
98
LIST_HEAD(, gcscaudio_dma) sc_dmalist;
sys/dev/pci/if_mskvar.h
236
LIST_HEAD(__sk_jfreehead, sk_jpool_entry) sk_jfree_listhead;
sys/dev/pci/if_mskvar.h
237
LIST_HEAD(__sk_jinusehead, sk_jpool_entry) sk_jinuse_listhead;
sys/dev/pci/if_skvar.h
231
LIST_HEAD(__sk_jfreehead, sk_jpool_entry) sk_jfree_listhead;
sys/dev/pci/if_skvar.h
232
LIST_HEAD(__sk_jinusehead, sk_jpool_entry) sk_jinuse_listhead;
sys/dev/pci/if_tlp_pci.c
93
LIST_HEAD(, tulip_pci_softc) sc_intrslaves;
sys/dev/pci/pccbbvar.h
137
LIST_HEAD(, pccbb_intrhand_list) sc_pil;
sys/dev/pci/pciconf.c
128
static LIST_HEAD(, pciconf_resource_rsvd) pciconf_resource_reservations =
sys/dev/pud/pud.c
65
static LIST_HEAD(, pud_dev) pudlist = LIST_HEAD_INITIALIZER(pudlist);
sys/dev/raidframe/rf_netbsdkintf.c
331
static LIST_HEAD(, raid_softc) raids = LIST_HEAD_INITIALIZER(raids);
sys/dev/scsipi/scsipiconf.h
279
LIST_HEAD(, scsipi_periph) chan_periphtab[SCSIPI_CHAN_PERIPH_BUCKETS];
sys/dev/sequencer.c
198
static LIST_HEAD(, sequencer_softc) sequencers =
sys/dev/sysmon/sysmon_envsysvar.h
113
LIST_HEAD(sysmon_envsys_lh, sysmon_envsys);
sys/dev/sysmon/sysmon_wdog.c
61
static LIST_HEAD(, sysmon_wdog) sysmon_wdog_list =
sys/dev/sysmon/sysmonvar.h
210
LIST_HEAD(, sme_event) sme_events_list;
sys/dev/tprof/tprof.c
117
static LIST_HEAD(, tprof_backend) tprof_backends =
sys/dev/usb/ehcivar.h
208
LIST_HEAD(sc_freeitds, ehci_soft_itd) sc_freeitds;
sys/dev/usb/ehcivar.h
209
LIST_HEAD(sc_freesitds, ehci_soft_sitd) sc_freesitds;
sys/dev/usb/ohcivar.h
109
LIST_HEAD(, ohci_soft_td) sc_hash_tds[OHCI_HASH_SIZE];
sys/dev/usb/ohcivar.h
110
LIST_HEAD(, ohci_soft_itd) sc_hash_itds[OHCI_HASH_SIZE];
sys/dev/usb/usb_mem.c
81
LIST_HEAD(usb_dma_block_qh, usb_dma_block);
sys/dev/usb/usb_mem.c
94
Static LIST_HEAD(, usb_frag_dma) usb_frag_freelist =
sys/dev/wscons/wsdisplay_vcons.c
83
LIST_HEAD(, vcons_screen) screens;
sys/dev/wscons/wsemulconf.c
51
static LIST_HEAD(, wsemulentry) wsemuls = LIST_HEAD_INITIALIZER(&wsemuls);
sys/dist/pf/net/if_pflog.c
96
LIST_HEAD(, pflog_softc) pflogif_list;
sys/dist/pf/net/pf_norm.c
105
LIST_HEAD(pf_fragq, pf_frent) fru_queue; /* buffering */
sys/dist/pf/net/pf_norm.c
106
LIST_HEAD(pf_cacheq, pf_frcache) fru_cache; /* non-buf */
sys/fs/nfs/client/nfsnode.h
117
LIST_HEAD(, nfsdmap) nd_cook; /* cookies */
sys/fs/nfs/common/nfs_fha.h
72
LIST_HEAD(fha_hash_entry_list, fha_hash_entry);
sys/fs/nfs/common/nfsclstate.h
37
LIST_HEAD(nfsclopenhead, nfsclopen);
sys/fs/nfs/common/nfsclstate.h
38
LIST_HEAD(nfscllockownerhead, nfscllockowner);
sys/fs/nfs/common/nfsclstate.h
40
LIST_HEAD(nfscllockhead, nfscllock);
sys/fs/nfs/common/nfsclstate.h
41
LIST_HEAD(nfsclhead, nfsclclient);
sys/fs/nfs/common/nfsclstate.h
42
LIST_HEAD(nfsclownerhead, nfsclowner);
sys/fs/nfs/common/nfsclstate.h
44
LIST_HEAD(nfscldeleghash, nfscldeleg);
sys/fs/nfs/common/nfsclstate.h
46
LIST_HEAD(nfscllayouthash, nfscllayout);
sys/fs/nfs/common/nfsclstate.h
47
LIST_HEAD(nfsclflayouthead, nfsclflayout);
sys/fs/nfs/common/nfsclstate.h
48
LIST_HEAD(nfscldevinfohead, nfscldevinfo);
sys/fs/nfs/common/nfsclstate.h
49
LIST_HEAD(nfsclrecalllayouthead, nfsclrecalllayout);
sys/fs/nfs/common/nfsport.h
549
LIST_HEAD(, nfsrv_stable) nsf_head; /* Head of nfsrv_stable list */
sys/fs/nfs/common/nfsrvcache.h
116
LIST_HEAD(nfsrvhashhead, nfsrvcache);
sys/fs/nfs/common/nfsrvstate.h
252
LIST_HEAD(, nfsstate) lf_open; /* Open list */
sys/fs/nfs/common/nfsrvstate.h
253
LIST_HEAD(, nfsstate) lf_deleg; /* Delegation list */
sys/fs/nfs/common/nfsrvstate.h
254
LIST_HEAD(, nfslock) lf_lock; /* Lock list */
sys/fs/nfs/common/nfsrvstate.h
255
LIST_HEAD(, nfslock) lf_locallock; /* Local lock list */
sys/fs/nfs/common/nfsrvstate.h
256
LIST_HEAD(, nfsrollback) lf_rollback; /* Local lock rollback list */
sys/fs/nfs/common/nfsrvstate.h
43
LIST_HEAD(nfsclienthashhead, nfsclient);
sys/fs/nfs/common/nfsrvstate.h
44
LIST_HEAD(nfsstatehead, nfsstate);
sys/fs/nfs/common/nfsrvstate.h
45
LIST_HEAD(nfslockhead, nfslock);
sys/fs/nfs/common/nfsrvstate.h
46
LIST_HEAD(nfslockhashhead, nfslockfile);
sys/fs/nfs/common/nfsrvstate.h
47
LIST_HEAD(nfssessionhead, nfsdsession);
sys/fs/nfs/common/nfsrvstate.h
48
LIST_HEAD(nfssessionhashhead, nfsdsession);
sys/fs/nfs/nlm/nlm_advlock.c
69
LIST_HEAD(nlm_file_svid_list, nlm_file_svid);
sys/fs/ntfs/ntfs_ihash.c
53
static LIST_HEAD(nthashhead, ntnode) *ntfs_nthashtbl;
sys/fs/ntfs/ntfs_inode.h
67
LIST_HEAD(,ntvattr) i_valist;
sys/fs/puffs/puffs_sys.h
138
LIST_HEAD(puffs_node_hashlist, puffs_node);
sys/fs/tmpfs/tmpfs.h
169
LIST_HEAD(tmpfs_node_list, tmpfs_node);
sys/fs/udf/udf_strat_rmw.c
142
LIST_HEAD(, udf_eccline) eccline_hash[UDF_ECCBUF_HASHSIZE];
sys/fs/union/union_subr.c
99
static LIST_HEAD(uhashhead, union_node) *uhashtbl;
sys/fs/unionfs/unionfs.h
108
LIST_HEAD(, unionfs_node_status) un_unshead; /* unionfs status head */
sys/kern/kern_entropy.c
195
LIST_HEAD(,krndsource) sources; /* list of entropy sources */
sys/kern/kern_exec.c
184
static LIST_HEAD(execlist_head, exec_entry) ex_head =
sys/kern/kern_fileassoc.c
78
LIST_HEAD(fileassoc_hash_entry, fileassoc_file);
sys/kern/kern_hook.c
272
static LIST_HEAD(rootspechook_list, rootspechook) rootspechook_list =
sys/kern/kern_hook.c
59
typedef LIST_HEAD(, hook_desc) hook_list_t;
sys/kern/kern_pax.c
170
LIST_HEAD(, pax_segvguard_uid_entry) segv_uids;
sys/kern/kern_veriexec.c
121
static LIST_HEAD(, veriexec_fpops) veriexec_fpops_list =
sys/kern/subr_autoconf.c
154
static LIST_HEAD(, cfattachiattr) allcfattachiattrs =
sys/kern/subr_hash.c
58
LIST_HEAD(, generic) *hashtbl_list;
sys/kern/subr_hash.c
92
LIST_HEAD(, generic) *hashtbl_list;
sys/kern/subr_kcov.c
231
typedef LIST_HEAD(, kcov_remote) kcov_remote_list_t;
sys/kern/subr_percpu.c
66
LIST_HEAD(, percpu) ctor_list;
sys/kern/subr_pool.c
301
LIST_HEAD(, pool_item)
sys/kern/subr_specificdata.c
94
LIST_HEAD(, specificdata_container) sd_list;
sys/kern/subr_vmem.c
154
static LIST_HEAD(, vmem) vmem_list = LIST_HEAD_INITIALIZER(vmem_list);
sys/kern/subr_vmem.c
218
static LIST_HEAD(, vmem_btag) vmem_btag_freelist;
sys/kern/subr_vmem.c
367
LIST_HEAD(, vmem_btag) tofree;
sys/kern/sys_futex.c
182
LIST_HEAD(, futex_wait) fx_abortlist;
sys/kern/sys_mqueue.c
81
static LIST_HEAD(, mqueue) mqueue_head __cacheline_aligned;
sys/kern/tty_conf.c
114
static LIST_HEAD(, linesw) ttyldisc_list = LIST_HEAD_INITIALIZER(ttyldisc_head);
sys/kern/uipc_accf.c
87
static LIST_HEAD(, accept_filter) accept_filtlsthd =
sys/kern/uipc_sem.c
104
static LIST_HEAD(, ksem) *ksem_pshared_hashtab __cacheline_aligned;
sys/kern/uipc_sem.c
99
static LIST_HEAD(,ksem) ksem_head __cacheline_aligned;
sys/kern/vfs_bio.c
254
LIST_HEAD(bufhashhdr, buf) *bufhashtbl, invalhash;
sys/kern/vfs_hooks.c
47
LIST_HEAD(vfs_hooks_head, vfs_hooks) vfs_hooks_head =
sys/kern/vfs_trans.c
92
LIST_HEAD(, fscow_handler) fmi_cow_handler;
sys/kern/vfs_wapbl.c
115
LIST_HEAD(wapbl_ino_head, wapbl_ino);
sys/miscfs/procfs/procfs_vfsops.c
130
LIST_HEAD(hashhead, pfsnode);
sys/modules/lua/lua.c
77
static LIST_HEAD(, lua_state) lua_states =
sys/modules/lua/lua.c
79
static LIST_HEAD(, lua_module) lua_modules =
sys/modules/lua/luavar.h
47
LIST_HEAD(, lua_module) lua_modules;
sys/net/if.c
213
static LIST_HEAD(, if_clone) if_cloners = LIST_HEAD_INITIALIZER(if_cloners);
sys/net/if.h
440
LIST_HEAD(, in6_multi)
sys/net/if_ether.h
175
LIST_HEAD(, ether_multi) ec_multiaddrs; /* list of ether multicast
sys/net/if_gif.c
101
LIST_HEAD(gif_sclist, gif_softc) list;
sys/net/if_ieee1394.h
107
LIST_HEAD(, ieee1394_reassq) ic_reassq;
sys/net/if_ieee1394.h
99
LIST_HEAD(, ieee1394_reass_pkt) rq_pkt;
sys/net/if_ipsec.c
142
LIST_HEAD(ipsec_sclist, ipsec_softc) list;
sys/net/if_l2tp.c
98
LIST_HEAD(l2tp_sclist, l2tp_softc) list;
sys/net/if_llatbl.h
52
LIST_HEAD(llentries, llentry);
sys/net/if_ppp.c
196
LIST_HEAD(ppp_sclist, ppp_softc) list;
sys/net/if_ppp.c
204
static LIST_HEAD(, compressor) ppp_compressors = { NULL };
sys/net/if_pppoe.c
261
static LIST_HEAD(pppoe_softc_head, pppoe_softc) pppoe_softc_list;
sys/net/if_sl.c
182
static LIST_HEAD(, sl_softc) sl_softc_list;
sys/net/if_stf.c
136
static LIST_HEAD(, stf_softc) stf_softc_list;
sys/net/if_tun.c
69
static LIST_HEAD(, tun_softc) tun_softc_list;
sys/net/if_tun.c
70
static LIST_HEAD(, tun_softc) tunz_softc_list;
sys/net/if_vlan.c
163
LIST_HEAD(__vlan_mchead, vlan_mc_entry) ifv_mc_listhead;
sys/net/lagg/if_lagg_lacp.c
102
LIST_HEAD(, lacp_port)
sys/net/lagg/if_laggproto.h
157
LIST_HEAD(, lagg_mc_entry)
sys/net/npf/if_npflog.c
68
static LIST_HEAD(, npflog_softc) npflog_if_list __cacheline_aligned;
sys/net/npf/npf_conndb.c
79
LIST_HEAD(, npf_conn) cd_list;
sys/net/npf/npf_conndb.c
80
LIST_HEAD(, npf_conn) cd_gclist;
sys/net/npf/npf_impl.h
252
LIST_HEAD(, npf_ext) ext_list;
sys/net/npf/npf_nat.c
92
LIST_HEAD(, npf_nat) n_nat_list;
sys/net/npf/npf_portmap.c
103
LIST_HEAD(, bitmap) bitmap_list;
sys/net/npf/npf_rproc.c
59
LIST_HEAD(, npf_rproc) rps_list;
sys/net/npf/npf_ruleset.c
63
LIST_HEAD(, npf_rule) rs_all;
sys/net/npf/npf_ruleset.c
64
LIST_HEAD(, npf_rule) rs_dynamic;
sys/net/npf/npf_ruleset.c
65
LIST_HEAD(, npf_rule) rs_gc;
sys/net/npf/npf_tableset.c
85
LIST_HEAD(, npf_tblent) t_gc;
sys/net/npf/npf_tableset.c
99
LIST_HEAD(, npf_tblent) t_list;
sys/net/npf/npf_worker.c
51
LIST_HEAD(, npf) instances;
sys/net/pfil.c
85
static LIST_HEAD(, pfil_head) pfil_head_list __read_mostly =
sys/net/raw_cb.h
62
LIST_HEAD(rawcbhead, rawcb);
sys/net/route.c
1802
LIST_HEAD(, rttimer_queue) rttimer_queue_head;
sys/net/route.h
122
LIST_HEAD(, rttimer) rt_timer; /* queue of timeouts for misc funcs */
sys/net80211/ieee80211_acl.c
84
LIST_HEAD(, acl) as_hash[ACL_HASHSIZE];
sys/net80211/ieee80211_node.h
199
LIST_HEAD(, ieee80211_node) nt_hash[IEEE80211_NODE_HASHSIZE];
sys/net80211/ieee80211_var.h
215
LIST_HEAD(ieee80211com_head, ieee80211com);
sys/netbt/hci.h
2550
LIST_HEAD(,hci_memo) hci_memos; /* cached memo list */
sys/netbt/hci_socket.c
81
LIST_HEAD(hci_pcb_list, hci_pcb) hci_pcb = LIST_HEAD_INITIALIZER(hci_pcb);
sys/netbt/l2cap.h
355
LIST_HEAD(l2cap_channel_list, l2cap_channel);
sys/netbt/rfcomm.h
289
LIST_HEAD(,rfcomm_dlc) rs_dlcs; /* DLC list */
sys/netbt/rfcomm.h
296
LIST_HEAD(rfcomm_session_list, rfcomm_session);
sys/netbt/sco.h
56
LIST_HEAD(sco_pcb_list, sco_pcb);
sys/netcan/can_pcb.h
64
LIST_HEAD(canpcbhead, canpcb);
sys/netinet/igmp.c
88
static LIST_HEAD(, router_info) rti_head __cacheline_aligned;
sys/netinet/in.c
181
LIST_HEAD(in_multihashhead, in_multi); /* Type of the hash head */
sys/netinet/in_pcb.h
157
LIST_HEAD(inpcbhead, inpcb);
sys/netinet/in_var.h
103
LIST_HEAD(, in_multi) ia_multiaddrs; /* list of multicast addresses */
sys/netinet/in_var.h
174
LIST_HEAD(in_ifaddrhashhead, in_ifaddr); /* Type of the hash head */
sys/netinet/ip_carp.c
153
LIST_HEAD(__carp_mchead, carp_mc_entry) carp_mc_listhead;
sys/netinet/ip_icmp.c
155
LIST_HEAD(, icmp_mtudisc_callback) icmp_mtudisc_callbacks =
sys/netinet/ip_mroute.c
163
LIST_HEAD(mfchashhdr, mfc) *mfchashtbl;
sys/netinet/sctp_pcb.h
54
LIST_HEAD(sctppcbhead, sctp_inpcb);
sys/netinet/sctp_pcb.h
55
LIST_HEAD(sctpasochead, sctp_tcb);
sys/netinet/sctp_pcb.h
57
LIST_HEAD(sctpladdr, sctp_laddr);
sys/netinet/sctp_pcb.h
58
LIST_HEAD(sctpvtaghead, sctp_tagblock);
sys/netinet/sctp_structs.h
105
LIST_HEAD(sctpiterators, sctp_iterator);
sys/netinet/tcp_var.h
364
LIST_HEAD(, syn_cache) t_sc; /* list of entries by this tcb */
sys/netinet6/icmp6.c
165
LIST_HEAD(, icmp6_mtudisc_callback) icmp6_mtudisc_callbacks =
sys/netinet6/in6_var.h
102
LIST_HEAD(in6_multihead, in6_multi);
sys/netinet6/in6_var.h
126
LIST_HEAD(, in6_multi_mship) ia6_memberships;
sys/netinet6/ip6_var.h
81
LIST_HEAD(, in6_multi_mship) im6o_memberships;
sys/netipsec/key.c
288
LIST_HEAD(_reglist, secreg) reglist[SADB_SATYPE_MAX + 1];
sys/netipsec/key.c
291
LIST_HEAD(_acqlist, secacq) acqlist;
sys/netipsec/key.c
295
LIST_HEAD(_spacqlist, secspacq) spacqlist;
sys/nfs/nfs.h
459
LIST_HEAD(, nfsrv_descript) ns_tq; /* g: Write gather lists */
sys/nfs/nfs.h
460
LIST_HEAD(, nfsuid) ns_uidhashtbl[NFS_UIDHASHSIZ];
sys/nfs/nfs.h
461
LIST_HEAD(nfsrvw_delayhash, nfsrv_descript) ns_wdelayhashtbl[NFS_WDELAYHASHSIZ]; /* g: */
sys/nfs/nfs.h
528
LIST_HEAD(,nfsrv_descript) nd_coalesce; /* coalesced writes */
sys/nfs/nfs_srvcache.c
75
LIST_HEAD(nfsrvhash, nfsrvcache) *nfsrvhashtbl;
sys/nfs/nfsmount.h
168
LIST_HEAD(, nfsuid) nm_uidhashtbl[NFS_MUIDHASHSIZ];
sys/nfs/nfsnode.h
234
LIST_HEAD(nfs_iodlist, nfs_iod);
sys/nfs/nfsnode.h
69
LIST_HEAD(nfsdirhashhead, nfsdircache);
sys/rump/include/sys/sleeptab.h
34
LIST_HEAD(, lwp); /* anonymous struct */
sys/rump/librump/rumpkern/ltsleep.c
60
static LIST_HEAD(, ltsleeper) sleepers = LIST_HEAD_INITIALIZER(sleepers);
sys/rump/librump/rumpkern/rump.c
518
static LIST_HEAD(, rump_component) rchead = LIST_HEAD_INITIALIZER(rchead);
sys/rump/librump/rumpkern/vm.c
548
static LIST_HEAD(, pagerinfo) pagerlist = LIST_HEAD_INITIALIZER(pagerlist);
sys/rump/librump/rumpvfs/rumpfs.c
186
LIST_HEAD(, rumpfs_dent) dents;
sys/rump/librump/rumpvfs/rumpfs.c
245
static LIST_HEAD(, etfs) etfs_list = LIST_HEAD_INITIALIZER(etfs_list);
sys/rump/net/lib/libsockin/sockin.c
192
static LIST_HEAD(, sockin_unit) su_ent = LIST_HEAD_INITIALIZER(su_ent);
sys/secmodel/secmodel.c
42
static LIST_HEAD(, secmodel_descr) secmodels =
sys/sys/device.h
388
LIST_HEAD(cfattachlist, cfattach);
sys/sys/device.h
427
LIST_HEAD(cfdriverlist, cfdriver);
sys/sys/dirhash.h
52
LIST_HEAD(, dirhash_entry) entries[DIRHASH_HASHSIZE];
sys/sys/dirhash.h
53
LIST_HEAD(, dirhash_entry) free_entries;
sys/sys/disk.h
501
LIST_HEAD(, dkwedge_softc) dk_wedges;
sys/sys/domain.h
53
LIST_HEAD(dom_rtlist, route);
sys/sys/extent.h
58
LIST_HEAD(, extent_region) ex_regions;
sys/sys/extent.h
68
LIST_HEAD(, extent_region) fex_freelist;
sys/sys/file.h
204
LIST_HEAD(filelist, file);
sys/sys/kernhist.h
101
LIST_HEAD(kern_history_head, kern_history);
sys/sys/lwp.h
233
LIST_HEAD(lwplist, lwp); /* A list of LWPs. */
sys/sys/mbuf.h
728
LIST_HEAD(mownerhead, mowner);
sys/sys/module.h
128
LIST_HEAD(modinfo_boot_chain, modinfo_chain);
sys/sys/mount.h
481
LIST_HEAD(vfs_list_head, vfsops);
sys/sys/pool.h
106
LIST_HEAD(pool_pagelist,pool_item_header);
sys/sys/proc.h
121
LIST_HEAD(, proc) pg_members; /* Pointer to pgrp members */
sys/sys/proc.h
266
LIST_HEAD(, proc) p_children; /* l: List of children. */
sys/sys/proc.h
267
LIST_HEAD(, lwp) p_lwps; /* p: List of LWPs. */
sys/sys/proc.h
308
LIST_HEAD(, lwp) p_sigwaiters; /* p: LWPs waiting for signals */
sys/sys/proc.h
450
LIST_HEAD(proclist, proc); /* A list of processes */
sys/sys/sleeptab.h
106
LIST_HEAD(tschain, turnstile);
sys/sys/sleeptab.h
45
LIST_HEAD(sleepq, lwp);
sys/sys/sysctl.h
1037
LIST_HEAD(sysctl_boot_chain, sysctl_setup_chain);
sys/sys/timevar.h
70
LIST_HEAD(itlist, itimer);
sys/sys/vmem_impl.h
67
LIST_HEAD(vmem_freelist, vmem_btag);
sys/sys/vmem_impl.h
68
LIST_HEAD(vmem_hashlist, vmem_btag);
sys/sys/vmem_impl.h
94
LIST_HEAD(, vmem_btag) vm_freetags;
sys/sys/vnode.h
121
LIST_HEAD(buflists, buf);
sys/sys/wapbl.h
228
LIST_HEAD(wapbl_blk_head, wapbl_blk);
sys/ufs/lfs/lfs.h
1088
LIST_HEAD(, lfs_res_blk) lfs_reshash[LFS_RESHASH_WIDTH];
sys/ufs/lfs/ulfs_extattr.h
83
LIST_HEAD(ulfs_extattr_list_head, ulfs_extattr_list_entry);
sys/ufs/ufs/extattr.h
115
LIST_HEAD(ufs_extattr_list_head, ufs_extattr_list_entry);
sys/uvm/pmap/pmap_tlb.h
126
LIST_HEAD(, pmap_asid_info) ti_pais; /* list of active ASIDs */
sys/uvm/uvm_aobj.c
124
LIST_HEAD(uao_swhash, uao_swhash_elt);
sys/uvm/uvm_bio.c
114
LIST_HEAD(, ubc_map) *hash; /* hashtable for cached ubc_map's */
sys/uvm/uvm_device.c
55
LIST_HEAD(udv_list_struct, uvm_device);
sys/uvm/uvm_object.h
63
LIST_HEAD(,ubc_map) uo_ubc; /* ubc mappings */
sys/uvm/uvm_pglist.h
43
LIST_HEAD(pgflist, vm_page);
sys/uvm/uvm_swap.c
178
LIST_HEAD(swap_priority, swappri);
tests/fs/puffs/h_dtfs/dtfs.h
51
LIST_HEAD(, dtfs_poll) dtm_pollent;
tests/fs/puffs/h_dtfs/dtfs.h
65
LIST_HEAD(, dtfs_dirent) dirents;
tests/include/sys/t_list.c
52
LIST_HEAD(listhead, entry) old_head, new_head, old_copy;
tests/usr.bin/indent/fmt_decl.c
237
static LIST_HEAD(, alq) ald_active;
tests/usr.bin/indent/fmt_decl.c
243
static LIST_HEAD(, alq) ald_active;
usr.bin/gencat/gencat.c
107
LIST_HEAD(msghead, _msgT) msghead;
usr.bin/gencat/gencat.c
111
static LIST_HEAD(sethead, _setT) sethead = LIST_HEAD_INITIALIZER(sethead);
usr.bin/kdump/setemul.c
174
static LIST_HEAD(, emulation_ctx) emul_ctx =
usr.bin/locate/locate/locate.c
96
LIST_HEAD(db_list, locate_db) db_list;
usr.bin/netstat/mroute.c
136
LIST_HEAD(, mfc) *mfchashtbl;
usr.bin/pmap/main.h
46
LIST_HEAD(cache_head, cache_entry);
usr.bin/sockstat/sockstat.c
94
LIST_HEAD(socklist, sockitem);
usr.bin/vmstat/vmstat.c
1935
LIST_HEAD(, generic) *hashtbl_list;
usr.sbin/acpitools/aml/aml_memman.h
53
LIST_HEAD(memman_block_list, memman_block);
usr.sbin/acpitools/aml/aml_memman.h
62
LIST_HEAD(memman_node_list, memman_node);
usr.sbin/acpitools/aml/aml_memman.h
93
LIST_HEAD(memman_flexmem_info_list, memman_flexmem_info);
usr.sbin/altq/libaltq/altq_qop.h
104
LIST_HEAD(, fltrinfo) fltrlist; /* filters for this class */
usr.sbin/altq/libaltq/altq_qop.h
80
LIST_HEAD(, classinfo) cllist; /* class list */
usr.sbin/altq/libaltq/altq_qop.h
81
LIST_HEAD(, fltrinfo) fltr_rules; /* filter rule list */
usr.sbin/altq/libaltq/qop.c
82
LIST_HEAD(qop_iflist, ifinfo) qop_iflist = LIST_HEAD_INITIALIZER(&iflist);
usr.sbin/altq/libaltq/qop.c
84
LIST_HEAD(tbr_list, tbrinfo) tbr_list = LIST_HEAD_INITIALIZER(&tbr_list);
usr.sbin/altq/libaltq/qop_hfsc.h
39
typedef LIST_HEAD(gen_sc, segment) gsc_head_t;
usr.sbin/altq/libaltq/quip_server.c
52
extern LIST_HEAD(qop_iflist, ifinfo) qop_iflist;
usr.sbin/bthcid/client.c
76
static LIST_HEAD(,client) client_list;
usr.sbin/bthcid/client.c
77
static LIST_HEAD(,item) item_list;
usr.sbin/btpand/btpand.h
51
LIST_HEAD(chlist, channel);
usr.sbin/makefs/cd9660.h
304
LIST_HEAD(boot_catalog_entries,boot_catalog_entry) boot_entries;
usr.sbin/puffs/mount_9p/ninepuffs.h
124
LIST_HEAD(,dirfid) dir_openlist;
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/sdpd/sdpd.h
112
LIST_HEAD(, record) rlist; /* ServiceRecord list */
usr.sbin/ypserv/ypserv/ypserv_db.c
66
LIST_HEAD(domainlist, opt_domain); /* LIST of domains */
usr.sbin/ypserv/ypserv/ypserv_db.c
67
LIST_HEAD(maplist, opt_map); /* LIST of maps (in a domain) */