OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isoreq
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/fwctl/
fwmpegts.c
144
struct fw_isochreq
isoreq
;
local in function:mpegtsrecv
172
isoreq
.ch = ich & 0x3f;
173
isoreq
.tag = (ich >> 6) & 3;
175
if (ioctl(d, FW_SRSTREAM, &
isoreq
) < 0)
fwdv.c
94
struct fw_isochreq
isoreq
;
local in function:dvrecv
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 in function:dvsend
302
isoreq
.ch = ich & 0x3f;
303
isoreq
.tag = (ich >> 6) & 3;
305
if (ioctl(d, FW_STSTREAM, &
isoreq
) < 0)
fwcontrol.c
657
struct fw_isochreq
isoreq
;
local in function:detect_recv_fn
676
isoreq
.ch = ich & 0x3f;
677
isoreq
.tag = (ich >> 6) & 3;
679
if (ioctl(fd, FW_SRSTREAM, &
isoreq
) < 0)
/src/sys/dev/usb/
ugen.c
132
struct
isoreq
{
struct
160
struct
isoreq
isoreqs[UGEN_NISOREQS];
1375
struct
isoreq
*req = addr;
Completed in 14 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025