Home
last modified time | relevance | path

Searched refs:fw_asybindreq (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/dev/firewire/
H A Dfirewire.h64 struct fw_asybindreq { struct
440 #define FW_SBINDADDR _IOWR('S', 3, struct fw_asybindreq)
441 #define FW_CBINDADDR _IOWR('S', 4, struct fw_asybindreq)
H A Dfwdev.c557 struct fw_asybindreq *bindreq = (struct fw_asybindreq *)data; in fw_ioctl()