HomeSort by: relevance | last modified time | path
    Searched refs:xdr_wrapstring (Results 1 - 11 of 11) sorted by relevancy

  /src/usr.sbin/rpcbind/
rpcb_svc.c 109 xdr_result = (xdrproc_t)xdr_wrapstring;
142 xdr_argument = (xdrproc_t)xdr_wrapstring;
153 xdr_result = (xdrproc_t)xdr_wrapstring;
rpcb_svc_4.c 119 xdr_result = (xdrproc_t)xdr_wrapstring;
129 xdr_result = (xdrproc_t)xdr_wrapstring;
175 xdr_argument = (xdrproc_t)xdr_wrapstring;
186 xdr_result = (xdrproc_t)xdr_wrapstring;
rpcb_svc_com.c 480 result = xdr_wrapstring(xdrs, &(cap->rmt_uaddr));
  /src/libexec/rpc.rwalld/
rwalld.c 164 xdr_argument = (xdrproc_t)xdr_wrapstring;
  /src/usr.bin/rwall/
rwall.c 135 if (clnt_call(cl, WALLPROC_WALL, xdr_wrapstring, (void *)&mbuf,
  /src/lib/libc/rpc/
rpcb_clnt.c 907 (xdrproc_t) xdr_wrapstring, (char *)(void *) &ua,
922 xdr_free((xdrproc_t)xdr_wrapstring,
1132 xdr_free((xdrproc_t) xdr_wrapstring, (char *)(void *)&r.addr);
1221 (xdrproc_t) xdr_wrapstring, (char *)(void *)&uaddr, tottimeout)
1261 (xdrproc_t) xdr_wrapstring, (char *)(void *)&uaddr,
Makefile.inc 170 xdr.3 xdr_wrapstring.3
  /src/common/lib/libc/rpc/
xdr.c 103 __weak_alias(xdr_wrapstring,_xdr_wrapstring)
828 xdr_wrapstring(XDR *xdrs, char **cpp) function in typeref:typename:bool_t
  /src/common/include/rpc/
xdr.h 307 extern bool_t xdr_wrapstring(XDR *, char **);
  /src/lib/libc/include/
namespace.h 890 #define xdr_wrapstring _xdr_wrapstring macro
  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 428 (xdrproc_t) xdr_wrapstring, &uaddr, timo);
446 xdr_free((xdrproc_t) xdr_wrapstring, &uaddr);

Completed in 18 milliseconds