/titanic_41/usr/src/uts/common/sys/ |
H A D | buf.h | 83 struct buf *b_back; /* " */ member 139 struct buf *b_forw, *b_back; /* queue of unit queues */ member 213 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 …]
|
/titanic_41/usr/src/uts/common/io/lvm/trans/ |
H A D | trans_log.c | 170 bp->b_back = bp; in md_alloc_wrbuf() 217 bp->b_back = cb->cb_bp; in md_alloc_rdbuf() 218 cb->cb_bp->b_forw->b_back = bp; in md_alloc_rdbuf() 221 bp->b_forw = bp->b_back = bp; in md_alloc_rdbuf() 253 bp->b_back->b_forw = bp->b_forw; in md_free_cirbuf() 254 bp->b_forw->b_back = bp->b_back; in md_free_cirbuf()
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | lufs_log.c | 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()
|
/titanic_41/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | ata_disk.h | 77 #define RWCMDP(pktp) ((struct dadkio_rwcmd *)((pktp)->cp_bp->b_back))
|
/titanic_41/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_bio.c | 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()
|
/titanic_41/usr/src/uts/common/io/lvm/raid/ |
H A D | raid_replay.c | 139 bp->b_back = bp; in raid_rply_alloc() 160 bp->b_back = bp; in raid_rply_alloc() 170 bp->b_back = bp; in raid_rply_alloc()
|
H A D | raid.c | 1500 cs->cs_dbuf.b_back = &cs->cs_dbuf; in raid_read_retry() 1512 cs->cs_pbuf.b_back = &cs->cs_pbuf; in raid_read_retry() 2081 bp.b_back = &bp; in raid_check_cols() 2840 cs->cs_dbuf.b_back = &cs->cs_dbuf; in raid_write_retry() 2852 cs->cs_pbuf.b_back = &cs->cs_pbuf; in raid_write_retry() 2863 cs->cs_hbuf.b_back = &cs->cs_hbuf; in raid_write_retry() 3449 bp->b_back = bp; in raid_stage()
|
H A D | raid_resync.c | 206 bp->b_back = bp; in init_buf()
|
H A D | raid_ioctl.c | 282 bp.b_back = &bp; in raid_check_pw() 516 cur->ci_buf.b_back = &cur->ci_buf; in raid_init_columns()
|
/titanic_41/usr/src/uts/intel/io/dktp/dcdev/ |
H A D | dadk.c | 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()
|
/titanic_41/usr/src/uts/common/avs/ns/ |
H A D | contract.h | 394 #define b_back b_pad2 /* b_back in struct buf */ macro
|
/titanic_41/usr/src/uts/common/io/scsi/targets/ |
H A D | ses.c | 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()
|
H A D | st.c | 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()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | bio.c | 1188 bp->b_forw = bp->b_back = bp->av_forw = bp->av_back = bp; in binit() 1191 hbuf[i].b_forw = hbuf[i].b_back = (struct buf *)&hbuf[i]; in binit() 1197 dwbuf[i].b_forw = dwbuf[i].b_back = (struct buf *)&dwbuf[i]; in binit() 1640 ASSERT(bp->b_back == NULL); in bio_bhdr_free()
|
/titanic_41/usr/src/uts/intel/io/dktp/drvobj/ |
H A D | strategy.c | 800 #define hd_cnt b_back 1314 bp_merge->b_back = (struct buf *)qfp; in qmerge_del() 1399 #define b_pasl b_back
|
/titanic_41/usr/src/uts/common/sys/scsi/targets/ |
H A D | stdef.h | 1357 #define BP_UCMD(bp) ((struct uscsi_cmd *)(bp)->b_back)
|
/titanic_41/usr/src/cmd/sa/ |
H A D | sadp.c | 1400 (int)dp->b_flags, (int)dp->b_forw, (int)dp->b_back,
|
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md_subr.c | 3095 bp->b_back = bp; in md_bioinit() 3106 bp->b_back = bp; in md_bioreset()
|
H A D | md_mddb.c | 507 bfp->bf_buf.b_back = bfp->bf_buf.b_forw = &bfp->bf_buf; in allocbuffer()
|