Symbol: LIST_ENTRY
lib/libalias/alias_db.c
321
LIST_ENTRY(alias_link) list_out; /* Linked list of pointers for */
lib/libalias/alias_db.c
322
LIST_ENTRY(alias_link) list_in; /* input and output lookup tables */
lib/libc/citrus/citrus_hash.h
33
#define _CITRUS_HASH_ENTRY(type) LIST_ENTRY(type)
lib/libc/stdlib/cxa_thread_atexit_impl.c
43
LIST_ENTRY(thread_dtorfn) entry;
lib/libc/sysvipc/sysvipc_hash.h
36
LIST_ENTRY(hashentry) entry_link;
lib/libnvmm/libnvmm.c
54
LIST_ENTRY(__area) list;
lib/libthread_xu/thread/thr_private.h
360
LIST_ENTRY(__pthread_s) hle;
lib/libthread_xu/thread/thr_sem.c
103
LIST_ENTRY(sem_info) next;
lib/libthread_xu/thread/thr_stack.c
43
LIST_ENTRY(stack) qe; /* Stack queue linkage. */
libexec/dma/dma.h
103
LIST_ENTRY(alias) next;
libexec/dma/dma.h
110
LIST_ENTRY(qitem) next;
sbin/ifconfig/regdomain.h
45
LIST_ENTRY(freqband) next;
sbin/ifconfig/regdomain.h
62
LIST_ENTRY(netband) next;
sbin/ifconfig/regdomain.h
81
LIST_ENTRY(regdomain) next;
sbin/ifconfig/regdomain.h
91
LIST_ENTRY(country) next;
stand/lib/if_ether.h
129
LIST_ENTRY(llinfo_arp) la_list;
stand/lib/if_ether.h
183
LIST_ENTRY(ether_multi) enm_list;
sys/bus/cam/cam_ccb.h
237
LIST_ENTRY(ccb_hdr) le;
sys/bus/u4b/usb_dev.h
95
LIST_ENTRY(usb_fs_privdata) pd_next;
sys/dev/acpica/acpi_cpu_pstate.c
110
LIST_ENTRY(acpi_pst_softc) pst_link;
sys/dev/acpica/acpi_cpu_pstate.c
78
LIST_ENTRY(acpi_pst_domain) pd_link;
sys/dev/disk/mpt/mpt.h
415
LIST_ENTRY(mpt_handler_record) links;
sys/dev/disk/mpt/mpt.h
488
LIST_ENTRY(mpt_evtf_record) links;
sys/dev/misc/evdev/evdev_private.h
143
LIST_ENTRY(evdev_dev) ev_link;
sys/dev/misc/evdev/evdev_private.h
177
LIST_ENTRY(evdev_client) ec_link; /* (l) */
sys/dev/misc/gpio/gpio.c
73
LIST_ENTRY(gpio_driver) link;
sys/dev/misc/gpio/gpio.h
105
LIST_ENTRY(gpio_consumer) link;
sys/dev/misc/gpio/gpio_led.c
50
LIST_ENTRY(ledsc) list;
sys/dev/misc/led/led.c
27
LIST_ENTRY(ledsc) list;
sys/dev/misc/musycc/musycc.c
245
LIST_ENTRY(csoftc) list;
sys/dev/misc/snp/snp.c
77
LIST_ENTRY(snoop) snp_list; /* List glue. */
sys/dev/misc/syscons/syscons.h
376
LIST_ENTRY(sc_term_sw) link;
sys/dev/misc/syscons/syscons.h
443
LIST_ENTRY(sc_renderer) link;
sys/dev/netif/mii_layer/miivar.h
97
LIST_ENTRY(mii_softc) mii_list; /* entry on parent's PHY list */
sys/kern/kern_objcache.c
127
LIST_ENTRY(objcache_desc) next;
sys/kern/subr_gtaskqueue.c
56
LIST_ENTRY(gtaskqueue_busy) tb_link;
sys/kern/sys_generic.c
548
LIST_ENTRY(ioctl_map_entry) entries;
sys/net/bridge/if_bridgevar.h
330
LIST_ENTRY(bridge_rtnode) brt_hash; /* hash table linkage */
sys/net/bridge/if_bridgevar.h
331
LIST_ENTRY(bridge_rtnode) brt_list; /* list linkage */
sys/net/bridge/if_bridgevar.h
344
LIST_ENTRY(bridge_softc) sc_list;
sys/net/dummynet/ip_dummynet.h
220
LIST_ENTRY(dn_flow_queue) q_link;
sys/net/dummynet/ip_dummynet.h
267
LIST_ENTRY(dn_flow_set) fs_link;
sys/net/dummynet/ip_dummynet.h
322
LIST_ENTRY(dn_pipe) p_link;
sys/net/dummynet3/ip_dummynet3.h
235
LIST_ENTRY(dn_flow_queue) q_link;
sys/net/dummynet3/ip_dummynet3.h
282
LIST_ENTRY(dn_flow_set) fs_link;
sys/net/dummynet3/ip_dummynet3.h
337
LIST_ENTRY(dn_pipe) p_link;
sys/net/gif/if_gif.h
62
LIST_ENTRY(gif_softc) gif_list; /* all gif's are linked */
sys/net/gre/if_gre.h
50
LIST_ENTRY(gre_softc) sc_list;
sys/net/if_clone.h
59
LIST_ENTRY(if_clone) ifc_list; /* on list of cloners */
sys/net/if_media.h
77
LIST_ENTRY(ifmedia_entry) ifm_list;
sys/net/if_var.h
567
LIST_ENTRY(in_ifaddr_container) ia_hash;
sys/net/ip6fw/ip6_fw.h
128
LIST_ENTRY(ip6_fw_chain) chain;
sys/net/ipfw/ip_fw2.c
481
LIST_ENTRY(ipfw_state) st_trklink;
sys/net/ipfw3_nat/ip_fw3_nat.h
129
LIST_ENTRY(cfg_alias) next;
sys/net/lagg/ieee8023ad_lacp.h
205
LIST_ENTRY(lacp_port) lp_next;
sys/net/pf/if_pflog.h
39
LIST_ENTRY(pflog_softc) sc_list;
sys/net/pf/if_pfsync.h
157
LIST_ENTRY(pfsync_softc) sc_next;
sys/net/pf/pfvar.h
1960
LIST_ENTRY(pf_frent) fr_next;
sys/net/pf/pfvar.h
1966
LIST_ENTRY(pf_frcache) fr_next;
sys/net/pfil.h
71
LIST_ENTRY(pfil_head) ph_list;
sys/net/raw_cb.h
55
LIST_ENTRY(rawcb) list;
sys/net/vlan/if_vlan.c
142
LIST_ENTRY(vlan_entry) ifv_link;
sys/net/vlan/if_vlan.c
155
LIST_ENTRY(ifvlan) ifv_list;
sys/net/wg/if_wg.c
189
LIST_ENTRY(wg_aip) a_entry;
sys/net/wg/if_wg.c
273
LIST_ENTRY(wg_softc) sc_entry;
sys/net/wg/selftest/allowedips.c
90
LIST_ENTRY(horrible_allowedips_node) entry;
sys/net/wg/wg_cookie.c
88
LIST_ENTRY(ratelimit_entry) r_entry;
sys/net/wg/wg_noise.c
101
LIST_ENTRY(noise_keypair) _kp_entry;
sys/net/wg/wg_noise.c
121
LIST_ENTRY(noise_remote) r_entry;
sys/net/wg/wg_noise.c
144
LIST_ENTRY(noise_remote) _r_entry;
sys/net/wg/wg_noise.c
167
LIST_ENTRY(noise_local) _l_entry;
sys/net/wg/wg_noise.c
77
LIST_ENTRY(noise_index) i_entry;
sys/netbt/hci.h
2444
LIST_ENTRY(hci_memo) next;
sys/netbt/hci_socket.c
79
LIST_ENTRY(hci_pcb) hp_next; /* next HCI pcb */
sys/netbt/l2cap.h
403
LIST_ENTRY(l2cap_channel)lc_ncid; /* next channel (ascending CID) */
sys/netbt/rfcomm.h
295
LIST_ENTRY(rfcomm_session) rs_next; /* next session */
sys/netbt/rfcomm.h
345
LIST_ENTRY(rfcomm_dlc) rd_next; /* next dlc on session */
sys/netbt/sco.h
55
LIST_ENTRY(sco_pcb) sp_next;
sys/netgraph/etf/ng_etf.c
137
LIST_ENTRY(filter) next;
sys/netgraph/ksocket/ng_ksocket.c
83
LIST_ENTRY(ng_ksocket_private) siblings;
sys/netgraph/netgraph.h
114
LIST_ENTRY(ng_node) nodes; /* linked list of all nodes */
sys/netgraph/netgraph.h
115
LIST_ENTRY(ng_node) idnodes; /* ID hash collision list */
sys/netgraph/netgraph.h
219
LIST_ENTRY(ng_type) types; /* linked list of all types */
sys/netgraph/netgraph.h
75
LIST_ENTRY(ng_hook) hooks; /* linked list of all hooks on node */
sys/netgraph/socket/ng_socketvar.h
51
LIST_ENTRY(ngpcb) socks; /* linked list of sockets */
sys/netgraph7/bluetooth/hci/ng_hci_var.h
193
LIST_ENTRY(ng_hci_unit_con) next; /* next */
sys/netgraph7/bluetooth/hci/ng_hci_var.h
213
LIST_ENTRY(ng_hci_neighbor) next;
sys/netgraph7/bluetooth/include/ng_btsocket_hci_raw.h
53
LIST_ENTRY(ng_btsocket_hci_raw_pcb) next; /* link to next */
sys/netgraph7/bluetooth/include/ng_btsocket_l2cap.h
169
LIST_ENTRY(ng_btsocket_l2cap_pcb) next; /* link to next PCB */
sys/netgraph7/bluetooth/include/ng_btsocket_l2cap.h
47
LIST_ENTRY(ng_btsocket_l2cap_rtentry) next; /* link to next */
sys/netgraph7/bluetooth/include/ng_btsocket_l2cap.h
80
LIST_ENTRY(ng_btsocket_l2cap_raw_pcb) next; /* link to next PCB */
sys/netgraph7/bluetooth/include/ng_btsocket_rfcomm.h
257
LIST_ENTRY(ng_btsocket_rfcomm_session) next; /* link to next */
sys/netgraph7/bluetooth/include/ng_btsocket_rfcomm.h
301
LIST_ENTRY(ng_btsocket_rfcomm_pcb) session_next;/* link to next */
sys/netgraph7/bluetooth/include/ng_btsocket_rfcomm.h
302
LIST_ENTRY(ng_btsocket_rfcomm_pcb) next; /* link to next */
sys/netgraph7/bluetooth/l2cap/ng_l2cap_var.h
129
LIST_ENTRY(ng_l2cap_con) next; /* link */
sys/netgraph7/bluetooth/l2cap/ng_l2cap_var.h
162
LIST_ENTRY(ng_l2cap_chan) next; /* link */
sys/netgraph7/etf/ng_etf.c
135
LIST_ENTRY(filter) next;
sys/netgraph7/ksocket/ng_ksocket.c
90
LIST_ENTRY(ng_ksocket_private) siblings;
sys/netgraph7/l2tp/ng_l2tp.c
113
LIST_ENTRY(ng_l2tp_hook_private) sessions;
sys/netgraph7/netgraph.h
1069
LIST_ENTRY(ng_type) types; /* linked list of all types */
sys/netgraph7/netgraph.h
117
LIST_ENTRY(ng_hook) hk_hooks; /* linked list of all hooks on node */
sys/netgraph7/netgraph.h
341
LIST_ENTRY(ng_node) nd_nodes; /* name hash collision list */
sys/netgraph7/netgraph.h
342
LIST_ENTRY(ng_node) nd_idnodes; /* ID hash collision list */
sys/netgraph7/ng_vlan.c
130
LIST_ENTRY(filter) next;
sys/netgraph7/pppoe/ng_pppoe.c
237
LIST_ENTRY(sess_con) sessions;
sys/netgraph7/pptpgre/ng_pptpgre.c
161
LIST_ENTRY(ng_pptpgre_sess) sessions;
sys/netgraph7/socket/ng_socketvar.h
52
LIST_ENTRY(ngpcb) socks; /* linked list of sockets */
sys/netinet/if_ether.c
128
LIST_ENTRY(llinfo_arp) la_le;
sys/netinet/in_pcb.h
133
LIST_ENTRY(inp_localgroup) il_list;
sys/netinet/in_pcb.h
185
LIST_ENTRY(inpcb) inp_hash; /* hash list */
sys/netinet/in_pcb.h
186
LIST_ENTRY(inpcb) inp_list; /* list for all PCBs of this proto */
sys/netinet/in_pcb.h
236
LIST_ENTRY(inpcb) inp_portlist;
sys/netinet/in_pcb.h
283
LIST_ENTRY(inpcbport) phd_hash;
sys/netinet/in_pcb.h
97
LIST_ENTRY(inpcontainer) ic_list;
sys/netinet/in_var.h
168
LIST_ENTRY(in_multi) inm_link; /* queue macro glue */
sys/netinet/ip_carp.c
317
LIST_ENTRY(carp_softc) sc_next; /* Interface clue */
sys/netinet/ip_encap.h
49
LIST_ENTRY(encaptab) chain;
sys/netinet/ip_flow.c
81
LIST_ENTRY(ipflow) ipf_hash; /* next ipflow in hash bucket */
sys/netinet/ip_flow.c
82
LIST_ENTRY(ipflow) ipf_list; /* next ipflow in list */
sys/netinet6/in6_var.h
525
LIST_ENTRY(in6_multi_mship) i6mm_chain; /* multicast options chain */
sys/netinet6/in6_var.h
529
LIST_ENTRY(in6_multi) in6m_entry; /* list glue */
sys/netinet6/nd6.h
247
LIST_ENTRY(nd_prefix) ndpr_entry;
sys/netinet6/nd6.h
304
LIST_ENTRY(nd_pfxrouter) pfr_entry;
sys/netproto/802_11/ieee80211_node.h
116
LIST_ENTRY(ieee80211_node) ni_hash; /* hash collision list */
sys/netproto/802_11/ieee80211_var.h
126
LIST_ENTRY(ieee80211com) ic_next; /* on global list */
sys/netproto/802_11/wlan/ieee80211_scan_sta.c
81
LIST_ENTRY(sta_entry) se_hash;
sys/netproto/802_11/wlan_acl/ieee80211_acl.c
76
LIST_ENTRY(acl) acl_hash;
sys/netproto/smb/smb_tran.h
74
LIST_ENTRY(smb_tran_desc) tr_link;
sys/sys/conf.h
77
LIST_ENTRY(cdev) si_hash;
sys/sys/disk.h
146
LIST_ENTRY(disk) d_list;
sys/sys/file.h
101
LIST_ENTRY(file) f_list;/* (A) list of active files */
sys/sys/gtaskqueue.h
71
LIST_ENTRY(grouptask) gt_list;
sys/sys/jail.h
114
LIST_ENTRY(prison) pr_list; /* all prisons */
sys/sys/mqueue.h
104
LIST_ENTRY(mqueue) mq_list;
sys/sys/proc.h
109
LIST_ENTRY(pgrp) pg_list; /* Hash chain. */
sys/sys/proc.h
161
LIST_ENTRY(lwp) lwp_reap_entry; /* reaper list */
sys/sys/proc.h
226
LIST_ENTRY(proc) p_list; /* List of all processes. */
sys/sys/proc.h
248
LIST_ENTRY(proc) p_pglist; /* List of processes in pgrp. */
sys/sys/proc.h
250
LIST_ENTRY(proc) p_sibling; /* List of sibling processes. */
sys/sys/proc.h
95
LIST_ENTRY(session) s_list; /* Hash chain. */
sys/sys/resourcevar.h
129
LIST_ENTRY(uidinfo) ui_hash;
sys/sys/rman.h
101
LIST_ENTRY(resource) r_sharelink;
sys/sys/unpcb.h
74
LIST_ENTRY(unpcb) unp_reflink; /* link in unp_refs list */
sys/sys/vnode.h
163
LIST_ENTRY(vnode) v_synclist; /* vnodes with dirty buffers */
sys/sys/wdog.h
55
LIST_ENTRY(watchdog) link;
sys/vfs/hpfs/hpfs.h
339
LIST_ENTRY(hpfsnode) h_hash;
sys/vfs/nfs/nfs.h
438
LIST_ENTRY(nfsuid) nu_hash; /* Hash list */
sys/vfs/nfs/nfs.h
537
LIST_ENTRY(nfsrv_descript) nd_hash; /* Hash list */
sys/vfs/nfs/nfs.h
538
LIST_ENTRY(nfsrv_descript) nd_tq; /* and timer list */
sys/vfs/nfs/nfsnode.h
105
LIST_ENTRY(nfsnode) n_hash; /* Hash chain */
sys/vfs/nfs/nfsnode.h
83
LIST_ENTRY(nfsdmap) ndm_list;
sys/vfs/nfs/nfsrvcache.h
52
LIST_ENTRY(nfsrvcache) rc_hash; /* Hash chain */
sys/vfs/ntfs/ntfs_inode.h
48
LIST_ENTRY(ntnode) i_hash;
sys/vfs/ntfs/ntfs_inode.h
72
LIST_ENTRY(fnode) f_fnlist;
sys/vfs/ntfs/ntfs_subr.h
35
LIST_ENTRY(ntvattr) va_list;
sys/vfs/smbfs/smbfs_node.h
72
LIST_ENTRY(smbnode) n_hash;
sys/vfs/tmpfs/tmpfs.h
164
LIST_ENTRY(tmpfs_node) tn_entries;
sys/vfs/udf/udf.h
32
LIST_ENTRY(udf_node) le;
sys/vfs/ufs/quota.h
121
LIST_ENTRY(ufs_dquot) dq_hash; /* hash list */
sys/vfs/ufs/softdep.h
124
LIST_ENTRY(worklist) wk_list; /* list of work requests */
sys/vfs/ufs/softdep.h
177
LIST_ENTRY(pagedep) pd_hash; /* hashed lookup */
sys/vfs/ufs/softdep.h
236
LIST_ENTRY(inodedep) id_hash; /* hashed lookup */
sys/vfs/ufs/softdep.h
241
LIST_ENTRY(inodedep) id_deps; /* bmsafemap's list of inodedep's */
sys/vfs/ufs/softdep.h
260
LIST_ENTRY(newblk) nb_hash; /* hashed lookup */
sys/vfs/ufs/softdep.h
264
LIST_ENTRY(newblk) nb_deps; /* bmsafemap's list of newblk's */
sys/vfs/ufs/softdep.h
313
LIST_ENTRY(allocdirect) ad_deps; /* bmsafemap's list of allocdirect's */
sys/vfs/ufs/softdep.h
361
LIST_ENTRY(allocindir) ai_next; /* indirdep's list of allocindir's */
sys/vfs/ufs/softdep.h
367
LIST_ENTRY(allocindir) ai_deps; /* bmsafemap's list of allocindir's */
sys/vfs/ufs/softdep.h
465
LIST_ENTRY(diradd) da_pdlist; /* pagedep holding directory block */
sys/vfs/ufs/softdep.h
505
LIST_ENTRY(mkdir) md_mkdirs; /* list of all mkdirs */
sys/vfs/ufs/softdep.h
523
LIST_ENTRY(dirrem) dm_next; /* pagedep's list of dirrem's */
sys/vm/vm_zone.h
66
LIST_ENTRY(vm_zone) zlink; /* link in zlist */
tools/tools/netrate/pktgen/pktgen.c
92
LIST_ENTRY(pktgen_buf) pb_link;
usr.bin/gencat/gencat.c
87
LIST_ENTRY(_msgT) entries;
usr.bin/gencat/gencat.c
93
LIST_ENTRY(_setT) entries;
usr.bin/sort/file.c
103
LIST_ENTRY(CLEANABLE_FILE) files;
usr.sbin/bthcid/bthcid.h
68
LIST_ENTRY(link_key) next; /* link to the next */
usr.sbin/bthcid/client.c
56
LIST_ENTRY(client) next;
usr.sbin/bthcid/client.c
68
LIST_ENTRY(item) next;
usr.sbin/efibootmgr/efibootmgr.c
142
LIST_ENTRY(entry) entries;
usr.sbin/ftp-proxy/ftp-proxy.c
88
LIST_ENTRY(session) entry;
usr.sbin/ifmcstat/ifmcstat.c
77
LIST_ENTRY(multi6_kludge) mk_entry;
usr.sbin/inetd/inetd.h
54
LIST_ENTRY(procinfo) pr_link;
usr.sbin/inetd/inetd.h
60
LIST_ENTRY(conninfo) co_link;
usr.sbin/lpr/chkprintcap/chkprintcap.c
193
LIST_ENTRY(dirlist) link;
usr.sbin/makefs/cd9660/cd9660_eltorito.h
138
LIST_ENTRY(boot_catalog_entry) ll_struct;
usr.sbin/mtree/excludes.c
50
LIST_ENTRY(exclude) link;
usr.sbin/pfctl/pfctl.h
100
LIST_ENTRY(segment) _next;
usr.sbin/pfctl/pfctl_osfp.c
60
LIST_ENTRY(name_entry) nm_entry;
usr.sbin/pw/pw.h
69
LIST_ENTRY(carg) list;
usr.sbin/rpc.lockd/lockd_lock.c
59
LIST_ENTRY(file_lock) lcklst;
usr.sbin/rpc.lockd/lockd_lock.c
92
LIST_ENTRY(host) hostlst;
usr.sbin/sysvipcd/utilsd.h
61
LIST_ENTRY(client_entry) client_link;
usr.sbin/sysvipcd/utilsd.h
66
LIST_ENTRY(pid_attached) link;
usr.sbin/sysvipcd/utilsd.h
71
LIST_ENTRY(id_attached) link;