Searched refs:xdrfunc (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/rpcgen/ |
H A D | rpc_util.h | 66 struct xdrfunc { struct 69 struct xdrfunc *next; argument 71 typedef struct xdrfunc xdrfunc; typedef 107 extern xdrfunc *xdrfunc_head, *xdrfunc_tail;
|
H A D | rpc_hout.c | 122 xdrfunc *xdrptr; in storexdrfuncdecl() 124 xdrptr = malloc(sizeof (struct xdrfunc)); in storexdrfuncdecl()
|
H A D | rpc_main.c | 143 xdrfunc *xdrfunc_head = NULL; /* xdr function list */ 144 xdrfunc *xdrfunc_tail = NULL; /* xdr function list */ 517 xdrfunc *xdrfuncp; in h_output()
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | autod_main.c | 972 xdrproc_t xdrfunc, in decode_args() argument 992 if (!(*xdrfunc)(&xdrs, *xdrargs)) { in decode_args() 1005 xdrproc_t xdrfunc, in encode_res() argument 1012 *size = xdr_sizeof((*xdrfunc), resp); in encode_res() 1023 if (!(*xdrfunc)(&xdrs, resp)) { in encode_res()
|
/titanic_50/usr/src/cmd/fs.d/nfs/nfsmapid/ |
H A D | nfsmapid_server.c | 908 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()
|