Searched refs:b_back (Results 1 – 9 of 9) sorted by relevance
85 struct buf *b_back; /* " */ member141 struct buf *b_forw, *b_back; /* queue of unit queues */ member215 ASSERT((bp)->b_back != NULL); \216 (bp)->b_back->b_forw = (bp)->b_forw; \217 (bp)->b_forw->b_back = (bp)->b_back; \218 (bp)->b_forw = (bp)->b_back = NULL; \222 ASSERT((bp)->b_back == NULL); \224 ASSERT((dp)->b_back != NULL); \226 (bp)->b_back = (dp); \227 (dp)->b_forw->b_back = (bp); \[all …]
345 newbp->b_back = bp; in push_dirty_bp()346 bp->b_forw->b_back = newbp; in push_dirty_bp()474 bp->b_back = bp; in alloc_wrbuf()520 bp->b_back = cb->cb_bp; in alloc_rdbuf()521 cb->cb_bp->b_forw->b_back = bp; in alloc_rdbuf()524 bp->b_forw = bp->b_back = bp; in alloc_rdbuf()552 bp->b_back->b_forw = bp->b_forw; in free_cirbuf()553 bp->b_forw->b_back = bp->b_back; in free_cirbuf()727 bpforw->b_forw->b_back = bp; in extend_write_bp()
75 #define RWCMDP(pktp) ((struct dadkio_rwcmd *)((pktp)->cp_bp->b_back))
760 bp->b_back = (struct buf *)DCMD_GETDEF; in dadk_ioctl()1169 *((char *)(pktp->cp_cdbp)) = (char)(intptr_t)bp->b_back; in dadk_ioprep()1702 bp->b_back = (struct buf *)arg; in dadk_rmb_ioctl()1748 bp->b_back = (struct buf *)rwcmdp; /* ioctl packet */ in dadk_dk_buf_setup()1781 dadk_dk((struct dadk *)bp->av_forw, (struct dadkio_rwcmd *)bp->b_back, in dadk_dk_strategy()
1189 bp->b_forw = bp->b_back = bp->av_forw = bp->av_back = bp; in binit()1192 hbuf[i].b_forw = hbuf[i].b_back = (struct buf *)&hbuf[i]; in binit()1198 dwbuf[i].b_forw = dwbuf[i].b_back = (struct buf *)&dwbuf[i]; in binit()1623 ASSERT(bp->b_back == NULL); in bio_bhdr_free()
927 bp->b_back = (struct buf *)ssc; in ses_uscsi_cmd()988 ses_softc_t *ssc = (ses_softc_t *)bp->b_back; in ses_start()1043 ses_softc_t *ssc = (ses_softc_t *)bp->b_back; in ses_get_pkt()
6299 bp->b_back = (struct buf *)uscmd; in st_uscsi_cmd()7842 bp->b_back = NULL; in st_setup_cmd()7851 bp->b_back = NULL; in st_setup_cmd()14612 struct uscsi_cmd *cmd = (struct uscsi_cmd *)bp->b_back; in st_get_read_pos()16331 cont_bp->b_back = bp->b_back; in st_get_bigblk_bp()17247 bp->b_back = (struct buf *)ucmd; in st_uscsi_rcmd()
800 #define hd_cnt b_back1314 bp_merge->b_back = (struct buf *)qfp; in qmerge_del()1399 #define b_pasl b_back
1357 #define BP_UCMD(bp) ((struct uscsi_cmd *)(bp)->b_back)