Searched refs:TAILQ_FOREACH_SAFE (Results 1 - 25 of 156) sorted by relevance

1234567

/freebsd-10-stable/lib/libusb/
H A Dlibusb_global_linux.h78 #ifndef TAILQ_FOREACH_SAFE
79 #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ macro
H A Dlibusb10_hotplug.c135 TAILQ_FOREACH_SAFE(adev, &ctx->hotplug_devs, hotplug_entry, temp) {
142 TAILQ_FOREACH_SAFE(acbh, &ctx->hotplug_cbh, entry, bcbh) {
154 TAILQ_FOREACH_SAFE(adev, &hotplug_devs, hotplug_entry, temp) {
162 TAILQ_FOREACH_SAFE(acbh, &ctx->hotplug_cbh, entry, bcbh) {
/freebsd-10-stable/sys/net/
H A Dpfil.c206 TAILQ_FOREACH_SAFE(pfh, &ph->ph_in, pfil_chain, pfnext)
208 TAILQ_FOREACH_SAFE(pfh, &ph->ph_out, pfil_chain, pfnext)
/freebsd-10-stable/usr.sbin/autofs/
H A Dautounmountd.c145 TAILQ_FOREACH_SAFE(af, &automounted, af_next, tmpaf) {
192 TAILQ_FOREACH_SAFE(af, &automounted, af_next, tmpaf) {
/freebsd-10-stable/usr.sbin/ctld/
H A Dctld.c120 TAILQ_FOREACH_SAFE(lun, &conf->conf_luns, l_next, ltmp)
122 TAILQ_FOREACH_SAFE(targ, &conf->conf_targets, t_next, tmp)
124 TAILQ_FOREACH_SAFE(ag, &conf->conf_auth_groups, ag_next, cagtmp)
126 TAILQ_FOREACH_SAFE(pg, &conf->conf_portal_groups, pg_next, cpgtmp)
128 TAILQ_FOREACH_SAFE(pp, &conf->conf_pports, pp_next, pptmp)
130 TAILQ_FOREACH_SAFE(is, &conf->conf_isns, i_next, istmp)
514 TAILQ_FOREACH_SAFE(auth, &ag->ag_auths, a_next, auth_tmp)
516 TAILQ_FOREACH_SAFE(auth_name, &ag->ag_names, an_next, auth_name_tmp)
518 TAILQ_FOREACH_SAFE(auth_portal, &ag->ag_portals, ap_next,
636 TAILQ_FOREACH_SAFE(por
[all...]
/freebsd-10-stable/sys/kern/
H A Dkern_fail.c225 TAILQ_FOREACH_SAFE(ent, &fp->fp_entries, fe_entries, next) {
358 TAILQ_FOREACH_SAFE(ent, &fp->fp_entries, fe_entries, ent_next) {
605 TAILQ_FOREACH_SAFE(ent, ents, fe_entries, ent_next)
H A Dsubr_eventhandler.c271 TAILQ_FOREACH_SAFE(ep, &list->el_entries, ee_link, en) {
/freebsd-10-stable/lib/libthr/thread/
H A Dthr_fork.c113 TAILQ_FOREACH_SAFE(af, &_thr_atfork_list, qe, af1) {
H A Dthr_list.c104 TAILQ_FOREACH_SAFE(td, &_thread_gc_list, gcle, td_next) {
/freebsd-10-stable/sys/cddl/dev/sdt/
H A Dsdt.c313 TAILQ_FOREACH_SAFE(prov, &sdt_prov_list, prov_entry, tmp) {
369 TAILQ_FOREACH_SAFE(prov, &sdt_prov_list, prov_entry, tmp) {
/freebsd-10-stable/sys/fs/nandfs/
H A Dnandfs_segment.c197 TAILQ_FOREACH_SAFE(bp, &seg->segsum, b_cluster.cluster_entry,
436 TAILQ_FOREACH_SAFE(bp, &bo->bo_dirty.bv_hd, b_bobufs, tbd) {
752 TAILQ_FOREACH_SAFE(bp, &seg->segsum, b_cluster.cluster_entry, tbp) {
757 TAILQ_FOREACH_SAFE(bp, &seg->data, b_cluster.cluster_entry, tbp) {
800 TAILQ_FOREACH_SAFE(bp, &seg->segsum, b_cluster.cluster_entry, tbp) {
813 TAILQ_FOREACH_SAFE(bp, &seg->data, b_cluster.cluster_entry, tbp) {
927 TAILQ_FOREACH_SAFE(bp, &bo->bo_clean.bv_hd, b_bobufs, tbd) {
/freebsd-10-stable/sys/geom/vinum/
H A Dgeom_vinum_raid5.c86 TAILQ_FOREACH_SAFE(bq, &wp->bits, queue, bq2) {
102 TAILQ_FOREACH_SAFE(wp, &p->packets, list, wp2) {
107 TAILQ_FOREACH_SAFE(bq, &wp->bits, queue, bq2) {
/freebsd-10-stable/sys/x86/iommu/
H A Dintel_ctx.c178 TAILQ_FOREACH_SAFE(entry, &rmrr_entries, unroll_link, entry1) {
599 TAILQ_FOREACH_SAFE(entry, entries, dmamap_link, entry1) { function
624 TAILQ_FOREACH_SAFE(entry, entries, dmamap_link, entry1) { function
/freebsd-10-stable/usr.sbin/jail/
H A Dstate.c317 TAILQ_FOREACH_SAFE(j, &cfjails, tq, tj) {
358 TAILQ_FOREACH_SAFE(j, &cfjails, tq, tj) {
/freebsd-10-stable/contrib/nvi/ex/
H A Dex_global.c269 TAILQ_FOREACH_SAFE(rp, ecp->rq, q, nrp) {
/freebsd-10-stable/sbin/hastd/
H A Dhastd.c107 TAILQ_FOREACH_SAFE(tres, &cfg->hc_resources, hr_next, tmres) {
612 TAILQ_FOREACH_SAFE(cres, &cfg->hc_resources, hr_next, tres) {
627 TAILQ_FOREACH_SAFE(nres, &newcfg->hc_resources, hr_next, tres) {
660 TAILQ_FOREACH_SAFE(nres, &newcfg->hc_resources, hr_next, tres) {
H A Dhooks.c297 TAILQ_FOREACH_SAFE(hp, &hookprocs, hp_next, hp2) {
/freebsd-10-stable/sys/dev/ath/
H A Dif_ath_rx_edma.c457 TAILQ_FOREACH_SAFE(bf,
462 TAILQ_FOREACH_SAFE(bf,
497 TAILQ_FOREACH_SAFE(bf, &rxlist, bf_list, next) {
522 TAILQ_FOREACH_SAFE(bf, &rxlist, bf_list, next) {
/freebsd-10-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.h211 TAILQ_FOREACH_SAFE(mm, &ucontext->mmaps, entry, tmp) { function
/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_network_tbl.c244 TAILQ_FOREACH_SAFE(entry, &network_tbl, link, entry_tmp) {
/freebsd-10-stable/sys/compat/linsysfs/
H A Dlinsysfs.c267 TAILQ_FOREACH_SAFE(scsi_host, &scsi_host_q, scsi_host_next,
/freebsd-10-stable/sys/compat/svr4/
H A Dsvr4_socket.c193 TAILQ_FOREACH_SAFE(e, &svr4_head, entries, ne) {
/freebsd-10-stable/sys/netinet/
H A Dsctp_pcb.c3290 TAILQ_FOREACH_SAFE(it, &sctp_it_ctl.iteratorhead, sctp_nxt_itr, nit) {
3650 TAILQ_FOREACH_SAFE(sq, &inp->read_queue, next, nsq) {
4512 TAILQ_FOREACH_SAFE(net, &asoc->nets, sctp_next, nnet) {
4955 TAILQ_FOREACH_SAFE(sp, &outs->outqueue, next, nsp) {
4979 TAILQ_FOREACH_SAFE(strrst, &asoc->resetHead, next_resp, nstrrst) {
4983 TAILQ_FOREACH_SAFE(sq, &asoc->pending_reply_queue, next, nsq) {
4997 TAILQ_FOREACH_SAFE(chk, &asoc->free_chunks, sctp_next, nchk) {
5012 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
5043 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) {
5080 TAILQ_FOREACH_SAFE(ch
[all...]
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_pass.c245 TAILQ_FOREACH_SAFE(io_req, &softc->done_queue, links, io_req2) {
256 TAILQ_FOREACH_SAFE(io_req, &softc->incoming_queue, links, io_req2) {
271 TAILQ_FOREACH_SAFE(io_req, &softc->active_queue, links, io_req2) {
781 TAILQ_FOREACH_SAFE(io_req, &softc->done_queue, links, io_req2) {
787 TAILQ_FOREACH_SAFE(io_req, &softc->incoming_queue, links,
815 TAILQ_FOREACH_SAFE(io_req, &softc->active_queue, links,
/freebsd-10-stable/sys/dev/iscsi_initiator/
H A Discsivar.h546 TAILQ_FOREACH_SAFE(pq, &sp->hld, pq_link, tmp) { function
568 TAILQ_FOREACH_SAFE(pq, &sp->hld, pq_link, tmp) { function

Completed in 310 milliseconds

1234567