Searched refs:xfer (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfwmem.cpp60 struct fw_xfer *xfer; local
62 xfer = fw_xfer_alloc();
63 if (xfer == NULL)
66 xfer->fc = fwdev->fc;
67 xfer->send.hdr.mode.hdr.dst = FWLOCALBUS | fwdev->dst;
69 xfer->send.spd = fwdev->speed;
71 xfer->send.spd = min_c(spd, fwdev->speed);
72 xfer->hand = (void (*)(fw_xfer*))hand;
73 xfer->sc = sc;
74 xfer
90 struct fw_xfer *xfer; local
127 struct fw_xfer *xfer; local
164 struct fw_xfer *xfer; local
202 struct fw_xfer *xfer; local
[all...]
H A Dfirewire.cpp145 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer) argument
154 if(xfer == NULL) return EINVAL;
155 if(xfer->hand == NULL){
159 fp = &xfer->send.hdr;
173 xfer->resp = EAGAIN;
174 xfer->flag = FWXF_BUSY;
183 if (xfer->send.pay_len > MAXREC(fc->maxrec)) {
193 if (len != xfer->send.pay_len){
195 len, xfer->send.pay_len, tcode_str[tcode], tcode);
209 xfer
226 fw_xferwake(struct fw_xfer *xfer) argument
241 fw_xferwait(struct fw_xfer *xfer) argument
263 fw_asystart(struct fw_xfer *xfer) argument
288 struct fw_xfer *xfer, *txfer; local
577 struct fw_xfer *xfer; local
593 struct fw_xfer *xfer, *txfer; local
810 struct fw_xfer *xfer; local
1015 struct fw_xfer *xfer; local
1034 struct fw_xfer *xfer, *next; local
1060 fw_tl_free(struct firewire_comm *fc, struct fw_xfer *xfer) argument
1099 struct fw_xfer *xfer; local
1138 struct fw_xfer *xfer; local
1155 struct fw_xfer *xfer; local
1208 fw_xfer_done(struct fw_xfer *xfer) argument
1223 fw_xfer_unload(struct fw_xfer* xfer) argument
1257 fw_xfer_free_buf( struct fw_xfer* xfer) argument
1283 fw_xfer_free( struct fw_xfer* xfer) argument
1295 fw_asy_callback_free(struct fw_xfer *xfer) argument
1310 struct fw_xfer *xfer; local
1527 struct fw_xfer *xfer; local
1930 fw_get_tlabel(struct firewire_comm *fc, struct fw_xfer *xfer) argument
2225 fw_try_bmr_callback(struct fw_xfer *xfer) argument
2261 struct fw_xfer *xfer; local
2301 fw_vmaccess(struct fw_xfer *xfer) argument
[all...]
H A Dfwohci.cpp568 db_tr->xfer = NULL;
572 db_tr->xfer = NULL;
880 struct fw_xfer *xfer; local
905 xfer = STAILQ_FIRST(&dbch->xferq.q);
906 if(xfer == NULL){
915 db_tr->xfer = xfer;
916 xfer->flag = FWXF_START;
918 fp = &xfer->send.hdr;
930 ohcifp->mode.common.spd = xfer
1084 struct fw_xfer *xfer; local
[all...]
H A Dfwohcireg.h337 struct fw_xfer *xfer; member in struct:fwohcidb_tr
/haiku-fatelf/headers/private/firewire/
H A Dfirewire_module.h25 int (*fw_asyreq)(struct firewire_comm *fc, int sub, struct fw_xfer *xfer);
27 void (*fw_xferwake)(struct fw_xfer *xfer);
28 int (*fw_xferwait)(struct fw_xfer *xfer);
46 void (*fw_xfer_done)(struct fw_xfer *xfer);
48 void (*fw_xfer_unload)(struct fw_xfer* xfer);
50 void (*fw_xfer_free_buf)( struct fw_xfer* xfer);
52 void (*fw_xfer_free)( struct fw_xfer* xfer);
54 void (*fw_asy_callback_free)(struct fw_xfer *xfer);
H A Dfirewirereg.h338 struct fw_xfer *xfer; member in struct:fw_rcv_buf
/haiku-fatelf/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c223 struct fw_xfer *xfer; local
251 for (xfer = STAILQ_FIRST(&ir->q);
252 xfer != NULL; xfer = STAILQ_FIRST(&ir->q)) {
256 xfer->resp = 0;
257 gFirewire->fw_xfer_done(xfer);
289 struct fw_xfer *xfer; local
299 while ((xfer = STAILQ_FIRST(&d->rq)) == NULL && err == B_OK) {
316 FW_GUNLOCK(xfer->fc);
318 fp = &xfer
454 struct fw_xfer *xfer; local
637 fw_hand(struct fw_xfer *xfer) argument
664 struct fw_xfer *xfer; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/pcnet/dev/le/
H A Dlance.c770 int xfer;
774 xfer = min(len, 16 - boff);
776 memcpy(bptr + boff, from, xfer);
777 from += xfer;
780 len -= xfer;
781 xfer = min(len, 16);
790 int xfer;
794 xfer = min(len, 16 - boff);
796 memcpy(to, bptr + boff, xfer);
797 to += xfer;
[all...]
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgszostream.c57 unsigned char xfer [Z_OSTREAM_XFER_SIZE]; member in struct:hpgs_z_ostream_stream_st
71 stream->zstream.next_out = (Bytef *)stream->xfer;
72 stream->zstream.avail_out = sizeof(stream->xfer);
103 stream->zstream.next_out=(Bytef *)stream->xfer;
107 if (hpgs_ostream_write(stream->xfer,1,stream->zstream.total_out,stream->base) < stream->zstream.total_out)
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmips-tdep.c351 "xfer $%d, reg offset %d, buf offset %d, length %d, ",
3745 int xfer = register_size (current_gdbarch, regnum); local
3746 if (offset + xfer > TYPE_LENGTH (type))
3747 xfer = TYPE_LENGTH (type) - offset;
3750 offset, xfer, regnum);
3751 mips_xfer_register (regcache, NUM_REGS + regnum, xfer,
3766 int xfer = register_size (current_gdbarch, regnum); local
3767 if (offset + xfer > TYPE_LENGTH (type))
3768 xfer = TYPE_LENGTH (type) - offset;
3771 offset, xfer, regnu
4218 int xfer = mips_stack_argsize (gdbarch); local
[all...]
H A Dtarget.c955 /* The partial xfer succeeded, update the counts, check that
956 the xfer hasn't finished and if it hasn't set things up
971 xfer. */
1082 break; /* Handled all or part of xfer */
1328 LONGEST xfer = target_read_partial (ops, object, annex, local
1331 /* Call an observer, notifying them of the xfer progress? */
1332 if (xfer <= 0)
1335 xfered += xfer;
1350 LONGEST xfer = target_write_partial (ops, object, annex, local
1353 /* Call an observer, notifying them of the xfer progres
[all...]
H A Dthread-db.c983 int xfer;
995 xfer =
1000 return xfer;
977 int xfer; local
H A Dlinux-nat.c2281 int xfer;
2286 xfer = linux_proc_xfer_memory (memaddr, myaddr, len, write, attrib, target);
2287 if (xfer == 0)
2288 xfer = child_xfer_memory (memaddr, myaddr, len, write, attrib, target);
2291 return xfer;
2273 int xfer; local

Completed in 595 milliseconds