Lines Matching refs:oa_base
89 memmove(buf, oa->oa_base, oa->oa_length); in xdr_callmsg()
96 memmove(buf, oa->oa_base, oa->oa_length); in xdr_callmsg()
126 if (oa->oa_base == NULL) { in xdr_callmsg()
127 oa->oa_base = (caddr_t) in xdr_callmsg()
129 if (oa->oa_base == NULL) in xdr_callmsg()
134 if (xdr_opaque(xdrs, oa->oa_base, in xdr_callmsg()
139 memmove(oa->oa_base, buf, in xdr_callmsg()
162 if (oa->oa_base == NULL) { in xdr_callmsg()
163 oa->oa_base = (caddr_t) in xdr_callmsg()
165 if (oa->oa_base == NULL) in xdr_callmsg()
170 if (xdr_opaque(xdrs, oa->oa_base, in xdr_callmsg()
175 memmove(oa->oa_base, buf, in xdr_callmsg()