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

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_pshared.c109 LIST_FOREACH_SAFE(h, hd, link, h1) { function
/freebsd-11-stable/contrib/elftoolchain/common/
H A D_elftc.h80 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-11-stable/contrib/openbsm/compat/
H A Dqueue.h364 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-11-stable/sys/fs/unionfs/
H A Dunion_subr.c378 LIST_FOREACH_SAFE(unp_t1, hd, un_hash, unp_t2) { function
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsys-queue.h279 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-11-stable/sys/sys/
H A Dqueue.h499 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_nat.c161 LIST_FOREACH_SAFE(r, head, _next, tmp_r) { function
/freebsd-11-stable/sys/powerpc/aim/
H A Dmmu_oea64.c2269 LIST_FOREACH_SAFE(pvo, vm_page_to_pvoh(m), pvo_vlink, next_pvo) { function
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c5069 LIST_FOREACH_SAFE(po, ph, po_next, tmp) { function
/freebsd-11-stable/sys/kern/
H A Dvfs_cache.c2062 LIST_FOREACH_SAFE(ncp, bucket, nc_hash, nnp) { function
H A Dkern_umtx.c3815 LIST_FOREACH_SAFE(reg, USHM_OBJ_UMTX(object), ushm_obj_link, reg1) { function
/freebsd-11-stable/sys/netinet/
H A Digmp.c3622 LIST_FOREACH_SAFE(igi, igi_head, igi_link, tigi) { function
H A Dsctp_pcb.c1880 LIST_FOREACH_SAFE(tinp, head, sctp_hash, ninp) { function
5959 LIST_FOREACH_SAFE(vr function
[all...]
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c1478 LIST_FOREACH_SAFE(lp, lhp, nfsl_list, nlp) { function
5057 LIST_FOREACH_SAFE(nflp, newfhlp, nfsfl_list, tflp) { function
[all...]
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c1321 LIST_FOREACH_SAFE(stp, sthp, ls_list, nstp) { function
[all...]
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf.c760 LIST_FOREACH_SAFE(sn, head, entry, tmp) { function
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_softdep.c1107 LIST_FOREACH_SAFE(wk, dst, wk_list, wkn) { function
10708 LIST_FOREACH_SAFE(wk, wkhd, wk_list, wkn) { function
[all...]

Completed in 258 milliseconds