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

123

/freebsd-10.0-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.0-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.0-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.0-release/sys/dev/drm2/
H A Ddrm_gem_names.c89 LIST_FOREACH(n, gem_name_hash_index(names, name), link) { function
172 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.0-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.c1011 LIST_FOREACH(td, TIDHASH(tid), td_hash) { function
/freebsd-10.0-release/lib/libthr/thread/
H A Dthr_list.c274 LIST_FOREACH(td, head, hle) { function
/freebsd-10.0-release/sys/powerpc/aim/
H A Dvm_machdep.c297 LIST_FOREACH(sf, hash_list, list_entry) { function
/freebsd-10.0-release/sys/powerpc/booke/
H A Dvm_machdep.c297 LIST_FOREACH(sf, hash_list, list_entry) { function
/freebsd-10.0-release/usr.bin/csup/
H A Dqueue.h174 #undef LIST_FOREACH macro
175 #define LIST_FOREACH(var, head, field) \ macro
/freebsd-10.0-release/sbin/mdconfig/
H A Dmdconfig.c500 LIST_FOREACH(gce, g, lg_config) { function
/freebsd-10.0-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.0-release/sys/netgraph/
H A Dng_etf.c162 LIST_FOREACH(fil, chain, next) { function
/freebsd-10.0-release/contrib/openbsm/compat/
H A Dqueue.h360 #define LIST_FOREACH(var, head, field) \ macro
/freebsd-10.0-release/sys/dev/eisa/
H A Deisaconf.c498 LIST_FOREACH(node, head, links) { function
/freebsd-10.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c383 LIST_FOREACH(rp, hp, rc_hash) { function
/freebsd-10.0-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.0-release/sys/i386/i386/
H A Dvm_machdep.c792 LIST_FOREACH(sf, hash_list, list_entry) { function
829 LIST_FOREACH(sf, hash_list, list_entry) { function
/freebsd-10.0-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.c719 LIST_FOREACH(ia, INADDR_HASH(t.s_addr), ia_hash) { function
/freebsd-10.0-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...]
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw_nat.c386 LIST_FOREACH(res, l, _next) { function
[all...]
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dsys-queue.h66 #undef LIST_FOREACH macro
274 #define LIST_FOREACH(var, head, field) \ macro
/freebsd-10.0-release/sbin/pfctl/
H A Dpfctl_altq.c924 LIST_FOREACH(s, gsc, _next) { function
977 LIST_FOREACH(s, gsc, _next) { function

Completed in 154 milliseconds

123