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

/freebsd-10.0-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.0-release/contrib/openbsm/compat/
H A Dqueue.h365 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-10.0-release/sys/fs/unionfs/
H A Dunion_subr.c378 LIST_FOREACH_SAFE(unp_t1, hd, un_hash, unp_t2) { function
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw_nat.c115 LIST_FOREACH_SAFE(r, head, _next, tmp_r) { function
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dsys-queue.h279 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-10.0-release/sys/sys/
H A Dqueue.h420 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-10.0-release/sys/kern/
H A Dvfs_cache.c990 LIST_FOREACH_SAFE(ncp, ncpp, nc_hash, nnp) { function
/freebsd-10.0-release/sys/dev/hwpmc/
H A Dhwpmc_mod.c4968 LIST_FOREACH_SAFE(po, ph, po_next, tmp) { function
/freebsd-10.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c1033 LIST_FOREACH_SAFE(stp, sthp, ls_list, nstp) { function
[all...]
/freebsd-10.0-release/sys/powerpc/aim/
H A Dmmu_oea64.c2121 LIST_FOREACH_SAFE(pvo, vm_page_to_pvoh(m), pvo_vlink, next_pvo) { function
/freebsd-10.0-release/sys/fs/nfs/
H A Dnfs_commonsubs.c3125 LIST_FOREACH_SAFE(usrp, hp, lug_numhash, nusrp) { function
3132 LIST_FOREACH_SAFE(usrp, hp, lug_namehash, nusrp) { function
3141 LIST_FOREACH_SAFE(usrp, hp, lug_numhash, nusrp) { function
3148 LIST_FOREACH_SAFE(usrp, hp, lug_namehash, nusrp) { function
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clstate.c1418 LIST_FOREACH_SAFE(lp, lhp, nfsl_list, nlp) { function
4950 LIST_FOREACH_SAFE(nflp, newfhlp, nfsfl_list, tflp) { function
[all...]
/freebsd-10.0-release/sys/netinet/
H A Dsctp_pcb.c5934 LIST_FOREACH_SAFE(vrf, vrf_bucket, next_vrf, nvrf) { function
[all...]
/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c1162 LIST_FOREACH_SAFE(wk, dst, wk_list, wkn) { function
10423 LIST_FOREACH_SAFE(wk, wkhd, wk_list, wkn) { function
[all...]

Completed in 190 milliseconds