Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/dtv/
Ddtv_buffer.c147 oldbuf = ds->ds_buf; in dtv_buffer_realloc()
151 ds->ds_buf = kmem_alloc(sizeof(struct dtv_buffer *) * nbufs, in dtv_buffer_realloc()
154 ds->ds_buf = NULL; in dtv_buffer_realloc()
159 ds->ds_buf[i] = oldbuf[i]; in dtv_buffer_realloc()
161 ds->ds_buf[i] = dtv_buffer_alloc(); in dtv_buffer_realloc()
171 ds->ds_buf[i]->db_offset = offset; in dtv_buffer_realloc()
172 ds->ds_buf[i]->db_bytesused = 0; in dtv_buffer_realloc()
173 ds->ds_buf[i]->db_length = BLOCK_SIZE; in dtv_buffer_realloc()
209 dtv_stream_enqueue(ds, ds->ds_buf[i]); in dtv_buffer_setup()
Ddtvvar.h63 struct dtv_buffer **ds_buf; member
Ddtv_device.c107 ds->ds_buf = NULL; in dtv_attach()