vbp               909 dev/ccd.c      ccdiodone(struct buf *vbp)
vbp               911 dev/ccd.c      	struct ccdbuf *cbp = (struct ccdbuf *)vbp;
vbp               925 dev/ccd.c      	    vbp->b_dev, cbp->cb_comp, cbp, vbp->b_blkno,
vbp               926 dev/ccd.c      	    vbp->b_data, vbp->b_bcount));
vbp               928 dev/ccd.c      	if (vbp->b_flags & B_ERROR) {
vbp               934 dev/ccd.c      			bp->b_error = vbp->b_error ?
vbp               935 dev/ccd.c      			    vbp->b_error : EIO;
vbp               951 dev/ccd.c      		vbp = (struct buf *)cbp;
vbp               954 dev/ccd.c      	count = vbp->b_bcount;
vbp                53 dev/ic/monitors.h 	u_int16_t	vbp;		/* Vertical Back Porch */
vbp              1598 dev/pci/tga.c  	    (m->vbp << 22) |
vbp              1973 dev/raidframe/rf_openbsdkintf.c rf_KernelWakeupFunc(struct buf *vbp)
vbp              1977 dev/raidframe/rf_openbsdkintf.c 	struct raidbuf *raidbp = (struct raidbuf *)vbp;
vbp               123 dev/vnd.c      #define	putvndbuf(vbp)	pool_put(&vndbufpl, vbp);
vbp               624 dev/vnd.c      	struct vndbuf *vbp = (struct vndbuf *) bp;
vbp               625 dev/vnd.c      	struct buf *pbp = vbp->vb_obp;
vbp               632 dev/vnd.c      	    vnd-vnd_softc, vbp, vbp->vb_buf.b_vp, vbp->vb_buf.b_blkno,
vbp               633 dev/vnd.c      	    vbp->vb_buf.b_data, vbp->vb_buf.b_bcount);
vbp               635 dev/vnd.c      	if (vbp->vb_buf.b_error) {
vbp               636 dev/vnd.c      		DNPRINTF(VDB_IO, "vndiodone: vbp %p error %d\n", vbp,
vbp               637 dev/vnd.c      		    vbp->vb_buf.b_error);
vbp               640 dev/vnd.c      		pbp->b_error = biowait(&vbp->vb_buf);
vbp               642 dev/vnd.c      	pbp->b_resid -= vbp->vb_buf.b_bcount;
vbp               643 dev/vnd.c      	putvndbuf(vbp);
vbp               206 uvm/uvm_swap.c #define	getvndbuf(vbp)	do {						\
vbp               208 uvm/uvm_swap.c 	vbp = pool_get(&vndbuf_pool, PR_WAITOK);			\
vbp               212 uvm/uvm_swap.c #define putvndbuf(vbp) {						\
vbp               213 uvm/uvm_swap.c 	pool_put(&vndbuf_pool, (void *)(vbp));				\
vbp              1500 uvm/uvm_swap.c 	struct vndbuf *vbp = (struct vndbuf *) bp;
vbp              1501 uvm/uvm_swap.c 	struct vndxfer *vnx = vbp->vb_xfer;
vbp              1508 uvm/uvm_swap.c 	    vbp, vbp->vb_buf.b_vp, vbp->vb_buf.b_blkno, vbp->vb_buf.b_data);
vbp              1510 uvm/uvm_swap.c 	    vbp->vb_buf.b_bcount, vbp->vb_buf.b_resid, 0, 0);
vbp              1514 uvm/uvm_swap.c 	resid = vbp->vb_buf.b_bcount - vbp->vb_buf.b_resid;
vbp              1518 uvm/uvm_swap.c 	if (vbp->vb_buf.b_error) {
vbp              1520 uvm/uvm_swap.c 		    vbp->vb_buf.b_error, 0, 0, 0);
vbp              1523 uvm/uvm_swap.c 		vnx->vx_error = vbp->vb_buf.b_error;
vbp              1529 uvm/uvm_swap.c 	if (vbp->vb_buf.b_vp != NULL) {
vbp              1530 uvm/uvm_swap.c 		brelvp(&vbp->vb_buf);
vbp              1536 uvm/uvm_swap.c 	putvndbuf(vbp);