Home | History | Annotate | Download | only in dev

Lines Matching defs:obp

938 	struct	buf *obp = cx->cx_obp;
939 struct cgd_softc *sc = getcgd_softc(obp->b_dev);
948 obp, obp->b_bcount, obp->b_resid));
953 obp->b_error = nbp->b_error;
955 obp->b_error));
967 cx->cx_obp = obp;
969 cx->cx_dstv = obp->b_data;
970 cx->cx_srcv = obp->b_data;
971 cx->cx_len = obp->b_bcount;
987 struct buf *obp = cx->cx_obp;
994 if (nbp->b_data != obp->b_data)
1000 obp->b_resid = 0;
1001 if (obp->b_error != 0)
1002 obp->b_resid = obp->b_bcount;
1004 dk_done(dksc, obp);