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

/freebsd-current/usr.sbin/fwcontrol/
H A Dfwmpegts.c152 struct fw_isochreq isoreq; local
180 isoreq.ch = ich & 0x3f;
181 isoreq.tag = (ich >> 6) & 3;
183 if (ioctl(d, FW_SRSTREAM, &isoreq) < 0)
H A Dfwdv.c93 struct fw_isochreq isoreq; local
125 isoreq.ch = ich & 0x3f;
126 isoreq.tag = (ich >> 6) & 3;
128 if (ioctl(d, FW_SRSTREAM, &isoreq) < 0)
254 struct fw_isochreq isoreq; local
283 isoreq.ch = ich & 0x3f;
284 isoreq.tag = (ich >> 6) & 3;
286 if (ioctl(d, FW_STSTREAM, &isoreq) < 0)
H A Dfwcontrol.c669 struct fw_isochreq isoreq; local
688 isoreq.ch = ich & 0x3f;
689 isoreq.tag = (ich >> 6) & 3;
691 if (ioctl(fd, FW_SRSTREAM, &isoreq) < 0)

Completed in 74 milliseconds