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

/freebsd-11-stable/sys/dev/firewire/
H A Dfwmem.c146 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
182 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
220 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
258 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
H A Dfirewire.h257 struct fw_asyreq { struct
435 #define FW_ASYREQ _IOWR('S', 92, struct fw_asyreq)
H A Dfirewirereg.h275 int fw_asyreq (struct firewire_comm *, int, struct fw_xfer *);
H A Dfwdev.c423 if ((err = fw_asyreq(xfer->fc, -1, xfer)))
552 struct fw_asyreq *asyreq = (struct fw_asyreq *)data;
684 if ((err = fw_asyreq(fc, -1, xfer)) != 0)
H A Dfirewire.c184 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer) function
1259 fw_asyreq(fc, -1, xfer);
2032 if (fw_asyreq(rb->fc, -1, rb->xfer))
2160 err = fw_asyreq(fc, -1, xfer);
2246 fw_asyreq(xfer->fc, -1, xfer);
H A Dsbp.c933 fw_asyreq(xfer->fc, -1, xfer);
1135 fw_asyreq(xfer->fc, -1, xfer);
1171 fw_asyreq(xfer->fc, -1, xfer);
1240 if (fw_asyreq(xfer->fc, -1, xfer) != 0) {
1293 fw_asyreq(xfer->fc, -1, xfer);
1435 fw_asyreq(xfer->fc, -1, xfer);
1882 fw_asyreq(xfer->fc, -1, xfer);
H A Dif_fwe.c530 if (fw_asyreq(fwe->fd.fc, -1, xfer) != 0) {
H A Dif_fwip.c667 error = fw_asyreq(fc, -1, xfer);
H A Dsbp_targ.c1941 fw_asyreq(xfer->fc, -1, xfer);
/freebsd-11-stable/usr.sbin/fwcontrol/
H A Dfwcontrol.c206 struct fw_asyreq *asyreq;
209 asyreq = (struct fw_asyreq *)malloc(sizeof(struct fw_asyreq_t) + 16);
262 struct fw_asyreq *asyreq;
264 asyreq = (struct fw_asyreq *)malloc(sizeof(struct fw_asyreq_t) + 12);
289 struct fw_asyreq *asyreq;
291 asyreq = (struct fw_asyreq *)malloc(sizeof(struct fw_asyreq_t) + 12);
308 struct fw_asyreq *asyreq;
310 asyreq = (struct fw_asyreq *)malloc(sizeof(struct fw_asyreq_t) + 16);

Completed in 185 milliseconds