Searched defs:LIST_FOREACH (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-10.1-release/sys/fs/nullfs/
H A Dnull_subr.c115 LIST_FOREACH(a, hd, null_hash) { function
148 LIST_FOREACH(oxp, hd, null_hash) { function
/freebsd-10.1-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_zone.c83 LIST_FOREACH(zd2, head, zd_next) { function
131 LIST_FOREACH(zd, head, zd_next) { function
180 LIST_FOREACH(zd, head, zd_next) { function
200 LIST_FOREACH(zd, head, zd_next) { function
/freebsd-10.1-release/sys/dev/drm/
H A Ddrm_hashtab.c81 LIST_FOREACH(entry, h_list, head) { function
101 LIST_FOREACH(entry, h_list, head) { function
/freebsd-10.1-release/sys/dev/drm2/
H A Ddrm_gem_names.c89 LIST_FOREACH(n, gem_name_hash_index(names, name), link) { function
137 LIST_FOREACH(n, gem_name_hash_index(names, name), link) { function
190 LIST_FOREACH(n, gem_name_hash_index(names, name), link) { function
H A Ddrm_hashtab.c81 LIST_FOREACH(entry, h_list, head) { function
101 LIST_FOREACH(entry, h_list, head) { function
/freebsd-10.1-release/sys/kern/
H A Dvfs_hash.c79 LIST_FOREACH(vp, vfs_hash_bucket(mp, hash), v_hashlist) { function
122 LIST_FOREACH(vp2, function
H A Dkern_thread.c1007 LIST_FOREACH(td, TIDHASH(tid), td_hash) { function
/freebsd-10.1-release/lib/libthr/thread/
H A Dthr_list.c274 LIST_FOREACH(td, head, hle) { function
/freebsd-10.1-release/sys/powerpc/powerpc/
H A Dvm_machdep.c295 LIST_FOREACH(sf, hash_list, list_entry) { function
/freebsd-10.1-release/usr.bin/csup/
H A Dqueue.h174 #undef LIST_FOREACH macro
175 #define LIST_FOREACH(var, head, field) \ macro
/freebsd-10.1-release/sbin/mdconfig/
H A Dmdconfig.c506 LIST_FOREACH(gce, g, lg_config) { function
/freebsd-10.1-release/sys/arm/arm/
H A Dvm_machdep.c246 LIST_FOREACH(sf, hash_list, list_entry) { function
/freebsd-10.1-release/sys/fs/fdescfs/
H A Dfdesc_vnops.c139 LIST_FOREACH(fd2, fc, fd_hash) { function
177 LIST_FOREACH(fd, fc, fd_hash) { function
225 LIST_FOREACH(fd2, fc, fd_hash) { function
/freebsd-10.1-release/sys/netgraph/
H A Dng_etf.c162 LIST_FOREACH(fil, chain, next) { function
/freebsd-10.1-release/contrib/openbsm/compat/
H A Dqueue.h360 #define LIST_FOREACH(var, head, field) \ macro
/freebsd-10.1-release/sys/dev/eisa/
H A Deisaconf.c498 LIST_FOREACH(node, head, links) { function
/freebsd-10.1-release/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c381 LIST_FOREACH(rp, hp, rc_hash) { function
/freebsd-10.1-release/sys/fs/unionfs/
H A Dunion_subr.c121 LIST_FOREACH(unp, hd, un_hash) { function
158 LIST_FOREACH(unp, hd, un_hash) { function
/freebsd-10.1-release/sys/i386/i386/
H A Dvm_machdep.c793 LIST_FOREACH(sf, hash_list, list_entry) { function
830 LIST_FOREACH(sf, hash_list, list_entry) { function
/freebsd-10.1-release/sys/netinet/
H A Dif_ether.c599 LIST_FOREACH(ia, INADDR_HASH(itaddr.s_addr), ia_hash) { function
630 LIST_FOREACH(ia, INADDR_HASH(itaddr.s_addr), ia_hash) { function
H A Dip_icmp.c720 LIST_FOREACH(ia, INADDR_HASH(t.s_addr), ia_hash) { function
/freebsd-10.1-release/sys/netinet6/
H A Din6_pcb.c697 LIST_FOREACH(inp, head, inp_hash) { function
727 LIST_FOREACH(phd, porthash, phd_hash) { function
867 LIST_FOREACH(inp, head, inp_pcbgrouphash) { function
908 LIST_FOREACH(inp, head, inp_pcbgroup_wild) { function
1005 LIST_FOREACH(inp, head, inp_hash) { function
1044 LIST_FOREACH(inp, head, inp_hash) { function
[all...]
H A Dudp6_usrreq.c299 LIST_FOREACH(inp, pcblist, inp_list) { function
/freebsd-10.1-release/sys/netpfil/ipfw/
H A Dip_fw_nat.c386 LIST_FOREACH(res, l, _next) { function
[all...]
/freebsd-10.1-release/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h162 #define LIST_FOREACH(var, head, field) \ macro

Completed in 171 milliseconds

123