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

/freebsd-11.0-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
308 struct fns_wrapper_baton *fwb; local
323 struct fns_wrapper_baton *fwb; local
338 struct fns_wrapper_baton *fwb; local
[all...]
/freebsd-11.0-release/sys/dev/firewire/
H A Dif_fwipvar.h46 struct fw_bind fwb; member in struct:fwip_softc
H A Dfwdev.c203 struct fw_bind *fwb; local
213 for (fwb = STAILQ_FIRST(&d->binds); fwb != NULL;
214 fwb = STAILQ_FIRST(&d->binds)) {
215 fw_bindremove(fc, fwb);
217 fw_xferlist_remove(&fwb->xferlist);
218 free(fwb, M_FW);
271 struct fw_bind *fwb; local
301 fwb = (struct fw_bind *)xfer->sc;
305 STAILQ_INSERT_TAIL(&fwb
523 struct fw_bind *fwb; local
544 struct fw_bind *fwb; local
[all...]
H A Dfirewire.c776 struct fw_bind *fwb; local
859 fwb = malloc(sizeof(struct fw_bind), M_FW, M_NOWAIT);
860 if (fwb == NULL) {
868 fwb->start_hi = 0x2;
869 fwb->start_lo = 0;
870 fwb->addrlen = 0xffffffff;
871 fwb->xfer = xfer;
872 fw_bindadd(fc, fwb);
876 #define BIND_CMP(addr, fwb) (((addr) < (fwb)
903 fw_bindadd(struct firewire_comm *fc, struct fw_bind *fwb) argument
935 fw_bindremove(struct firewire_comm *fc, struct fw_bind *fwb) argument
[all...]
H A Dif_fwip.c229 fw_bindremove(fc, &fwip->fwb);
230 for (xfer = STAILQ_FIRST(&fwip->fwb.xferlist); xfer != NULL;
327 fwip->fwb.start = INET_FIFO;
328 fwip->fwb.end = INET_FIFO + 16384; /* S3200 packet size */
331 STAILQ_INIT(&fwip->fwb.xferlist);
343 STAILQ_INSERT_TAIL(&fwip->fwb.xferlist, xfer, link);
345 fw_bindadd(fc, &fwip->fwb);
830 STAILQ_INSERT_TAIL(&fwip->fwb.xferlist, xfer, link);
H A Dsbp_targ.c135 struct fw_bind fwb; member in struct:sbp_targ_softc
1809 STAILQ_INSERT_TAIL(&sc->fwb.xferlist, xfer, link);
1995 sc->fwb.start = SBP_TARG_BIND_START;
1996 sc->fwb.end = SBP_TARG_BIND_END;
1999 STAILQ_INIT(&sc->fwb.xferlist);
2000 fw_xferlist_add(&sc->fwb.xferlist, M_SBP_TARG,
2003 fw_bindadd(fc, &sc->fwb);
2040 fw_bindremove(sc->fd.fc, &sc->fwb);
2041 fw_xferlist_remove(&sc->fwb.xferlist);
H A Dsbp.c216 struct fw_bind fwb; member in struct:sbp_softc
869 STAILQ_INSERT_TAIL(&sdev->target->sbp->fwb.xferlist, xfer, link);
1866 STAILQ_INSERT_TAIL(&sbp->fwb.xferlist, xfer, link);
1966 sbp->fwb.start = ((u_int64_t)SBP_BIND_HI << 32) | SBP_DEV2ADDR(0, 0);
1967 sbp->fwb.end = sbp->fwb.start + 0xffff;
1969 STAILQ_INIT(&sbp->fwb.xferlist);
1970 fw_xferlist_add(&sbp->fwb.xferlist, M_SBP,
1974 fw_bindadd(fc, &sbp->fwb);
2113 fw_bindremove(fc, &sbp->fwb);
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c1488 struct function_wrapper_baton_t *fwb = sqlite3_user_data(context); local
1495 err = fwb->func(&sctx, argc, void_values, fwb->baton);
1517 struct function_wrapper_baton_t *fwb = apr_pcalloc(db->state_pool, local
1518 sizeof(*fwb));
1520 fwb->func = func;
1521 fwb->baton = baton;
1528 fwb, wrapped_func, NULL, NULL),
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c60 struct file_rev_handler_wrapper_baton *fwb = baton; local
62 if (fwb->handler)
63 return fwb->handler(fwb->baton,
82 struct file_rev_handler_wrapper_baton *fwb = apr_pcalloc(pool, sizeof(*fwb)); local
85 fwb->baton = handler_baton;
86 fwb->handler = handler;
88 *handler2_baton = fwb;

Completed in 304 milliseconds