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

/freebsd-11.0-release/lib/libc/xdr/
H A DMakefile.inc49 xdr.3 xdr_union.3 \
H A Dxdr.c630 xdr_union(XDR *xdrs, enum_t *dscmp, char *unp, const struct xdr_discrim *choices, xdrproc_t dfault) function
/freebsd-11.0-release/lib/libc/rpc/
H A Drpc_prot.c111 /* personalized union, rather than calling xdr_union */
149 /* personalized union, rather than calling xdr_union */
192 return (xdr_union(xdrs, (enum_t *) prp_stat,
/freebsd-11.0-release/sys/rpc/
H A Drpc_prot.c105 /* personalized union, rather than calling xdr_union */
147 /* personalized union, rather than calling xdr_union */
212 return (xdr_union(xdrs, (enum_t *) prp_stat,
H A Dxdr.h235 * an entry with a null procedure pointer. The xdr_union routine gets
309 extern bool_t xdr_union(XDR *, enum_t *, char *, const struct xdr_discrim *, xdrproc_t);
/freebsd-11.0-release/include/rpc/
H A Dxdr.h231 * an entry with a null procedure pointer. The xdr_union routine gets
305 extern bool_t xdr_union(XDR *, enum_t *, char *, const struct xdr_discrim *, xdrproc_t);
/freebsd-11.0-release/sys/xdr/
H A Dxdr.c572 xdr_union(XDR *xdrs, function

Completed in 41 milliseconds