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

/freebsd-13-stable/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-13-stable/sys/dev/firewire/
H A Dif_fwipvar.h48 struct fw_bind fwb; member in struct:fwip_softc
H A Dfwdev.c205 struct fw_bind *fwb; local
215 for (fwb = STAILQ_FIRST(&d->binds); fwb != NULL;
216 fwb = STAILQ_FIRST(&d->binds)) {
217 fw_bindremove(fc, fwb);
219 fw_xferlist_remove(&fwb->xferlist);
220 free(fwb, M_FW);
273 struct fw_bind *fwb; local
303 fwb = (struct fw_bind *)xfer->sc;
307 STAILQ_INSERT_TAIL(&fwb
525 struct fw_bind *fwb; local
546 struct fw_bind *fwb; local
[all...]
H A Dfirewire.c778 struct fw_bind *fwb; local
861 fwb = malloc(sizeof(struct fw_bind), M_FW, M_NOWAIT);
862 if (fwb == NULL) {
870 fwb->start_hi = 0x2;
871 fwb->start_lo = 0;
872 fwb->addrlen = 0xffffffff;
873 fwb->xfer = xfer;
874 fw_bindadd(fc, fwb);
878 #define BIND_CMP(addr, fwb) (((addr) < (fwb)
905 fw_bindadd(struct firewire_comm *fc, struct fw_bind *fwb) argument
937 fw_bindremove(struct firewire_comm *fc, struct fw_bind *fwb) argument
[all...]
H A Dif_fwip.c231 fw_bindremove(fc, &fwip->fwb);
232 for (xfer = STAILQ_FIRST(&fwip->fwb.xferlist); xfer != NULL;
329 fwip->fwb.start = INET_FIFO;
330 fwip->fwb.end = INET_FIFO + 16384; /* S3200 packet size */
333 STAILQ_INIT(&fwip->fwb.xferlist);
345 STAILQ_INSERT_TAIL(&fwip->fwb.xferlist, xfer, link);
347 fw_bindadd(fc, &fwip->fwb);
832 STAILQ_INSERT_TAIL(&fwip->fwb.xferlist, xfer, link);
H A Dsbp_targ.c137 struct fw_bind fwb; member in struct:sbp_targ_softc
1800 STAILQ_INSERT_TAIL(&sc->fwb.xferlist, xfer, link);
1986 sc->fwb.start = SBP_TARG_BIND_START;
1987 sc->fwb.end = SBP_TARG_BIND_END;
1990 STAILQ_INIT(&sc->fwb.xferlist);
1991 fw_xferlist_add(&sc->fwb.xferlist, M_SBP_TARG,
1994 fw_bindadd(fc, &sc->fwb);
2031 fw_bindremove(sc->fd.fc, &sc->fwb);
2032 fw_xferlist_remove(&sc->fwb.xferlist);
H A Dsbp.c214 struct fw_bind fwb; member in struct:sbp_softc
876 STAILQ_INSERT_TAIL(&sdev->target->sbp->fwb.xferlist, xfer, link);
1883 STAILQ_INSERT_TAIL(&sbp->fwb.xferlist, xfer, link);
1983 sbp->fwb.start = ((u_int64_t)SBP_BIND_HI << 32) | SBP_DEV2ADDR(0, 0);
1984 sbp->fwb.end = sbp->fwb.start + 0xffff;
1986 STAILQ_INIT(&sbp->fwb.xferlist);
1987 fw_xferlist_add(&sbp->fwb.xferlist, M_SBP,
1991 fw_bindadd(fc, &sbp->fwb);
2130 fw_bindremove(fc, &sbp->fwb);
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c1526 struct function_wrapper_baton_t *fwb = sqlite3_user_data(context); local
1533 err = fwb->func(&sctx, argc, void_values, fwb->baton);
1555 struct function_wrapper_baton_t *fwb = apr_pcalloc(db->state_pool, local
1556 sizeof(*fwb));
1558 fwb->func = func;
1559 fwb->baton = baton;
1566 fwb, wrapped_func, NULL, NULL),
/freebsd-13-stable/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 102 milliseconds