Home
last modified time | relevance | path

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

/haiku/headers/private/firewire/
H A Dfirewire.h66 struct fw_asybindreq { struct
442 #define FW_SBINDADDR _IOWR('S', 3, struct fw_asybindreq)
443 #define FW_CBINDADDR _IOWR('S', 4, struct fw_asybindreq)
/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c673 struct fw_asybindreq *bindreq = (struct fw_asybindreq *)data; in fw_ioctl()