Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/dtv/
H A Ddtv_device.c115 if (dtv_buffer_realloc(sc, DTV_DEFAULT_BUFSIZE) != 0) { in dtv_attach()
156 dtv_buffer_realloc(sc, 0); in dtv_detach()
H A Ddtvvar.h154 int dtv_buffer_realloc(struct dtv_softc *, size_t);
H A Ddtv_buffer.c132 dtv_buffer_realloc(struct dtv_softc *sc, size_t bufsize) in dtv_buffer_realloc() function