Home
last modified time | relevance | path

Searched refs:nopad (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/bsd/nfs/ !
H A Dxdr_subs.h377 xb_add_bytes(struct xdrbuf *xbp, const char *buf, size_t count, int nopad) in xb_add_bytes() argument
382 len = nopad ? count : xdr_rndup(count); in xb_add_bytes()
423 xb_get_bytes(struct xdrbuf *xbp, char *buf, uint32_t count, int nopad) in xb_get_bytes() argument
427 len = nopad ? count : xdr_rndup(count); in xb_get_bytes()