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

/freebsd-10-stable/usr.bin/csup/
H A Dqueue.h180 #undef LIST_FOREACH_SAFE macro
181 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-10-stable/sys/fs/unionfs/
H A Dunion_subr.c378 LIST_FOREACH_SAFE(unp_t1, hd, un_hash, unp_t2) { function
/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_fw_nat.c115 LIST_FOREACH_SAFE(r, head, _next, tmp_r) { function
/freebsd-10-stable/contrib/openbsm/compat/
H A Dqueue.h364 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dsys-queue.h279 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
H A Dqueue.h390 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-10-stable/sys/sys/
H A Dqueue.h498 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-10-stable/sys/kern/
H A Dvfs_cache.c1022 LIST_FOREACH_SAFE(ncp, ncpp, nc_hash, nnp) { function
/freebsd-10-stable/sys/powerpc/aim/
H A Dmmu_oea64.c2129 LIST_FOREACH_SAFE(pvo, vm_page_to_pvoh(m), pvo_vlink, next_pvo) { function
/freebsd-10-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c5036 LIST_FOREACH_SAFE(po, ph, po_next, tmp) { function
/freebsd-10-stable/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-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c1480 LIST_FOREACH_SAFE(lp, lhp, nfsl_list, nlp) { function
5060 LIST_FOREACH_SAFE(nflp, newfhlp, nfsfl_list, tflp) { function
[all...]
/freebsd-10-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c1328 LIST_FOREACH_SAFE(stp, sthp, ls_list, nstp) { function
[all...]
/freebsd-10-stable/sys/netpfil/pf/
H A Dpf.c751 LIST_FOREACH_SAFE(sn, head, entry, tmp) { function
/freebsd-10-stable/sys/ufs/ffs/
H A Dffs_softdep.c1104 LIST_FOREACH_SAFE(wk, dst, wk_list, wkn) { function
10657 LIST_FOREACH_SAFE(wk, wkhd, wk_list, wkn) { function
[all...]

Completed in 238 milliseconds