Home
last modified time | relevance | path

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

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