Home
last modified time | relevance | path

Searched refs:LIST_HEAD (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/freebsd/sys/fs/nfs/
H A Dnfsrvstate.h42 LIST_HEAD(nfsclienthashhead, nfsclient);
43 LIST_HEAD(nfsstatehead, nfsstate);
44 LIST_HEAD(nfslockhead, nfslock);
45 LIST_HEAD(nfslockhashhead, nfslockfile);
46 LIST_HEAD(nfssessionhead, nfsdsession);
47 LIST_HEAD(nfssessionhashhead, nfsdsession);
51 LIST_HEAD(nfsdontlisthead, nfsdontlist);
295 LIST_HEAD(, nfsstate) lf_open; /* Open list */
296 LIST_HEAD(, nfsstate) lf_deleg; /* Delegation list */
297 LIST_HEAD(, nfslock) lf_lock; /* Lock list */
[all …]
H A Dnfsclstate.h35 LIST_HEAD(nfsclopenhead, nfsclopen);
36 LIST_HEAD(nfscllockownerhead, nfscllockowner);
38 LIST_HEAD(nfscllockhead, nfscllock);
39 LIST_HEAD(nfsclhead, nfsclclient);
40 LIST_HEAD(nfsclownerhead, nfsclowner);
42 LIST_HEAD(nfscldeleghash, nfscldeleg);
43 LIST_HEAD(nfsclopenhash, nfsclopen);
45 LIST_HEAD(nfscllayouthash, nfscllayout);
46 LIST_HEAD(nfsclflayouthead, nfsclflayout);
47 LIST_HEAD(nfscldevinfohead, nfscldevinfo);
[all …]
/freebsd/sys/ufs/ffs/
H A Dsoftdep.h251 LIST_HEAD(dirremhd, dirrem);
252 LIST_HEAD(diraddhd, diradd);
253 LIST_HEAD(newblkhd, newblk);
254 LIST_HEAD(inodedephd, inodedep);
255 LIST_HEAD(allocindirhd, allocindir);
256 LIST_HEAD(allocdirecthd, allocdirect);
258 LIST_HEAD(indirdephd, indirdep);
259 LIST_HEAD(jaddrefhd, jaddref);
260 LIST_HEAD(jremrefhd, jremref);
261 LIST_HEAD(jmvrefhd, jmvref);
[all …]
/freebsd/lib/libgeom/
H A Dlibgeom.h71 LIST_HEAD(gconf, gconfig);
83 LIST_HEAD(, gclass) lg_class;
97 LIST_HEAD(, ggeom) lg_geom;
107 LIST_HEAD(, gconsumer) lg_consumer;
108 LIST_HEAD(, gprovider) lg_provider;
127 LIST_HEAD(, gconsumer) lg_consumers;
/freebsd/sys/dev/proto/
H A Dproto_busdma.h36 LIST_HEAD(,proto_tag) children;
37 LIST_HEAD(,proto_md) mds;
58 LIST_HEAD(,proto_tag) tags;
59 LIST_HEAD(,proto_md) mds;
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Devent_struct.h97 #ifndef LIST_HEAD
99 #define LIST_HEAD(name, type) \ macro
166 LIST_HEAD (event_dlist, event);
173 #undef LIST_HEAD
/freebsd/contrib/libevent/include/event2/
H A Devent_struct.h97 #ifndef LIST_HEAD
99 #define LIST_HEAD(name, type) \ macro
166 LIST_HEAD (event_dlist, event);
173 #undef LIST_HEAD
/freebsd/lib/lib80211/
H A Dlib80211_regdomain.h62 typedef LIST_HEAD(, netband) netband_head;
95 LIST_HEAD(, country) countries; /* country code table */
96 LIST_HEAD(, regdomain) domains; /* regulatory domains */
97 LIST_HEAD(, freqband) freqbands; /* frequency band table */
/freebsd/sys/sys/
H A Dlockf.h68 LIST_HEAD(lockf_edge_list, lockf_edge);
83 LIST_HEAD(lockf_entry_list, lockf_entry);
119 LIST_HEAD(lockf_list, lockf);
H A D_rmlock.h47 LIST_HEAD(rmpriolist,rm_priotracker);
57 LIST_HEAD(,rm_priotracker) rm_activeReaders;
/freebsd/sys/geom/linux_lvm/
H A Dg_linux_lvm.h68 LIST_HEAD(, g_llvm_segment) lv_segs;
103 LIST_HEAD(, g_llvm_pv) vg_pvs;
104 LIST_HEAD(, g_llvm_lv) vg_lvs;
/freebsd/sys/kern/
H A Dsubr_hash.c56 LIST_HEAD(generic, generic) *hashtbl; in hashinit_flags()
90 LIST_HEAD(generic, generic) *hashtbl, *hp; in hashdestroy()
112 LIST_HEAD(generic, generic) *hashtbl; in phashinit_flags()
/freebsd/sys/netinet/
H A Dsctp_pcb.h43 LIST_HEAD(sctppcbhead, sctp_inpcb);
44 LIST_HEAD(sctpasochead, sctp_tcb);
45 LIST_HEAD(sctpladdr, sctp_laddr);
46 LIST_HEAD(sctpvtaghead, sctp_tagblock);
47 LIST_HEAD(sctp_vrflist, sctp_vrf);
48 LIST_HEAD(sctp_ifnlist, sctp_ifn);
49 LIST_HEAD(sctp_ifalist, sctp_ifa);
/freebsd/usr.sbin/pmcstat/
H A Dpmcpl_callgraph.h46 LIST_HEAD(,pmcstat_cgnode) pcg_children;
54 extern LIST_HEAD(pmcstat_cgnode_hash_list, pmcstat_cgnode_hash) pmcstat_cgnode_hash[PMCSTAT_NHASH];
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dfasttrap_impl.h103 LIST_HEAD(, fasttrap_scrblock) ftpc_scrblks; /* mapped scratch blocks */
104 LIST_HEAD(, fasttrap_scrspace) ftpc_fscr; /* free scratch space */
105 LIST_HEAD(, fasttrap_scrspace) ftpc_ascr; /* used scratch space */
/freebsd/lib/libpmcstat/
H A Dlibpmcstat.h204 LIST_HEAD(,pmcstat_gmonfile) pi_gmlist;
207 extern LIST_HEAD(pmcstat_image_hash_list, pmcstat_image) pmcstat_image_hash[PMCSTAT_NHASH];
253 extern LIST_HEAD(pmcstat_process_hash_list, pmcstat_process) pmcstat_process_hash[PMCSTAT_NHASH];
269 extern LIST_HEAD(pmcstat_pmcs, pmcstat_pmcrecord) pmcstat_pmcs; /* PMC list */
/freebsd/usr.bin/truss/
H A Dtruss.h102 LIST_HEAD(, threadinfo) threadlist;
115 LIST_HEAD(, procinfo) proclist;
/freebsd/sys/netinet/libalias/
H A Dalias_sctp.h137 LIST_HEAD(sctpGlobalAddresshead,sctp_GlobalAddress) Gaddr; /**< List of global addresses */
185LIST_HEAD(sctpTimerQ,sctp_nat_assoc) *TimerQ; /**< List of associations at this position in the ti…
H A Dalias_local.h84 LIST_HEAD(, alias_link) full, partial;
103 LIST_HEAD (, alias_link) pptpList;
160 LIST_HEAD(sctpNatTableL, sctp_nat_assoc) *sctpTableLocal;
162 LIST_HEAD(sctpNatTableG, sctp_nat_assoc) *sctpTableGlobal;
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_storevar.h66 LIST_HEAD(bhnd_nvstore_alias_list, bhnd_nvstore_alias);
67 LIST_HEAD(bhnd_nvstore_update_list, bhnd_nvstore_update);
68 LIST_HEAD(bhnd_nvstore_path_list, bhnd_nvstore_path);
/freebsd/sys/geom/
H A Dgeom.h120 LIST_HEAD(,g_geom) geom;
134 LIST_HEAD(,g_consumer) consumer;
135 LIST_HEAD(,g_provider) provider;
209 LIST_HEAD(,g_consumer) consumers;
226 LIST_HEAD(,g_geom_alias) aliases;
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs.h51 LIST_HEAD(, dtfs_poll) dtm_pollent;
65 LIST_HEAD(, dtfs_dirent) dirents;
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_intf.c46 static LIST_HEAD(intf_list);
47 static LIST_HEAD(dev_list);
136 LIST_HEAD(bond_list); in mlx4_do_bond()
/freebsd/usr.sbin/inetd/
H A Dinetd.h123 LIST_HEAD(, conninfo) se_conn[PERIPSIZE];
124 LIST_HEAD(, stabchild) se_children;
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_var.h94 LIST_HEAD(, ng_l2cap_con) con_list; /* ACL connections */
99 LIST_HEAD(, ng_l2cap_chan) chan_list; /* L2CAP channels */

12345678910>>...14