Searched refs:bamp (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/common/mc/mc-amd/ |
H A D | mcamd_rowcol.c | 106 const struct rct_bnkaddrmode **bamp, const struct rct_rcbmap **rcbmp, in gettbls() argument 113 if (bamp && (*bamp = rct_bnkaddrmode(rev, csmode)) == NULL) { in gettbls() 170 iaddr_to_row(struct mcamd_hdl *hdl, const struct rct_bnkaddrmode *bamp, in iaddr_to_row() argument 175 int nbits = bamp->bam_nrows; in iaddr_to_row() 196 row_to_iaddr(struct mcamd_hdl *hdl, const struct rct_bnkaddrmode *bamp, in row_to_iaddr() argument 201 int nbits = bamp->bam_nrows; in row_to_iaddr() 218 iaddr_to_col(struct mcamd_hdl *hdl, const struct rct_bnkaddrmode *bamp, in iaddr_to_col() argument 223 int nbits = bamp->bam_ncols; in iaddr_to_col() 228 if (bamp->bam_ambig) in iaddr_to_col() 249 col_to_iaddr(struct mcamd_hdl *hdl, const struct rct_bnkaddrmode *bamp, in col_to_iaddr() argument [all …]
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | tl.c | 2432 mblk_t *ackmp, *bamp; in tl_bind() local 2691 bamp = reallocb(mp, basize, 0); in tl_bind() 2692 if (bamp == NULL) { in tl_bind() 2704 DB_TYPE(bamp) = M_PCPROTO; in tl_bind() 2705 bamp->b_wptr = bamp->b_rptr + basize; in tl_bind() 2706 b_ack = (struct T_bind_ack *)bamp->b_rptr; in tl_bind() 2711 addr_startp = bamp->b_rptr + b_ack->ADDR_offset; in tl_bind() 2724 (void) qreply(wq, bamp); in tl_bind()
|