HomeSort by: relevance | last modified time | path
    Searched refs:db_bytesused (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/dtv/
dtv_buffer.c 76 avail = uimin(db->db_length - db->db_bytesused, resid);
78 db->db_offset + db->db_bytesused, avail, &sio)) {
80 db->db_bytesused += (avail - sio.sio_resid);
85 if (db->db_bytesused == db->db_length) {
172 ds->ds_buf[i]->db_bytesused = 0;
197 db->db_bytesused = 0;
261 if (db->db_bytesused == 0) {
272 len = uimin(uio->uio_resid, db->db_bytesused - ds->ds_bytesread);
283 if (ds->ds_bytesread >= db->db_bytesused) {
312 bufsize += db->db_bytesused;
    [all...]
dtvvar.h 54 uint32_t db_bytesused; member in struct:dtv_buffer

Completed in 12 milliseconds