Home
last modified time | relevance | path

Searched refs:FW_ASYREQ (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.sbin/fwcontrol/
H A Dfwcontrol.c139 if (ioctl(fd, FW_ASYREQ, asyreq) < 0) { in read_write_quad()
170 if (ioctl(fd, FW_ASYREQ, asyreq) < 0) in send_phy_config()
187 if (ioctl(fd, FW_ASYREQ, asyreq) < 0) in send_link_on()
209 if (ioctl(fd, FW_ASYREQ, asyreq) < 0) in reset_start()
/dragonfly/sys/bus/firewire/
H A Dfirewire.h393 #define FW_ASYREQ _IOWR('S', 92, struct fw_asyreq) macro
H A Dfwdev.c521 case FW_ASYREQ: in fw_ioctl()