Home
last modified time | relevance | path

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

/freebsd/usr.sbin/fwcontrol/
H A Dfwcontrol.c234 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 Dfirewire.h435 #define FW_ASYREQ _IOWR('S', 92, struct fw_asyreq) macro
H A Dfwdev.c640 case FW_ASYREQ: in fw_ioctl()