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

/netbsd-6-1-5-RELEASE/usr.sbin/fwctl/
H A Dfwmpegts.c144 struct fw_isochreq isoreq; local
172 isoreq.ch = ich & 0x3f;
173 isoreq.tag = (ich >> 6) & 3;
175 if (ioctl(d, FW_SRSTREAM, &isoreq) < 0)
H A Dfwdv.c94 struct fw_isochreq isoreq; local
132 isoreq.ch = ich & 0x3f;
133 isoreq.tag = (ich >> 6) & 3;
135 if (ioctl(d, FW_SRSTREAM, &isoreq) < 0)
263 struct fw_isochreq isoreq; local
294 isoreq.ch = ich & 0x3f;
295 isoreq.tag = (ich >> 6) & 3;
297 if (ioctl(d, FW_STSTREAM, &isoreq) < 0)
H A Dfwcontrol.c658 struct fw_isochreq isoreq; local
677 isoreq.ch = ich & 0x3f;
678 isoreq.tag = (ich >> 6) & 3;
680 if (ioctl(fd, FW_SRSTREAM, &isoreq) < 0)
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dugen.c114 struct isoreq { struct in struct:ugen_endpoint
1118 struct isoreq *req = addr;

Completed in 115 milliseconds