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

/freebsd-current/contrib/elftoolchain/common/
H A D_elftc.h80 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-current/lib/libthr/thread/
H A Dthr_pshared.c111 LIST_FOREACH_SAFE(h, hd, link, h1) { function
/freebsd-current/contrib/openbsm/compat/
H A Dqueue.h364 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dsys-queue.h67 #undef LIST_FOREACH_SAFE macro
286 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-current/sys/fs/unionfs/
H A Dunion_subr.c483 LIST_FOREACH_SAFE(unp_t1, hd, un_hash, unp_t2) { function
/freebsd-current/contrib/libarchive/unzip/
H A Dla_queue.h515 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_nat.c164 LIST_FOREACH_SAFE(r, head, _next, tmp_r) { function
/freebsd-current/sys/sys/
H A Dqueue.h551 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/freebsd-current/sys/kern/
H A Dkern_timeout.c476 LIST_FOREACH_SAFE(c, sc, c_links.le, next) { function
H A Dkern_umtx.c4447 LIST_FOREACH_SAFE(reg, USHM_OBJ_UMTX(object), ushm_obj_link, reg1) { function
/freebsd-current/sys/netinet/
H A Digmp.c3665 LIST_FOREACH_SAFE(igi, igi_head, igi_link, tigi) { function
H A Dsctp_pcb.c1855 LIST_FOREACH_SAFE(tinp, head, sctp_hash, ninp) { function
5907 LIST_FOREACH_SAFE(vr function
[all...]
/freebsd-current/sys/dev/ixl/
H A Dixl_pf_main.c1576 LIST_FOREACH_SAFE(f, to_add, ftle, fn) { function
1625 LIST_FOREACH_SAFE(f, to_del, ftle, f_temp) { function
/freebsd-current/sys/dev/hwpmc/
H A Dhwpmc_mod.c5712 LIST_FOREACH_SAFE(po, ph, po_next, tmp) { function
/freebsd-current/sys/powerpc/aim/
H A Dmmu_oea64.c2796 LIST_FOREACH_SAFE(pvo, vm_page_to_pvoh(m), pvo_vlink, next_pvo) { function
/freebsd-current/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c1434 LIST_FOREACH_SAFE(stp, sthp, ls_list, nstp) { function
[all...]
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clstate.c1588 LIST_FOREACH_SAFE(lp, lhp, nfsl_list, nlp) { function
5559 LIST_FOREACH_SAFE(nflp, newfhlp, nfsfl_list, tflp) { function
[all...]
/freebsd-current/sys/netpfil/pf/
H A Dpf.c1049 LIST_FOREACH_SAFE(sn, head, entry, tmp) { function
/freebsd-current/sys/ufs/ffs/
H A Dffs_softdep.c1083 LIST_FOREACH_SAFE(wk, dst, wk_list, wkn) { function
10948 LIST_FOREACH_SAFE(wk, wkhd, wk_list, wkn) { function
[all...]

Completed in 523 milliseconds