Searched refs:vb_buf (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/sys/uvm/ |
| H A D | uvm_swap.c | 185 struct buf vb_buf; member 1446 buf_init(&nbp->vb_buf); in sw_reg_strategy() 1447 nbp->vb_buf.b_flags = bp->b_flags; in sw_reg_strategy() 1448 nbp->vb_buf.b_cflags = bp->b_cflags; in sw_reg_strategy() 1449 nbp->vb_buf.b_oflags = bp->b_oflags; in sw_reg_strategy() 1450 nbp->vb_buf.b_bcount = sz; in sw_reg_strategy() 1451 nbp->vb_buf.b_bufsize = sz; in sw_reg_strategy() 1452 nbp->vb_buf.b_error = 0; in sw_reg_strategy() 1453 nbp->vb_buf.b_data = addr; in sw_reg_strategy() 1454 nbp->vb_buf.b_lblkno = 0; in sw_reg_strategy() [all …]
|
| /netbsd-src/sys/dev/ |
| H A D | video.c | 126 struct v4l2_buffer *vb_buf; member 1511 buf = vs->vs_buf[i]->vb_buf; in video_request_bufs() 1535 memcpy(buf, vs->vs_buf[buf->index]->vb_buf, sizeof(*buf)); in video_query_buf() 1571 driverbuf = vb->vb_buf; in video_queue_buf() 1639 memcpy(buf, vb->vb_buf, sizeof(*buf)); in video_dequeue_buf() 1851 if (vb->vb_buf->bytesused == 0) { in videoread() 1860 len = uimin(uio->uio_resid, vb->vb_buf->bytesused - vs->vs_bytesread); in videoread() 1861 offset = vb->vb_buf->m.offset + vs->vs_bytesread; in videoread() 1874 if (vs->vs_bytesread >= vb->vb_buf->bytesused) { in videoread() 2436 if (!(vs->vs_buf[i]->vb_buf->flags & V4L2_BUF_FLAG_QUEUED)) { in video_stream_setup_bufs() [all …]
|
| H A D | vnd.c | 941 (long) (vnd-vnd_softc), &nbp->vb_buf, in handle_with_strategy() 942 nbp->vb_buf.b_vp, nbp->vb_buf.b_blkno, in handle_with_strategy() 943 nbp->vb_buf.b_flags, nbp->vb_buf.b_data, in handle_with_strategy() 944 nbp->vb_buf.b_bcount); in handle_with_strategy()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| H A D | vdev_impl.h | 393 buf_t vb_buf; /* buffer that describes the io */ member
|