Searched refs:LIST_ENTRY (Results 126 - 150 of 291) sorted by relevance

1234567891011>>

/freebsd-current/sys/arm/include/
H A Dpmap.h108 LIST_ENTRY(pmap) pm_list; /* List of all pmaps */
/freebsd-current/contrib/ofed/libirdma/
H A Dirdma_umain.h96 LIST_ENTRY(irdma_cq_buf) list;
/freebsd-current/sys/sys/
H A Dumtxvar.h159 LIST_ENTRY(umtxq_queue) link;
H A Ddomainset.h89 LIST_ENTRY(domainset) ds_link;
H A Dosd.h42 LIST_ENTRY(osd) osd_next; /* (l) */
H A Dpmc.h701 LIST_ENTRY(pmc_target) pt_next;
734 LIST_ENTRY(pmc) pm_next; /* owner's list */
810 LIST_ENTRY(pmc_thread) pt_next; /* linked list */
835 LIST_ENTRY(pmc_process) pp_next; /* hash chain */
859 LIST_ENTRY(pmc_owner) po_next; /* hash chain */
H A Djail.h179 LIST_ENTRY(prison) pr_sibling; /* (a) next in parent's list */
210 LIST_ENTRY(prison_racct) prr_next;
/freebsd-current/sys/riscv/include/
H A Dpmap.h83 LIST_ENTRY(pmap) pm_list; /* List of all pmaps */
/freebsd-current/lib/libthr/thread/
H A Dthr_stack.c44 LIST_ENTRY(stack) qe; /* Stack queue linkage. */
/freebsd-current/tools/regression/geom/ConfCmp/
H A DConfCmp.c53 LIST_ENTRY(node) siblings;
70 LIST_ENTRY(ref) next;
/freebsd-current/sys/netinet6/
H A Dnd6.h222 LIST_ENTRY(nd_prefix) ndpr_entry;
249 LIST_ENTRY(nd_pfxrouter) pfr_entry;
/freebsd-current/sys/geom/part/
H A Dg_part_ldm.c187 LIST_ENTRY(ldm_component) entry;
198 LIST_ENTRY(ldm_volume) entry;
205 LIST_ENTRY(ldm_disk) entry;
214 LIST_ENTRY(ldm_disk_group) entry;
226 LIST_ENTRY(ldm_partition) entry;
281 LIST_ENTRY(ldm_vblk) entry;
296 LIST_ENTRY(ldm_xvblk) entry;
/freebsd-current/sys/contrib/edk2/Include/
H A DBase.h249 /// LIST_ENTRY structure definition.
251 typedef struct _LIST_ENTRY LIST_ENTRY; typedef in typeref:struct:_LIST_ENTRY
257 LIST_ENTRY *ForwardLink;
258 LIST_ENTRY *BackLink;
/freebsd-current/sys/netinet/
H A Dip_fw.h483 LIST_ENTRY(cfg_spool) _next; /* chain of spool instances */
497 LIST_ENTRY(cfg_redir) _next; /* chain of redir instances */
520 LIST_ENTRY(cfg_nat) _next;
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_nat.c58 LIST_ENTRY(cfg_spool) _next; /* chain of spool instances */
65 LIST_ENTRY(cfg_redir) _next; /* chain of redir instances */
85 LIST_ENTRY(cfg_nat) _next;
896 LIST_ENTRY(cfg_spool_legacy) _next;
902 LIST_ENTRY(cfg_redir) _next;
919 LIST_ENTRY(cfg_nat_legacy) _next;
/freebsd-current/usr.bin/gencat/
H A Dgencat.c90 LIST_ENTRY(_msgT) entries;
96 LIST_ENTRY(_setT) entries;
/freebsd-current/sys/rpc/
H A Dsvc.h313 LIST_ENTRY(__rpc_svcthread) st_ilink; /* idle threads list */
314 LIST_ENTRY(__rpc_svcthread) st_alink; /* application thread list */
/freebsd-current/sys/x86/iommu/
H A Dintel_dmar.h67 LIST_ENTRY(dmar_domain) link; /* (u) Member in the dmar list */
76 LIST_ENTRY(dmar_ctx) link; /* (u) Member in the domain list */
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dbufferevent-internal.h136 LIST_ENTRY(bufferevent_private) next_in_group;
H A Devent-internal.h201 LIST_ENTRY(event_once) next_once;
/freebsd-current/sys/dev/mii/
H A Dmiivar.h104 LIST_ENTRY(mii_softc) mii_list; /* entry on parent's PHY list */
/freebsd-current/sys/net/
H A Dieee8023ad_lacp.h212 LIST_ENTRY(lacp_port) lp_next;
/freebsd-current/sys/net80211/
H A Dieee80211_acl.c75 LIST_ENTRY(acl) acl_hash;
/freebsd-current/sys/dev/evdev/
H A Devdev_private.h166 LIST_ENTRY(evdev_dev) ev_link;
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h81 LIST_ENTRY(usb_driver) linux_driver_list;

Completed in 397 milliseconds

1234567891011>>