Searched refs:LIST_FOREACH_SAFE (Results 1 - 25 of 87) sorted by relevance

1234

/freebsd-10.0-release/sys/geom/vinum/
H A Dgeom_vinum_rm.c170 LIST_FOREACH_SAFE(d, &sc->drives, drive, d2) {
177 LIST_FOREACH_SAFE(p, &sc->plexes, plex, p2) {
183 LIST_FOREACH_SAFE(s, &sc->subdisks, sd, s2)
185 LIST_FOREACH_SAFE(d, &sc->drives, drive, d2)
187 LIST_FOREACH_SAFE(p, &sc->plexes, plex, p2)
189 LIST_FOREACH_SAFE(v, &sc->volumes, volume, v2)
216 LIST_FOREACH_SAFE(p, &v->plexes, in_volume, p2)
250 LIST_FOREACH_SAFE(s, &p->subdisks, in_plex, s2)
343 LIST_FOREACH_SAFE(s, &d->subdisks, from_drive, s2) {
355 LIST_FOREACH_SAFE(f
[all...]
H A Dgeom_vinum_events.c228 LIST_FOREACH_SAFE(fl, &d->freelist, freelist, fl2) {
244 LIST_FOREACH_SAFE(s, &d->subdisks, from_drive, s2) {
H A Dgeom_vinum_move.c176 LIST_FOREACH_SAFE(s, &p->subdisks, in_plex, s2) {
H A Dgeom_vinum_subr.c1094 LIST_FOREACH_SAFE(v, &sc->volumes, volume, v2) {
1099 LIST_FOREACH_SAFE(p, &sc->plexes, plex, p2) {
1106 LIST_FOREACH_SAFE(s, &sc->subdisks, sd, s2) {
1110 LIST_FOREACH_SAFE(d, &sc->drives, drive, d2) {
1111 LIST_FOREACH_SAFE(fl, &d->freelist, freelist, fl2) {
/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/sys/netinet/libalias/
H A Dalias_mod.c164 LIST_FOREACH_SAFE(b, &handler_chain, entries, b_tmp) {
/freebsd-10.0-release/sys/geom/
H A Dgeom_event.c135 LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, next_cp) {
205 LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, cp2) {
H A Dgeom_subr.c452 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
453 LIST_FOREACH_SAFE(pp, &gp->provider, provider, pp2) {
461 LIST_FOREACH_SAFE(pp, &gp->provider, provider, pp2) {
465 LIST_FOREACH_SAFE(cp, &gp->consumer, consumer, cp2) {
538 LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, next_cp) {
627 LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, cp2) {
637 LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, cp2) {
/freebsd-10.0-release/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c476 LIST_FOREACH_SAFE(pr, &gd->gd_reqs, pr_link, npr) {
485 LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr) {
673 LIST_FOREACH_SAFE(pr, &gd->gd_reqs, pr_link, npr) {
701 LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr)
722 LIST_FOREACH_SAFE(pr, &reqs, pr_link, npr) {
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw_nat.c115 LIST_FOREACH_SAFE(r, head, _next, tmp_r) { function
127 LIST_FOREACH_SAFE(s, &r->spool_chain, _next, tmp_s) {
609 LIST_FOREACH_SAFE(ptr, &chain->nat, _next, ptr_temp) {
/freebsd-10.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c820 LIST_FOREACH_SAFE(rp, &nfsrchash_table[i].tbl, rc_hash, nextrp)
826 LIST_FOREACH_SAFE(rp, &nfsrvudphashtbl[i], rc_hash, nextrp) {
872 LIST_FOREACH_SAFE(rp, &nfsrchash_table[i].tbl, rc_hash,
917 LIST_FOREACH_SAFE(rp, &nfsrchash_table[i].tbl,
H A Dnfs_nfsdstate.c987 LIST_FOREACH_SAFE(stp, &clp->lc_open, ls_list, nstp)
1033 LIST_FOREACH_SAFE(stp, sthp, ls_list, nstp) { function
1109 LIST_FOREACH_SAFE(tstp, &stp->ls_open, ls_list, nstp)
1204 LIST_FOREACH_SAFE(rlp, &lfp->lf_rollback, rlck_list,
4047 LIST_FOREACH_SAFE(sp, &sf->nsf_head, nst_list, nsp) {
4164 LIST_FOREACH_SAFE(sp, &sf->nsf_head, nst_list, nsp) {
4889 LIST_FOREACH_SAFE(clp, &nfsclienthash[i], lc_hash, nclp) {
4890 LIST_FOREACH_SAFE(stp, &clp->lc_open, ls_list, nstp) {
5184 LIST_FOREACH_SAFE(rlp, &lfp->lf_rollback, rlck_list, nrlp) {
5219 LIST_FOREACH_SAFE(rl
[all...]
/freebsd-10.0-release/sys/xen/xenstore/
H A Dxenstore_dev.c200 LIST_FOREACH_SAFE(trans, &u->transactions, list, tmp) {
/freebsd-10.0-release/usr.sbin/bhyve/
H A Dmevent.c180 LIST_FOREACH_SAFE(mevp, &change_head, me_list, tmpp) {
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clstate.c1418 LIST_FOREACH_SAFE(lp, lhp, nfsl_list, nlp) { function
1500 LIST_FOREACH_SAFE(lop, &lp->nfsl_lock, nfslo_list, nlop) {
1534 LIST_FOREACH_SAFE(owp, &dp->nfsdl_owner, nfsow_list, nowp) {
1570 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
1571 LIST_FOREACH_SAFE(op, &owp->nfsow_open, nfso_list, nop) {
1654 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
1656 LIST_FOREACH_SAFE(op, &owp->nfsow_open, nfso_list, nop) {
1681 LIST_FOREACH_SAFE(lp, &dp->nfsdl_lock, nfsl_list, nlp) {
1721 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
1723 LIST_FOREACH_SAFE(l
4950 LIST_FOREACH_SAFE(nflp, newfhlp, nfsfl_list, tflp) { function
[all...]
/freebsd-10.0-release/usr.sbin/pmcstat/
H A Dpmcpl_callgraph.c115 LIST_FOREACH_SAFE(cgc, &cg->pcg_children, pcg_sibling, cgtmp)
679 LIST_FOREACH_SAFE(pch, &pmcstat_cgnode_hash[i], pch_next,
/freebsd-10.0-release/share/man/man3/
H A DMakefile71 queue.3 LIST_FOREACH_SAFE.3 \
/freebsd-10.0-release/sys/geom/sched/
H A Dg_sched.c452 LIST_FOREACH_SAFE(cp, &hp[i], gsc_clist, cp2)
485 LIST_FOREACH_SAFE(cp, &sc->sc_hash[i], gsc_clist, cp2) {
663 LIST_FOREACH_SAFE(gp, &g_sched_class.geom, geom, gp_tmp) {
675 LIST_FOREACH_SAFE(cur, &me.gs_scheds, glist, tmp) {
/freebsd-10.0-release/sys/kern/
H A Dkern_hhook.c500 LIST_FOREACH_SAFE(hhh, &V_hhook_vhead_list, hhh_vnext, tmphhh) {
H A Dkern_osd.c162 LIST_FOREACH_SAFE(osd, &osd_list[type], osd_next, tosd)
/freebsd-10.0-release/sbin/fsck_ffs/
H A Dgjournal.c186 LIST_FOREACH_SAFE(cgc, &cglist, cgc_next, cgc2) {
/freebsd-10.0-release/sys/arm/ti/twl/
H A Dtwl_clks.c645 LIST_FOREACH_SAFE(clk, &sc->sc_clks_list, link, tmp) {
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_emul.c460 LIST_FOREACH_SAFE(em, &td_em->shared->threads, threads, tmp_em) {
/freebsd-10.0-release/sys/net/
H A Dif_llatbl.c180 LIST_FOREACH_SAFE(lle, &llt->lle_head[i], lle_next, next) {
/freebsd-10.0-release/sys/netipx/
H A Dspx_reass.c374 LIST_FOREACH_SAFE(q, &cb->s_q, sq_entry, q_temp) {

Completed in 322 milliseconds

1234