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

123

/freebsd-11-stable/sys/fs/nullfs/
H A Dnull_subr.c115 LIST_FOREACH(a, hd, null_hash) { function
148 LIST_FOREACH(oxp, hd, null_hash) { function
/freebsd-11-stable/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-11-stable/sys/dev/drm/
H A Ddrm_hashtab.c81 LIST_FOREACH(entry, h_list, head) { function
101 LIST_FOREACH(entry, h_list, head) { function
/freebsd-11-stable/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.c82 LIST_FOREACH(entry, h_list, head) { function
102 LIST_FOREACH(entry, h_list, head) { function
/freebsd-11-stable/sys/kern/
H A Dvfs_hash.c81 LIST_FOREACH(vp, vfs_hash_bucket(mp, hash), v_hashlist) { function
114 LIST_FOREACH(vp, vfs_hash_bucket(mp, hash), v_hashlist) { function
155 LIST_FOREACH(vp2, function
H A Dsubr_sfbuf.c131 LIST_FOREACH(sf, hash_list, list_entry) { function
231 LIST_FOREACH(sf, hash_list, list_entry) { function
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_pshared.c129 LIST_FOREACH(h, hd, link) { function
143 LIST_FOREACH(h, hd, link) { function
191 LIST_FOREACH(h, hd, link) { function
H A Dthr_list.c276 LIST_FOREACH(td, head, hle) { function
/freebsd-11-stable/sys/netgraph/
H A Dng_etf.c162 LIST_FOREACH(fil, chain, next) { function
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dzfsd.cc283 LIST_FOREACH(mp, &mesh.lg_class, lg_class) { function
284 LIST_FOREACH(gp, &mp->lg_geom, lg_geom) { function
285 LIST_FOREACH(pp, &gp->lg_provider, lg_provider) { function
/freebsd-11-stable/sys/fs/fdescfs/
H A Dfdesc_vnops.c142 LIST_FOREACH(fd2, fc, fd_hash) { function
176 LIST_FOREACH(fd, fc, fd_hash) { function
226 LIST_FOREACH(fd2, fc, fd_hash) { function
/freebsd-11-stable/sbin/mdconfig/
H A Dmdconfig.c515 LIST_FOREACH(gce, g, lg_config) { function
/freebsd-11-stable/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h162 #define LIST_FOREACH(var, head, field) \ macro
/freebsd-11-stable/contrib/openbsm/compat/
H A Dqueue.h359 #define LIST_FOREACH(var, head, field) \ macro
/freebsd-11-stable/sys/dev/eisa/
H A Deisaconf.c498 LIST_FOREACH(node, head, links) { function
/freebsd-11-stable/sys/fs/unionfs/
H A Dunion_subr.c121 LIST_FOREACH(unp, hd, un_hash) { function
158 LIST_FOREACH(unp, hd, un_hash) { function
/freebsd-11-stable/sys/netinet6/
H A Din6_pcb.c707 LIST_FOREACH(inp, head, inp_hash) { function
737 LIST_FOREACH(phd, porthash, phd_hash) { function
878 LIST_FOREACH(inp, head, inp_pcbgrouphash) { function
919 LIST_FOREACH(inp, head, inp_pcbgrouphash) { function
981 LIST_FOREACH(inp, head, inp_pcbgroup_wild) { function
1081 LIST_FOREACH(in function
1121 LIST_FOREACH(inp, head, inp_hash) { function
[all...]
H A Dudp6_usrreq.c305 LIST_FOREACH(inp, pcblist, inp_list) { function
/freebsd-11-stable/sys/netinet/
H A Dip_icmp.c757 LIST_FOREACH(ia, INADDR_HASH(t.s_addr), ia_hash) { function
H A Dip_input.c684 LIST_FOREACH(ia, INADDR_HASH(ip->ip_dst.s_addr), ia_hash) { function
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c379 LIST_FOREACH(rp, hp, rc_hash) { function
/freebsd-11-stable/sys/net/
H A Dif_ipsec.c404 LIST_FOREACH(sc, SCHASH_HASH(sav->sah->saidx.reqid), hash) { function
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_osfp.c490 LIST_FOREACH(nm, list, nm_entry) { function
496 LIST_FOREACH(nm, list, nm_entry) { function
704 LIST_FOREACH(nm_entry, list, nm_entry) { function
729 LIST_FOREACH(nm, nml, nm_entry) { function
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsys-queue.h66 #undef LIST_FOREACH macro
274 #define LIST_FOREACH(var, head, field) \ macro

Completed in 215 milliseconds

123