Searched refs:isoreq (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.sbin/fwcontrol/
H A Dfwmpegts.c155 struct fw_isochreq isoreq; local
183 isoreq.ch = ich & 0x3f;
184 isoreq.tag = (ich >> 6) & 3;
186 if (ioctl(d, FW_SRSTREAM, &isoreq) < 0)
H A Dfwdv.c97 struct fw_isochreq isoreq; local
129 isoreq.ch = ich & 0x3f;
130 isoreq.tag = (ich >> 6) & 3;
132 if (ioctl(d, FW_SRSTREAM, &isoreq) < 0)
258 struct fw_isochreq isoreq; local
287 isoreq.ch = ich & 0x3f;
288 isoreq.tag = (ich >> 6) & 3;
290 if (ioctl(d, FW_STSTREAM, &isoreq) < 0)
H A Dfwcontrol.c668 struct fw_isochreq isoreq; local
687 isoreq.ch = ich & 0x3f;
688 isoreq.tag = (ich >> 6) & 3;
690 if (ioctl(fd, FW_SRSTREAM, &isoreq) < 0)

Completed in 58 milliseconds