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

/haiku-fatelf/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-fatelf/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-fatelf/src/bin/fwcontrol/
H A Dfwcontrol.c218 struct fw_asyreq *asyreq;
221 asyreq = (struct fw_asyreq *)malloc(sizeof(struct fw_asyreq_t) + 16);
274 struct fw_asyreq *asyreq;
276 asyreq = (struct fw_asyreq *)malloc(sizeof(struct fw_asyreq_t) + 12);
301 struct fw_asyreq *asyreq;
303 asyreq = (struct fw_asyreq *)malloc(sizeof(struct fw_asyreq_t) + 12);
320 struct fw_asyreq *asyreq;
322 asyreq = (struct fw_asyreq *)malloc(sizeof(struct fw_asyreq_t) + 16);
/haiku-fatelf/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 64 milliseconds