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

123

/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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.c1012 LIST_FOREACH(td, TIDHASH(tid), td_hash) { function
H A Duipc_shm.c452 LIST_FOREACH(map, SHM_HASH(fnv), sm_link) { function
481 LIST_FOREACH(map, SHM_HASH(fnv), sm_link) { function
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_list.c274 LIST_FOREACH(td, head, hle) { function
/freebsd-9.3-release/sys/fs/nwfs/
H A Dnwfs_node.c96 LIST_FOREACH(np, nhpp, n_hash) { function
119 LIST_FOREACH(np, nhpp, n_hash) { function
/freebsd-9.3-release/sys/fs/smbfs/
H A Dsmbfs_node.c192 LIST_FOREACH(np, nhpp, n_hash) { function
260 LIST_FOREACH(np2, nhpp, n_hash) { function
/freebsd-9.3-release/sys/powerpc/aim/
H A Dvm_machdep.c286 LIST_FOREACH(sf, hash_list, list_entry) { function
/freebsd-9.3-release/sys/powerpc/booke/
H A Dvm_machdep.c286 LIST_FOREACH(sf, hash_list, list_entry) { function
/freebsd-9.3-release/usr.bin/csup/
H A Dqueue.h174 #undef LIST_FOREACH macro
175 #define LIST_FOREACH(var, head, field) \ macro
/freebsd-9.3-release/sbin/mdconfig/
H A Dmdconfig.c477 LIST_FOREACH(gce, g, lg_config) { function
/freebsd-9.3-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-9.3-release/sys/netgraph/
H A Dng_etf.c162 LIST_FOREACH(fil, chain, next) { function
H A Dng_vlan.c319 LIST_FOREACH(f, chain, next) { function
/freebsd-9.3-release/sys/netinet/
H A Dif_ether.c582 LIST_FOREACH(ia, INADDR_HASH(itaddr.s_addr), ia_hash) { function
619 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-9.3-release/contrib/openbsm/compat/
H A Dqueue.h360 #define LIST_FOREACH(var, head, field) \ macro
/freebsd-9.3-release/sys/dev/eisa/
H A Deisaconf.c498 LIST_FOREACH(node, head, links) { function
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c381 LIST_FOREACH(rp, hp, rc_hash) { function
/freebsd-9.3-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-9.3-release/sys/i386/i386/
H A Dvm_machdep.c780 LIST_FOREACH(sf, hash_list, list_entry) { function
817 LIST_FOREACH(sf, hash_list, list_entry) { function

Completed in 246 milliseconds

123