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

  /src/sys/dev/ata/
ld_ataraid.c 134 struct cbuf *cb_other; /* other cbuf in case of mirror */ member in struct:cbuf
313 cbp->cb_other = NULL;
477 other_cbp->cb_other = cbp;
478 cbp->cb_other = other_cbp;
510 other_cbp = cbp->cb_other;
513 other_cbp->cb_other = NULL;

Completed in 13 milliseconds