Searched defs:bamp (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/common/mc/mc-amd/ |
H A D | mcamd_rowcol.c | 104 const struct rct_bnkaddrmode **bamp, const struct rct_rcbmap **rcbmp, 111 if (bamp && (*bamp = rct_bnkaddrmode(rev, csmode)) == NULL) { 168 iaddr_to_row(struct mcamd_hdl *hdl, const struct rct_bnkaddrmode *bamp, argument 173 int nbits = bamp->bam_nrows; 194 row_to_iaddr(struct mcamd_hdl *hdl, const struct rct_bnkaddrmode *bamp, argument 199 int nbits = bamp->bam_nrows; 216 iaddr_to_col(struct mcamd_hdl *hdl, const struct rct_bnkaddrmode *bamp, argument 221 int nbits = bamp->bam_ncols; 226 if (bamp 103 gettbls(struct mcamd_hdl *hdl, uint_t csmode, struct mcprops *mcpp, const struct rct_bnkaddrmode **bamp, const struct rct_rcbmap **rcbmp, const struct rct_bnkswzlinfo **swzlp, struct rct_csintlv *csid, const char *caller) argument 247 col_to_iaddr(struct mcamd_hdl *hdl, const struct rct_bnkaddrmode *bamp, const struct rct_rcbmap *rcbm, uint32_t coladdr) argument 350 const struct rct_bnkaddrmode *bamp; local 484 const struct rct_bnkaddrmode *bamp; local 653 const struct rct_bnkaddrmode *bamp; local [all...] |
/illumos-gate/usr/src/uts/common/io/ |
H A D | tl.c | 2356 mblk_t *ackmp, *bamp; local 2603 bamp = reallocb(mp, basize, 0); 2604 if (bamp == NULL) { 2616 DB_TYPE(bamp) = M_PCPROTO; 2617 bamp->b_wptr = bamp->b_rptr + basize; 2618 b_ack = (struct T_bind_ack *)bamp->b_rptr; 2623 addr_startp = bamp->b_rptr + b_ack->ADDR_offset; 2636 (void) qreply(wq, bamp);
|
Completed in 53 milliseconds