Searched refs:fwb (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/contrib/subversion/subversion/libsvn_diff/
H A Ddeprecated.c62 struct fns_wrapper_baton *fwb = baton;
68 SVN_ERR(fwb->vtable->datasource_open(fwb->old_baton, datasources[i]));
82 struct fns_wrapper_baton *fwb = baton;
83 return fwb->vtable->datasource_close(fwb->old_baton, datasource);
92 struct fns_wrapper_baton *fwb = baton;
93 return fwb->vtable->datasource_get_next_token(hash, token, fwb->old_baton,
103 struct fns_wrapper_baton *fwb
60 struct fns_wrapper_baton *fwb = baton; local
80 struct fns_wrapper_baton *fwb = baton; local
90 struct fns_wrapper_baton *fwb = baton; local
101 struct fns_wrapper_baton *fwb = baton; local
109 struct fns_wrapper_baton *fwb = baton; local
116 struct fns_wrapper_baton *fwb = baton; local
255 struct fns_wrapper_baton *fwb; local
270 struct fns_wrapper_baton *fwb; local
285 struct fns_wrapper_baton *fwb; local
[all...]
/freebsd-10.2-release/sys/dev/firewire/
H A Dif_fwipvar.h46 struct fw_bind fwb; member in struct:fwip_softc
H A Dfwdev.c235 struct fw_bind *fwb; local
245 for (fwb = STAILQ_FIRST(&d->binds); fwb != NULL;
246 fwb = STAILQ_FIRST(&d->binds)) {
247 fw_bindremove(fc, fwb);
249 fw_xferlist_remove(&fwb->xferlist);
250 free(fwb, M_FW);
303 struct fw_bind *fwb; local
333 fwb = (struct fw_bind *)xfer->sc;
337 STAILQ_INSERT_TAIL(&fwb
555 struct fw_bind *fwb; local
576 struct fw_bind *fwb; local
[all...]
H A Dfirewire.c800 struct fw_bind *fwb; local
882 fwb = (struct fw_bind *)malloc(sizeof (struct fw_bind), M_FW, M_NOWAIT);
883 if(fwb == NULL){
891 fwb->start_hi = 0x2;
892 fwb->start_lo = 0;
893 fwb->addrlen = 0xffffffff;
894 fwb->xfer = xfer;
895 fw_bindadd(fc, fwb);
899 #define BIND_CMP(addr, fwb) (((addr) < (fwb)
926 fw_bindadd(struct firewire_comm *fc, struct fw_bind *fwb) argument
958 fw_bindremove(struct firewire_comm *fc, struct fw_bind *fwb) argument
[all...]
H A Dif_fwip.c241 fw_bindremove(fc, &fwip->fwb);
242 for (xfer = STAILQ_FIRST(&fwip->fwb.xferlist); xfer != NULL;
343 fwip->fwb.start = INET_FIFO;
344 fwip->fwb.end = INET_FIFO + 16384; /* S3200 packet size */
347 STAILQ_INIT(&fwip->fwb.xferlist);
359 STAILQ_INSERT_TAIL(&fwip->fwb.xferlist, xfer, link);
361 fw_bindadd(fc, &fwip->fwb);
879 STAILQ_INSERT_TAIL(&fwip->fwb.xferlist, xfer, link);
H A Dsbp_targ.c138 struct fw_bind fwb; member in struct:sbp_targ_softc
1812 STAILQ_INSERT_TAIL(&sc->fwb.xferlist, xfer, link);
1998 sc->fwb.start = SBP_TARG_BIND_START;
1999 sc->fwb.end = SBP_TARG_BIND_END;
2002 STAILQ_INIT(&sc->fwb.xferlist);
2003 fw_xferlist_add(&sc->fwb.xferlist, M_SBP_TARG,
2006 fw_bindadd(fc, &sc->fwb);
2043 fw_bindremove(sc->fd.fc, &sc->fwb);
2044 fw_xferlist_remove(&sc->fwb.xferlist);
H A Dsbp.c246 struct fw_bind fwb; member in struct:sbp_softc
899 STAILQ_INSERT_TAIL(&sdev->target->sbp->fwb.xferlist, xfer, link);
1903 STAILQ_INSERT_TAIL(&sbp->fwb.xferlist, xfer, link);
2004 sbp->fwb.start = ((u_int64_t)SBP_BIND_HI << 32) | SBP_DEV2ADDR(0, 0);
2005 sbp->fwb.end = sbp->fwb.start + 0xffff;
2007 STAILQ_INIT(&sbp->fwb.xferlist);
2008 fw_xferlist_add(&sbp->fwb.xferlist, M_SBP,
2012 fw_bindadd(fc, &sbp->fwb);
2151 fw_bindremove(fc, &sbp->fwb);
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c1263 struct function_wrapper_baton_t *fwb = sqlite3_user_data(context); local
1266 apr_palloc(fwb->scratch_pool,
1275 local_vals[i] = apr_palloc(fwb->scratch_pool, sizeof(*local_vals[i]));
1279 err = fwb->func(&sctx, argc, local_vals, fwb->scratch_pool);
1280 svn_pool_clear(fwb->scratch_pool);
1299 struct function_wrapper_baton_t *fwb = apr_pcalloc(db->state_pool, local
1300 sizeof(*fwb));
1302 fwb->scratch_pool = svn_pool_create(db->state_pool);
1303 fwb
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c58 struct file_rev_handler_wrapper_baton *fwb = baton; local
60 if (fwb->handler)
61 return fwb->handler(fwb->baton,
80 struct file_rev_handler_wrapper_baton *fwb = apr_pcalloc(pool, sizeof(*fwb)); local
83 fwb->baton = handler_baton;
84 fwb->handler = handler;
86 *handler2_baton = fwb;

Completed in 85 milliseconds