Home
last modified time | relevance | path

Searched refs:vb_buf (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_swap.c185 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 Dvideo.c126 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 Dvnd.c941 (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 Dvdev_impl.h393 buf_t vb_buf; /* buffer that describes the io */ member