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

123

/freebsd-current/sys/ddb/
H A Ddb_thread.c148 LIST_FOREACH(p, PIDHASH(decaddr), p_hash) { function
/freebsd-current/sys/dev/drm2/
H A Ddrm_hashtab.c80 LIST_FOREACH(entry, h_list, head) { function
100 LIST_FOREACH(entry, h_list, head) { function
H A Ddrm_gem_names.c87 LIST_FOREACH(n, gem_name_hash_index(names, name), link) { function
135 LIST_FOREACH(n, gem_name_hash_index(names, name), link) { function
188 LIST_FOREACH(n, gem_name_hash_index(names, name), link) { function
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zone.c83 LIST_FOREACH(zd2, head, zd_next) { function
132 LIST_FOREACH(zd, head, zd_next) { function
181 LIST_FOREACH(zd, head, zd_next) { function
201 LIST_FOREACH(zd, head, zd_next) { function
H A Dspl_taskq.c161 LIST_FOREACH(ent, TQIDHASH(tqid), tqent_hash) { function
/freebsd-current/sys/kern/
H A Dsubr_sfbuf.c124 LIST_FOREACH(sf, hash_list, list_entry) { function
220 LIST_FOREACH(sf, hash_list, list_entry) { function
H A Dvfs_hash.c81 LIST_FOREACH(vp, vfs_hash_bucket(mp, hash), v_hashlist) { function
120 LIST_FOREACH(vp, vfs_hash_bucket(mp, hash), v_hashlist) { function
162 LIST_FOREACH(vp2, function
/freebsd-current/sys/fs/nullfs/
H A Dnull_subr.c109 LIST_FOREACH(a, hd, null_hash) { function
154 LIST_FOREACH(oxp, hd, null_hash) { function
/freebsd-current/lib/libthr/thread/
H A Dthr_pshared.c131 LIST_FOREACH(h, hd, link) { function
145 LIST_FOREACH(h, hd, link) { function
193 LIST_FOREACH(h, hd, link) { function
H A Dthr_list.c275 LIST_FOREACH(td, head, hle) { function
/freebsd-current/cddl/usr.sbin/zfsd/
H A Dzfsd.cc282 LIST_FOREACH(mp, &mesh.lg_class, lg_class) { function
283 LIST_FOREACH(gp, &mp->lg_geom, lg_geom) { function
284 LIST_FOREACH(pp, &gp->lg_provider, lg_provider) { function
/freebsd-current/sys/netgraph/
H A Dng_etf.c161 LIST_FOREACH(fil, chain, next) { function
/freebsd-current/sys/cddl/dev/kinst/riscv/
H A Dkinst_isa.c317 LIST_FOREACH(kp, KINST_GETPROBE(addr), kp_hashnext) { function
518 LIST_FOREACH(kp, KINST_GETPROBE(instr), kp_hashnext) { function
/freebsd-current/sys/fs/fdescfs/
H A Dfdesc_vnops.c129 LIST_FOREACH(fd2, fc, fd_hash) { function
162 LIST_FOREACH(fd, fc, fd_hash) { function
218 LIST_FOREACH(fd2, fc, fd_hash) { function
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plist.c367 LIST_FOREACH(entry, hash_list, pl_hash_link) { function
H A Dbhnd_nvram_store_subr.c659 LIST_FOREACH(p, plist, np_link) { function
791 LIST_FOREACH(alias, alist, na_link) { function
/freebsd-current/sys/cddl/dev/kinst/aarch64/
H A Dkinst_isa.c206 LIST_FOREACH(kp, KINST_GETPROBE(addr), kp_hashnext) { function
393 LIST_FOREACH(kp, KINST_GETPROBE(instr), kp_hashnext) { function
/freebsd-current/contrib/libevent/compat/sys/
H A Dqueue.h162 #define LIST_FOREACH(var, head, field) \ macro
/freebsd-current/contrib/openbsm/compat/
H A Dqueue.h359 #define LIST_FOREACH(var, head, field) \ macro
/freebsd-current/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h162 #define LIST_FOREACH(var, head, field) \ macro
/freebsd-current/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c388 LIST_FOREACH(rp, hp, rc_hash) { function
/freebsd-current/sys/cddl/dev/kinst/amd64/
H A Dkinst_isa.c148 LIST_FOREACH(kp, KINST_GETPROBE(addr), kp_hashnext) { function
570 LIST_FOREACH(kp, KINST_GETPROBE(instr), kp_hashnext) { function
/freebsd-current/sys/security/mac/
H A Dmac_framework.c543 LIST_FOREACH(tmpc, mpc_list, mpc_list) { function
/freebsd-current/sbin/mdconfig/
H A Dmdconfig.c603 LIST_FOREACH(gce, g, lg_config) { function
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dsys-queue.h66 #undef LIST_FOREACH macro
281 #define LIST_FOREACH(var, head, field) \ macro

Completed in 176 milliseconds

123