Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfirewire.h432 #define FW_STSTREAM _IOWR('S', 90, struct fw_isochreq) macro
H A Dfwdev.c570 case FW_STSTREAM: in fw_ioctl()
/freebsd/usr.sbin/fwcontrol/
H A Dfwdv.c286 if (ioctl(d, FW_STSTREAM, &isoreq) < 0) in dvsend()