HomeSort by: relevance | last modified time | path
    Searched refs:fw_asyreq (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/ieee1394/
fwmem.c 343 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
374 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
406 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
438 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
firewire.h 260 struct fw_asyreq { struct
438 #define FW_ASYREQ _IOWR('S', 92, struct fw_asyreq)
firewirereg.h 281 int fw_asyreq(struct firewire_comm *, int, struct fw_xfer*);
fwdev.c 395 struct fw_asyreq *asyreq = (struct fw_asyreq *)data;
495 case FW_ASYREQ:
541 if ((err = fw_asyreq(fc, -1, xfer)) != 0)
895 if ((err = fw_asyreq(xfer->fc, -1, xfer)))
sbp.c 1092 if (fw_asyreq(xfer->fc, -1, xfer) != 0)
1229 if (fw_asyreq(xfer->fc, -1, xfer) != 0)
1265 if (fw_asyreq(xfer->fc, -1, xfer) != 0)
1329 if (fw_asyreq(xfer->fc, -1, xfer) != 0) {
1381 if (fw_asyreq(xfer->fc, -1, xfer) != 0)
1545 if (fw_asyreq(xfer->fc, -1, xfer) != 0)
1990 if (fw_asyreq(xfer->fc, -1, xfer) != 0) {
firewire.c 379 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer) function in typeref:typename:int
1179 if (fw_asyreq(rb->fc, -1, rb->xfer)) {
1570 fw_asyreq(fc, -1, xfer);
2283 err = fw_asyreq(fc, -1, xfer);
if_fwip.c 655 error = fw_asyreq(fc, -1, xfer);
  /src/usr.sbin/fwctl/
fwcontrol.c 194 struct fw_asyreq *asyreq;
221 if (ioctl(fd, FW_ASYREQ, asyreq) < 0)
249 struct fw_asyreq *asyreq;
268 if (ioctl(fd, FW_ASYREQ, asyreq) < 0)
276 struct fw_asyreq *asyreq;
287 if (ioctl(fd, FW_ASYREQ, asyreq) < 0)
295 struct fw_asyreq *asyreq;
311 if (ioctl(fd, FW_ASYREQ, asyreq) < 0)

Completed in 17 milliseconds