Lines Matching defs:real_mbp
574 smbfs_md_get_astring(mdchain_t *real_mbp, char **str_pp)
583 * Use a copy of the real_mbp so we don't
587 bcopy(real_mbp, &tmp_mb, sizeof (tmp_mb));
606 mbp = real_mbp;
633 smbfs_md_get_ustring(mdchain_t *real_mbp, char **str_pp)
642 * First, align(2) on the real_mbp
644 if (((uintptr_t)real_mbp->mb_pos) & 1)
645 smbfs_md_get_uint8(real_mbp, NULL);
649 * Use a copy of the real_mbp so we don't
653 bcopy(real_mbp, &tmp_mb, sizeof (tmp_mb));
673 mbp = real_mbp;