Searched refs:fw_asyreq (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/private/firewire/
H A Dfirewire_module.h25 int (*fw_asyreq)(struct firewire_comm *fc, int sub, struct fw_xfer *xfer); member in struct:fw_module_info
H A Dfirewire.h261 struct fw_asyreq { struct
439 #define FW_ASYREQ _IOWR('S', 92, struct fw_asyreq)
H A Dfirewirereg.h359 int fw_asyreq (struct firewire_comm *, int, struct fw_xfer*);
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwmem.cpp110 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
146 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
184 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
222 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
H A Dfirewire_module.cpp284 fw_asyreq,
H A Dfirewire.cpp145 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer) function
1334 fw_asyreq(fc, -1, xfer);
2151 if(fw_asyreq(rb->fc, -1, rb->xfer)){
2287 err = fw_asyreq(fc, -1, xfer);
2365 fw_asyreq(xfer->fc, -1, xfer);
/haiku/src/bin/fwcontrol/
H A Dfwcontrol.c219 struct fw_asyreq *asyreq;
222 asyreq = (struct fw_asyreq *)malloc(sizeof(struct fw_asyreq_t) + 16);
275 struct fw_asyreq *asyreq;
277 asyreq = (struct fw_asyreq *)malloc(sizeof(struct fw_asyreq_t) + 12);
302 struct fw_asyreq *asyreq;
304 asyreq = (struct fw_asyreq *)malloc(sizeof(struct fw_asyreq_t) + 12);
321 struct fw_asyreq *asyreq;
323 asyreq = (struct fw_asyreq *)malloc(sizeof(struct fw_asyreq_t) + 16);
/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c516 if ((err = gFirewire->fw_asyreq(xfer->fc, -1, xfer)))
670 struct fw_asyreq *asyreq = (struct fw_asyreq *)data;
798 if ((err = gFirewire->fw_asyreq(fc, -1, xfer)) != 0)

Completed in 165 milliseconds