Home
last modified time | relevance | path

Searched refs:FW_SRSTREAM (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/fwcontrol/
H A Dfwmpegts.c183 if (ioctl(d, FW_SRSTREAM, &isoreq) < 0) in mpegtsrecv()
H A Dfwdv.c128 if (ioctl(d, FW_SRSTREAM, &isoreq) < 0) in dvrecv()
H A Dfwcontrol.c691 if (ioctl(fd, FW_SRSTREAM, &isoreq) < 0) in detect_recv_fn()
/freebsd/sys/dev/firewire/
H A Dfirewire.h430 #define FW_SRSTREAM _IOWR('S', 88, struct fw_isochreq) macro
H A Dfwdev.c596 case FW_SRSTREAM: in fw_ioctl()