| cd.c | 118 struct buf *lbp; /* first buffer */ member in struct:cdbounce 575 if (bp == bounce->lbp) { 578 bounce->lbp = NULL; 590 if (bounce->lbp != NULL || bounce->rbp != NULL) 651 struct buf *lbp, *rbp; local 673 error = cd_make_bounce_buffer(cd, bp, blkno, count, &lbp, bounce); 683 free(lbp->b_data, M_DEVBUF); 684 putiobuf(lbp); 691 bounce->lbp = lbp; [all...] |