Searched refs:xdr_wrapstring (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/lib/librpcsvc/
H A Drwall.c52 (xdrproc_t)xdr_wrapstring, (char *) &msg,
/freebsd-11-stable/usr.sbin/rpcbind/
H A Drpcb_svc.c109 xdr_result = (xdrproc_t)xdr_wrapstring;
142 xdr_argument = (xdrproc_t)xdr_wrapstring;
153 xdr_result = (xdrproc_t)xdr_wrapstring;
H A Drpcb_svc_4.c120 xdr_result = (xdrproc_t)xdr_wrapstring;
130 xdr_result = (xdrproc_t)xdr_wrapstring;
176 xdr_argument = (xdrproc_t)xdr_wrapstring;
187 xdr_result = (xdrproc_t)xdr_wrapstring;
H A Drpcb_svc_com.c467 result = xdr_wrapstring(xdrs, &(cap->rmt_uaddr));
/freebsd-11-stable/lib/libc/xdr/
H A DMakefile.inc52 xdr.3 xdr_wrapstring.3
H A Dxdr.c765 xdr_wrapstring(XDR *xdrs, char **cpp) function
/freebsd-11-stable/usr.bin/rwall/
H A Drwall.c105 if (clnt_call(cl, WALLPROC_WALL, (xdrproc_t)xdr_wrapstring, &mbuf,
/freebsd-11-stable/libexec/rpc.rwalld/
H A Drwalld.c178 xdr_argument = xdr_wrapstring;
/freebsd-11-stable/lib/libc/rpc/
H A Drpcb_clnt.c75 extern bool_t xdr_wrapstring(XDR *, char **);
942 (xdrproc_t) xdr_wrapstring, (char *)(void *) &ua, *tp);
956 xdr_free((xdrproc_t)xdr_wrapstring,
1170 xdr_free((xdrproc_t) xdr_wrapstring, (char *)(void *)&r.addr);
1260 (xdrproc_t) xdr_wrapstring, (char *)(void *)&uaddr, tottimeout);
1296 (xdrproc_t) xdr_wrapstring, (char *)(void *)&uaddr,
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-vx.c138 status = clnt_call (pClient, VX_LOAD, xdr_wrapstring, &filename, xdr_ldfile,
802 xdr_wrapstring, pBootFile);
837 status = net_clnt_call (VX_SYMBOL_INQ, xdr_wrapstring, &name,
1133 clnt_freeres (pClient, xdr_wrapstring, &bootFile);
/freebsd-11-stable/sys/rpc/
H A Drpcb_clnt.c982 (xdrproc_t) xdr_wrapstring, (char *)(void *) &ua, *tp);
996 xdr_free((xdrproc_t)xdr_wrapstring,
1215 xdr_free((xdrproc_t) xdr_wrapstring, (char *)(void *)&r.addr);
1327 (xdrproc_t) xdr_wrapstring, (char *)(void *)&uaddr, tottimeout);
1359 (xdrproc_t) xdr_wrapstring, (char *)(void *)&uaddr,
H A Dxdr.h318 extern bool_t xdr_wrapstring(XDR *, char **);
/freebsd-11-stable/include/rpc/
H A Dxdr.h314 extern bool_t xdr_wrapstring(XDR *, char **);
/freebsd-11-stable/sys/xdr/
H A Dxdr.c704 xdr_wrapstring(XDR *xdrs, char **cpp) function
/freebsd-11-stable/sys/kgssapi/
H A Dgsstest.c659 (xdrproc_t) xdr_wrapstring, &uaddr, timo);
677 xdr_free((xdrproc_t) xdr_wrapstring, &uaddr);
/freebsd-11-stable/sys/nlm/
H A Dnlm_prot_impl.c420 (xdrproc_t) xdr_wrapstring, &uaddr, timo);
438 xdr_free((xdrproc_t) xdr_wrapstring, &uaddr);

Completed in 136 milliseconds