Home
last modified time | relevance | path

Searched refs:xdrfunc (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_util.h66 struct xdrfunc { struct
69 struct xdrfunc *next; argument
71 typedef struct xdrfunc xdrfunc; typedef
107 extern xdrfunc *xdrfunc_head, *xdrfunc_tail;
H A Drpc_hout.c122 xdrfunc *xdrptr; in storexdrfuncdecl()
124 xdrptr = malloc(sizeof (struct xdrfunc)); in storexdrfuncdecl()
H A Drpc_main.c143 xdrfunc *xdrfunc_head = NULL; /* xdr function list */
144 xdrfunc *xdrfunc_tail = NULL; /* xdr function list */
517 xdrfunc *xdrfuncp; in h_output()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c973 xdrproc_t xdrfunc, in decode_args() argument
993 if (!(*xdrfunc)(&xdrs, *xdrargs)) { in decode_args()
1006 xdrproc_t xdrfunc, in encode_res() argument
1013 *size = xdr_sizeof((*xdrfunc), resp); in encode_res()
1024 if (!(*xdrfunc)(&xdrs, resp)) { in encode_res()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid_server.c908 decode_args(xdrproc_t xdrfunc, refd_door_args_t *argp, caddr_t *xdrargs, in decode_args() argument
924 if (!(*xdrfunc)(&xdrs, *xdrargs)) { in decode_args()
936 xdrproc_t xdrfunc, in encode_res() argument
943 *size = xdr_sizeof((*xdrfunc), resp); in encode_res()
952 if (!(*xdrfunc)(&xdrs, resp)) { in encode_res()