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

  /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)
  /src/sys/dev/ieee1394/
firewire.h 260 struct fw_asyreq { struct
438 #define FW_ASYREQ _IOWR('S', 92, struct fw_asyreq)
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)))

Completed in 14 milliseconds