HomeSort by: relevance | last modified time | path
    Searched defs:cb_buf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ata/
ld_ataraid.c 129 struct buf cb_buf; /* new I/O buf */ member in struct:cbuf
275 buf_init(&cbp->cb_buf);
286 buf_destroy(&cbp->cb_buf);
298 cbp->cb_buf.b_flags = bp->b_flags;
299 cbp->cb_buf.b_oflags = bp->b_oflags;
300 cbp->cb_buf.b_cflags = bp->b_cflags;
301 cbp->cb_buf.b_iodone = sc->sc_iodone;
302 cbp->cb_buf.b_proc = bp->b_proc;
303 cbp->cb_buf.b_vp = sc->sc_vnodes[comp];
304 cbp->cb_buf.b_objlock = sc->sc_vnodes[comp]->v_interlock
    [all...]
  /src/sys/dev/
ccd.c 145 struct buf cb_buf; /* new I/O buf */ member in struct:ccdbuf
840 rcount = cbp->cb_buf.b_bcount;
848 vp = cbp->cb_buf.b_vp;
849 if ((cbp->cb_buf.b_flags & B_READ) == 0) {
854 (void)VOP_STRATEGY(vp, &cbp->cb_buf);
936 buf_init(&cbp->cb_buf);
937 cbp->cb_buf.b_flags = bp->b_flags;
938 cbp->cb_buf.b_oflags = bp->b_oflags;
939 cbp->cb_buf.b_cflags = bp->b_cflags;
940 cbp->cb_buf.b_iodone = ccdiodone
    [all...]

Completed in 12 milliseconds