Searched refs:credrndup (Results 1 – 2 of 2) sorted by relevance
60 uint_t credrndup; in xdr_callmsg() local67 credrndup = RNDUP(cmsg->rm_call.cb_cred.oa_length); in xdr_callmsg()70 credrndup + 2 * BYTES_PER_XDR_UNIT + verfrndup); in xdr_callmsg()87 buf += credrndup / BYTES_PER_XDR_UNIT; in xdr_callmsg()88 if ((credrndup -= oa->oa_length) > 0) in xdr_callmsg()89 bzero((char *)buf - credrndup, in xdr_callmsg()90 credrndup); in xdr_callmsg()
55 uint_t credrndup; in xdr_callmsg() local62 credrndup = RNDUP(cmsg->rm_call.cb_cred.oa_length); in xdr_callmsg()65 credrndup + 2 * BYTES_PER_XDR_UNIT + verfrndup); in xdr_callmsg()82 buf += credrndup / BYTES_PER_XDR_UNIT; in xdr_callmsg()83 if ((credrndup -= oa->oa_length) > 0) in xdr_callmsg()84 (void) memset((char *)buf - credrndup, in xdr_callmsg()85 0, credrndup); in xdr_callmsg()