Searched refs:b_back (Results 1 – 12 of 12) sorted by relevance
83 struct buf *b_back; /* " */ member139 struct buf *b_forw, *b_back; /* queue of unit queues */ member213 ASSERT((bp)->b_back != NULL); \214 (bp)->b_back->b_forw = (bp)->b_forw; \215 (bp)->b_forw->b_back = (bp)->b_back; \216 (bp)->b_forw = (bp)->b_back = NULL; \220 ASSERT((bp)->b_back == NULL); \222 ASSERT((dp)->b_back != NULL); \224 (bp)->b_back = (dp); \225 (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()
77 #define RWCMDP(pktp) ((struct dadkio_rwcmd *)((pktp)->cp_bp->b_back))
389 bp->b_back = NULL; in _sd_setup_iob()510 bp->b_back = hook->tail; in _sd_extend_iob()977 bp->b_back = NULL; in sd_start_io()1173 bp->b_back = NULL; in _sd_async_ea()
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()
394 #define b_back b_pad2 /* b_back in struct buf */ macro
953 bp->b_back = (struct buf *)ssc; in ses_uscsi_cmd()1014 ses_softc_t *ssc = (ses_softc_t *)bp->b_back; in ses_start()1077 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()14610 struct uscsi_cmd *cmd = (struct uscsi_cmd *)bp->b_back; in st_get_read_pos()16329 cont_bp->b_back = bp->b_back; in st_get_bigblk_bp()17245 bp->b_back = (struct buf *)ucmd; in st_uscsi_rcmd()
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()1640 ASSERT(bp->b_back == NULL); in bio_bhdr_free()
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)
1400 (int)dp->b_flags, (int)dp->b_forw, (int)dp->b_back,