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

  /src/sys/dev/ata/
ld_ataraid.c 400 struct cbuf *cbp, *other_cbp; local in function:ld_ataraid_start_raid0
471 other_cbp = ld_ataraid_make_cbuf(sc, bp,
473 if (other_cbp == NULL)
476 other_cbp, cb_q);
477 other_cbp->cb_other = cbp;
478 cbp->cb_other = other_cbp;
498 struct cbuf *cbp = (struct cbuf *) vbp, *other_cbp;
510 other_cbp = cbp->cb_other;
511 if (other_cbp != NULL)
513 other_cbp->cb_other = NULL
    [all...]
ld_ataraid.c 400 struct cbuf *cbp, *other_cbp; local in function:ld_ataraid_start_raid0
471 other_cbp = ld_ataraid_make_cbuf(sc, bp,
473 if (other_cbp == NULL)
476 other_cbp, cb_q);
477 other_cbp->cb_other = cbp;
478 cbp->cb_other = other_cbp;
498 struct cbuf *cbp = (struct cbuf *) vbp, *other_cbp;
510 other_cbp = cbp->cb_other;
511 if (other_cbp != NULL)
513 other_cbp->cb_other = NULL
    [all...]

Completed in 24 milliseconds