Searched refs:FW_ASYREQ (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/fwcontrol/ |
H A D | fwcontrol.c | 234 if (ioctl(fd, FW_ASYREQ, asyreq) < 0) { in read_write_quad() 282 if (ioctl(fd, FW_ASYREQ, asyreq) < 0) in send_phy_config() 301 if (ioctl(fd, FW_ASYREQ, asyreq) < 0) in link_on() 325 if (ioctl(fd, FW_ASYREQ, asyreq) < 0) in reset_start()
|
/freebsd/sys/dev/firewire/ |
H A D | firewire.h | 435 #define FW_ASYREQ _IOWR('S', 92, struct fw_asyreq) macro
|
H A D | fwdev.c | 640 case FW_ASYREQ: in fw_ioctl()
|