HomeSort by: relevance | last modified time | path
    Searched defs:xdr_argument (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.sbin/ypserv/yppush/
yppush_svc.c 89 xdrproc_t xdr_argument, xdr_result; local in function:yppush_xfrrespprog_1
95 xdr_argument = (xdrproc_t)xdr_void;
101 xdr_argument = (xdrproc_t)xdr_yppushresp_xfr;
114 if (!svc_getargs(transp, xdr_argument, (caddr_t) &argument)) {
125 if (!svc_freeargs(transp, xdr_argument, (caddr_t) &argument)) {
  /src/libexec/rpc.rwalld/
rwalld.c 155 xdrproc_t xdr_argument, xdr_result; local in function:wallprog_1
164 xdr_argument = (xdrproc_t)xdr_wrapstring;
175 if (!svc_getargs(transp, xdr_argument, (caddr_t)&argument)) {
183 if (!svc_freeargs(transp, xdr_argument, (caddr_t)&argument)) {
  /src/usr.sbin/rpcbind/
rpcb_svc.c 76 xdrproc_t xdr_argument, xdr_result; local in function:rpcb_service_3
96 xdr_argument = (xdrproc_t )xdr_rpcb;
102 xdr_argument = (xdrproc_t)xdr_rpcb;
108 xdr_argument = (xdrproc_t)xdr_rpcb;
118 xdr_argument = (xdrproc_t)xdr_void;
132 xdr_argument = (xdrproc_t)xdr_void;
142 xdr_argument = (xdrproc_t)xdr_wrapstring;
152 xdr_argument = (xdrproc_t)xdr_netbuf;
162 if (!svc_getargs(transp, (xdrproc_t) xdr_argument,
185 if (!svc_freeargs(transp, (xdrproc_t)xdr_argument, (char *
    [all...]
rpcb_svc_4.c 79 xdrproc_t xdr_argument, xdr_result; local in function:rpcb_service_4
102 xdr_argument = (xdrproc_t)xdr_rpcb;
112 xdr_argument = (xdrproc_t)xdr_rpcb;
118 xdr_argument = (xdrproc_t)xdr_rpcb;
128 xdr_argument = (xdrproc_t)xdr_rpcb;
138 xdr_argument = (xdrproc_t)xdr_void;
165 xdr_argument = (xdrproc_t)xdr_void;
175 xdr_argument = (xdrproc_t)xdr_wrapstring;
185 xdr_argument = (xdrproc_t)xdr_netbuf;
195 xdr_argument = (xdrproc_t)xdr_rpcb
    [all...]
  /src/libexec/rpc.rstatd/
rstat_proc.c 298 xdrproc_t xdr_argument, xdr_result; local in function:rstat_service
307 xdr_argument = (xdrproc_t)xdr_void;
329 xdr_argument = (xdrproc_t)xdr_void;
355 if (!svc_getargs(transp, xdr_argument, (caddr_t)&argument)) {
363 if (!svc_freeargs(transp, xdr_argument, (caddr_t)&argument)) {
  /src/libexec/rpc.rusersd/
rusers_proc.c 292 xdrproc_t xdr_argument, xdr_result; local in function:rusers_service
301 xdr_argument = (xdrproc_t)xdr_void;
317 xdr_argument = (xdrproc_t)xdr_void;
337 xdr_argument = (xdrproc_t)xdr_void;
361 if (!svc_getargs(transp, xdr_argument, (caddr_t)(void *)&argument)) {
369 if (!svc_freeargs(transp, xdr_argument, (caddr_t)(void *)&argument)) {
  /src/usr.sbin/ypserv/ypserv/
ypserv.c 131 xdrproc_t xdr_argument, xdr_result; local in function:ypprog_2
158 xdr_argument = (xdrproc_t)xdr_void;
165 xdr_argument = (xdrproc_t)xdr_ypdomain_wrap_string;
172 xdr_argument = (xdrproc_t)xdr_ypdomain_wrap_string;
179 xdr_argument = (xdrproc_t)xdr_ypreq_key;
186 xdr_argument = (xdrproc_t)xdr_ypreq_nokey;
193 xdr_argument = (xdrproc_t)xdr_ypreq_key;
200 xdr_argument = (xdrproc_t)xdr_ypreq_xfr;
207 xdr_argument = (xdrproc_t)xdr_void;
214 xdr_argument = (xdrproc_t)xdr_ypreq_nokey
    [all...]
  /src/sys/fs/nfs/nlm/
nlm_prot_svc.c 57 xdrproc_t xdr_argument, xdr_result; local in function:nlm_prog_0
68 xdr_argument = (xdrproc_t) xdr_nlm_sm_status;
79 if (!svc_getargs(rqstp, xdr_argument, (char *)(caddr_t) &argument)) {
88 if (!svc_freeargs(rqstp, xdr_argument, (char *)(caddr_t) &argument)) {
125 xdrproc_t xdr_argument, xdr_result; local in function:nlm_prog_1
136 xdr_argument = (xdrproc_t) xdr_nlm_testargs;
142 xdr_argument = (xdrproc_t) xdr_nlm_lockargs;
148 xdr_argument = (xdrproc_t) xdr_nlm_cancargs;
154 xdr_argument = (xdrproc_t) xdr_nlm_unlockargs;
160 xdr_argument = (xdrproc_t) xdr_nlm_testargs
266 xdrproc_t xdr_argument, xdr_result; local in function:nlm_prog_3
379 xdrproc_t xdr_argument, xdr_result; local in function:nlm_prog_4
    [all...]
  /src/usr.sbin/ypbind/
ypbind.c 908 xdrproc_t xdr_argument, xdr_result; local in function:ypbindprog_2
913 xdr_argument = (xdrproc_t)xdr_void;
919 xdr_argument = (xdrproc_t)xdr_ypdomain_wrap_string;
938 xdr_argument = (xdrproc_t)xdr_ypbind_setdom;
948 if (!svc_getargs(transp, xdr_argument, (caddr_t)(void *)&argument)) {

Completed in 15 milliseconds