OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dtv_softc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/dtv/
dtvvar.h
82
struct
dtv_softc
*dd_sc;
106
struct
dtv_softc
{
struct
146
int dtv_frontend_ioctl(struct
dtv_softc
*, u_long, void *, int);
148
int dtv_demux_open(struct
dtv_softc
*, int, int, lwp_t *);
149
void dtv_demux_write(struct
dtv_softc
*, const uint8_t *, size_t);
151
int dtv_buffer_realloc(struct
dtv_softc
*, size_t);
152
int dtv_buffer_setup(struct
dtv_softc
*);
153
int dtv_buffer_destroy(struct
dtv_softc
*);
154
int dtv_buffer_read(struct
dtv_softc
*, struct uio *, int);
155
int dtv_buffer_poll(struct
dtv_softc
*, int, lwp_t *)
[
all
...]
dtvvar.h
82
struct
dtv_softc
*dd_sc;
106
struct
dtv_softc
{
struct
146
int dtv_frontend_ioctl(struct
dtv_softc
*, u_long, void *, int);
148
int dtv_demux_open(struct
dtv_softc
*, int, int, lwp_t *);
149
void dtv_demux_write(struct
dtv_softc
*, const uint8_t *, size_t);
151
int dtv_buffer_realloc(struct
dtv_softc
*, size_t);
152
int dtv_buffer_setup(struct
dtv_softc
*);
153
int dtv_buffer_destroy(struct
dtv_softc
*);
154
int dtv_buffer_read(struct
dtv_softc
*, struct uio *, int);
155
int dtv_buffer_poll(struct
dtv_softc
*, int, lwp_t *)
[
all
...]
Completed in 30 milliseconds
Indexes created Sat Aug 29 00:25:01 UTC 2026