Searched defs:LIST_FOREACH_SAFE (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.3-release/usr.bin/csup/
H A Dqueue.h180 #undef LIST_FOREACH_SAFE macro
181 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-10.3-release/contrib/openbsm/compat/
H A Dqueue.h364 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-10.3-release/sys/fs/unionfs/
H A Dunion_subr.c378 LIST_FOREACH_SAFE(unp_t1, hd, un_hash, unp_t2) { function
/freebsd-10.3-release/sys/netpfil/ipfw/
H A Dip_fw_nat.c115 LIST_FOREACH_SAFE(r, head, _next, tmp_r) { function
/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dsys-queue.h279 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-10.3-release/sys/sys/
H A Dqueue.h464 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-10.3-release/sys/kern/
H A Dvfs_cache.c1034 LIST_FOREACH_SAFE(ncp, ncpp, nc_hash, nnp) { function
/freebsd-10.3-release/sys/dev/hwpmc/
H A Dhwpmc_mod.c5034 LIST_FOREACH_SAFE(po, ph, po_next, tmp) { function
/freebsd-10.3-release/sys/powerpc/aim/
H A Dmmu_oea64.c2129 LIST_FOREACH_SAFE(pvo, vm_page_to_pvoh(m), pvo_vlink, next_pvo) { function
/freebsd-10.3-release/sys/fs/nfsclient/
H A Dnfs_clstate.c1418 LIST_FOREACH_SAFE(lp, lhp, nfsl_list, nlp) { function
4955 LIST_FOREACH_SAFE(nflp, newfhlp, nfsfl_list, tflp) { function
[all...]
/freebsd-10.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c1243 LIST_FOREACH_SAFE(stp, sthp, ls_list, nstp) { function
[all...]
/freebsd-10.3-release/sys/netinet/
H A Dsctp_pcb.c1884 LIST_FOREACH_SAFE(tinp, head, sctp_hash, ninp) { function
5983 LIST_FOREACH_SAFE(vr function
[all...]
/freebsd-10.3-release/sys/netpfil/pf/
H A Dpf.c737 LIST_FOREACH_SAFE(sn, head, entry, tmp) { function
/freebsd-10.3-release/sys/ufs/ffs/
H A Dffs_softdep.c1104 LIST_FOREACH_SAFE(wk, dst, wk_list, wkn) { function
10655 LIST_FOREACH_SAFE(wk, wkhd, wk_list, wkn) { function
[all...]

Completed in 407 milliseconds