Searched refs:xdr_reference (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/sys/modules/xdr/
H A DMakefile9 xdr_reference.c \
/freebsd-12-stable/lib/libc/xdr/
H A DMakefile.inc6 xdr_rec.c xdr_reference.c xdr_sizeof.c \
40 xdr.3 xdr_reference.3 \
H A Dxdr_reference.c1 /* $NetBSD: xdr_reference.c,v 1.13 2000/01/22 22:19:18 mycroft Exp $ */
37 static char *sccsid2 = "@(#)xdr_reference.c 1.11 87/08/11 SMI";
38 static char *sccsid = "@(#)xdr_reference.c 2.1 88/07/29 4.0 RPCSRC";
44 * xdr_reference.c, Generic XDR routines impelmentation.
62 * xdr_reference is for recursively translating a structure that is
70 xdr_reference(XDR *xdrs, caddr_t *pp, u_int size, xdrproc_t proc) function
89 warnx("xdr_reference: out of memory");
113 * differs with xdr_reference in that it can serialize/deserialiaze
142 return (xdr_reference(xdrs,objpp,obj_size,xdr_obj));
/freebsd-12-stable/sys/xdr/
H A Dxdr_reference.c1 /* $NetBSD: xdr_reference.c,v 1.13 2000/01/22 22:19:18 mycroft Exp $ */
33 static char *sccsid2 = "@(#)xdr_reference.c 1.11 87/08/11 SMI";
34 static char *sccsid = "@(#)xdr_reference.c 2.1 88/07/29 4.0 RPCSRC";
40 * xdr_reference.c, Generic XDR routines impelmentation.
57 * xdr_reference is for recursively translating a structure that is
65 xdr_reference(XDR *xdrs, function
81 printf("xdr_reference: out of memory");
105 * differs with xdr_reference in that it can serialize/deserialiaze
134 return (xdr_reference(xdrs,objpp,obj_size,xdr_obj));
/freebsd-12-stable/lib/libc/rpc/
H A Dpmap_prot2.c92 * this sounds like a job for xdr_reference!
124 if (! xdr_reference(xdrs, (caddr_t *)rp,
H A Drpcb_prot.c99 * we can ``unwind'' the recursion into a while loop and use xdr_reference to
132 if (! xdr_reference(xdrs, (caddr_t *)rp,
141 * gets nulled out by the xdr_reference
215 if (! xdr_reference(xdrs, (caddr_t *)rp,
225 * gets nulled out by the xdr_reference
H A Dpmap_rmt.c162 if (xdr_reference(xdrs, &port_ptr, sizeof (u_long),
/freebsd-12-stable/sys/rpc/
H A Drpcb_prot.c111 * we can ``unwind'' the recursion into a while loop and use xdr_reference to
144 if (! xdr_reference(xdrs, (caddr_t *)rp,
153 * gets nulled out by the xdr_reference
228 if (! xdr_reference(xdrs, (caddr_t *)rp,
238 * gets nulled out by the xdr_reference
H A Dxdr.h318 extern bool_t xdr_reference(XDR *, char **, u_int, xdrproc_t);
/freebsd-12-stable/include/rpc/
H A Dxdr.h314 extern bool_t xdr_reference(XDR *, char **, u_int, xdrproc_t);
/freebsd-12-stable/contrib/gcc/
H A Dsys-protos.h1296 extern int xdr_reference(/* ??? */);
/freebsd-12-stable/contrib/amd/libamu/
H A Dxdr_func.c588 return (xdr_reference(xdrs, objpp, obj_size, xdr_obj));

Completed in 223 milliseconds