Lines Matching refs:oa_base
85 memcpy(buf, oa->oa_base, oa->oa_length); in xdr_callmsg()
92 memcpy(buf, oa->oa_base, oa->oa_length); in xdr_callmsg()
122 if (oa->oa_base == NULL) { in xdr_callmsg()
123 oa->oa_base = (caddr_t) in xdr_callmsg()
125 if (oa->oa_base == NULL) in xdr_callmsg()
130 if (xdr_opaque(xdrs, oa->oa_base, in xdr_callmsg()
135 memcpy(oa->oa_base, buf, in xdr_callmsg()
158 if (oa->oa_base == NULL) { in xdr_callmsg()
159 oa->oa_base = (caddr_t) in xdr_callmsg()
161 if (oa->oa_base == NULL) in xdr_callmsg()
166 if (xdr_opaque(xdrs, oa->oa_base, in xdr_callmsg()
171 memcpy(oa->oa_base, buf, in xdr_callmsg()