Searched refs:real_mbp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_mbuf.c574 smbfs_md_get_astring(mdchain_t *real_mbp, char **str_pp) argument
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) argument
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,
[all...]

Completed in 15 milliseconds