Searched refs:LIST_HEAD (Results 1 - 25 of 313) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_ib_intfc.h16 #undef LIST_HEAD macro
17 #define LIST_HEAD(name, type) \ macro
/freebsd-9.3-release/lib/libgeom/
H A Dlibgeom.h66 LIST_HEAD(gconf, gconfig);
78 LIST_HEAD(, gclass) lg_class;
92 LIST_HEAD(, ggeom) lg_geom;
102 LIST_HEAD(, gconsumer) lg_consumer;
103 LIST_HEAD(, gprovider) lg_provider;
122 LIST_HEAD(, gconsumer) lg_consumers;
/freebsd-9.3-release/sys/sys/
H A D_rmlock.h44 LIST_HEAD(rmpriolist,rm_priotracker);
49 LIST_HEAD(,rm_priotracker) rm_activeReaders;
H A Dlockf.h69 LIST_HEAD(lockf_edge_list, lockf_edge);
85 LIST_HEAD(lockf_entry_list, lockf_entry);
121 LIST_HEAD(lockf_list, lockf);
/freebsd-9.3-release/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];
H A Dpmcstat_log.h58 extern LIST_HEAD(pmcstat_process_hash_list, pmcstat_process) pmcstat_process_hash[PMCSTAT_NHASH];
114 LIST_HEAD(,pmcstat_gmonfile) pi_gmlist;
116 extern LIST_HEAD(pmcstat_image_hash_list, pmcstat_image) pmcstat_image_hash[PMCSTAT_NHASH];
153 extern LIST_HEAD(pmcstat_pmcs, pmcstat_pmcrecord) pmcstat_pmcs; /* PMC list */
/freebsd-9.3-release/contrib/bsnmp/snmpd/
H A Dtrans_lsock.h56 LIST_HEAD(, lsock_peer) peers;
/freebsd-9.3-release/contrib/nvi/common/
H A Dmsg.h55 LIST_HEAD(_msgh, _msg);
H A Dexf.h34 LIST_HEAD(_markh, _lmark) marks;/* Linked list of file MARK's. */
/freebsd-9.3-release/lib/libc/gen/
H A Dtelldir.h58 LIST_HEAD(, ddloc) td_locq; /* list of locations */
/freebsd-9.3-release/sbin/ifconfig/
H A Dregdomain.h64 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-9.3-release/sys/fs/nfs/
H A Dnfsrvstate.h41 LIST_HEAD(nfsclienthashhead, nfsclient);
42 LIST_HEAD(nfsstatehead, nfsstate);
43 LIST_HEAD(nfslockhead, nfslock);
44 LIST_HEAD(nfslockhashhead, nfslockfile);
49 LIST_HEAD(nfsuserhashhead, nfsusrgrp);
204 LIST_HEAD(, nfsstate) lf_open; /* Open list */
205 LIST_HEAD(, nfsstate) lf_deleg; /* Delegation list */
206 LIST_HEAD(, nfslock) lf_lock; /* Lock list */
207 LIST_HEAD(, nfslock) lf_locallock; /* Local lock list */
208 LIST_HEAD(, nfsrollbac
[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);
/freebsd-9.3-release/sys/netgraph/
H A Dng_socketvar.h60 LIST_HEAD(ngshash, hookpriv);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Devent_struct.h97 #ifndef LIST_HEAD
99 #define LIST_HEAD(name, type) \ macro
103 #endif /* !LIST_HEAD */
166 LIST_HEAD (event_dlist, event);
173 #undef LIST_HEAD macro
/freebsd-9.3-release/sys/geom/linux_lvm/
H A Dg_linux_lvm.h76 LIST_HEAD(, g_llvm_segment) lv_segs;
111 LIST_HEAD(, g_llvm_pv) vg_pvs;
112 LIST_HEAD(, g_llvm_lv) vg_lvs;
/freebsd-9.3-release/sys/kern/
H A Dsubr_hash.c52 LIST_HEAD(generic, generic) *hashtbl;
92 LIST_HEAD(generic, generic) *hashtbl, *hp;
112 LIST_HEAD(generic, generic) *hashtbl;
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_futex.h39 extern LIST_HEAD(futex_list, futex) futex_list;
/freebsd-9.3-release/sys/geom/
H A Dgeom_int.h38 LIST_HEAD(class_list_head, g_class);
/freebsd-9.3-release/sys/net/
H A Draw_cb.h58 VNET_DECLARE(LIST_HEAD(rawcb_list_head, rawcb), rawcb_list);
/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_inode.h60 LIST_HEAD(,fnode) i_fnlist;
61 LIST_HEAD(,ntvattr) i_valist;
/freebsd-9.3-release/sys/geom/vinum/
H A Dgeom_vinum_var.h227 LIST_HEAD(,gv_drive) drives; /* All drives. */
228 LIST_HEAD(,gv_plex) plexes; /* All plexes. */
229 LIST_HEAD(,gv_sd) subdisks; /* All subdisks. */
230 LIST_HEAD(,gv_volume) volumes; /* All volumes. */
267 LIST_HEAD(,gv_freelist) freelist; /* List of freelist entries. */
268 LIST_HEAD(,gv_sd) subdisks; /* Subdisks on this drive. */
347 LIST_HEAD(,gv_sd) subdisks; /* List of attached subdisks. */
374 LIST_HEAD(,gv_plex) plexes; /* List of attached plexes. */
/freebsd-9.3-release/sys/ufs/ffs/
H A Dsoftdep.h158 /* LIST_HEAD(workhead, worklist); -- declared in buf.h */
205 LIST_HEAD(dirremhd, dirrem);
206 LIST_HEAD(diraddhd, diradd);
207 LIST_HEAD(newblkhd, newblk);
208 LIST_HEAD(inodedephd, inodedep);
209 LIST_HEAD(allocindirhd, allocindir);
210 LIST_HEAD(allocdirecthd, allocdirect);
212 LIST_HEAD(indirdephd, indirdep);
213 LIST_HEAD(jaddrefhd, jaddref);
214 LIST_HEAD(jremrefh
[all...]
/freebsd-9.3-release/sys/vm/
H A Duma_int.h206 LIST_HEAD(,uma_zone) uk_zones; /* Keg's zones */
207 LIST_HEAD(,uma_slab) uk_part_slab; /* partially allocated slabs */
208 LIST_HEAD(,uma_slab) uk_free_slab; /* empty slab list */
209 LIST_HEAD(,uma_slab) uk_full_slab; /* full slabs */
312 LIST_HEAD(,uma_bucket) uz_full_bucket; /* full buckets */
313 LIST_HEAD(,uma_bucket) uz_free_bucket; /* Buckets for frees */
315 LIST_HEAD(,uma_klink) uz_kegs; /* List of kegs. */
/freebsd-9.3-release/lib/libc/iconv/
H A Dcitrus_hash.h36 LIST_HEAD(, type) chh_table[hashsize]; \

Completed in 278 milliseconds

1234567891011>>