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

/freebsd-12-stable/usr.sbin/fwcontrol/
H A Dfwmpegts.c157 struct fw_isochreq isoreq; local
185 isoreq.ch = ich & 0x3f;
186 isoreq.tag = (ich >> 6) & 3;
188 if (ioctl(d, FW_SRSTREAM, &isoreq) < 0)
H A Dfwdv.c99 struct fw_isochreq isoreq; local
131 isoreq.ch = ich & 0x3f;
132 isoreq.tag = (ich >> 6) & 3;
134 if (ioctl(d, FW_SRSTREAM, &isoreq) < 0)
260 struct fw_isochreq isoreq; local
289 isoreq.ch = ich & 0x3f;
290 isoreq.tag = (ich >> 6) & 3;
292 if (ioctl(d, FW_STSTREAM, &isoreq) < 0)
H A Dfwcontrol.c670 struct fw_isochreq isoreq; local
689 isoreq.ch = ich & 0x3f;
690 isoreq.tag = (ich >> 6) & 3;
692 if (ioctl(fd, FW_SRSTREAM, &isoreq) < 0)

Completed in 276 milliseconds