Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h67 uint_t len_read; /* bytes read */ member
/titanic_50/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c2835 (void *)buf, buf->filled, buf->len, buf->len_read, in usbvc_read_buf()
2838 ASSERT(buf->len_read <= buf->filled); in usbvc_read_buf()
2840 buf_residue = buf->filled - buf->len_read; in usbvc_read_buf()
2843 bcopy(buf->data + buf->len_read, bp->b_un.b_addr, len_to_copy); in usbvc_read_buf()
2845 buf->len_read += len_to_copy; in usbvc_read_buf()
2853 buf->len_read = 0; in usbvc_read_buf()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h835 extern int spa_history_get(spa_t *spa, uint64_t *offset, uint64_t *len_read,