Home
last modified time | relevance | path

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

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