Home
last modified time | relevance | path

Searched refs:linkargs (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.sbin/amd/rpcx/
H A Dnfs_prot.h343 struct linkargs { struct
347 typedef struct linkargs linkargs; argument
349 extern "C" bool_t xdr_linkargs(XDR *, linkargs *);
351 extern bool_t xdr_linkargs(XDR *, linkargs *);
517 extern "C" int * nfsproc_link_2(linkargs *, CLIENT *);
518 extern "C" int * nfsproc_link_2_svc(linkargs *, struct svc_req *);
573 extern int * nfsproc_link_2(linkargs *, CLIENT *);
574 extern int * nfsproc_link_2_svc(linkargs *, struct svc_req *);
H A Dnfs_prot.x258 struct linkargs { struct
357 NFSPROC_LINK(linkargs) = 12;
H A Dnfs_prot_svc.c54 linkargs nfsproc_link_2_arg; in nfs_program_2()
H A Dnfs_prot_xdr.c283 xdr_linkargs(XDR *xdrs, linkargs *objp) in xdr_linkargs()
/openbsd/lib/librpcsvc/
H A Dnfs_prot.x239 struct linkargs { struct
338 NFSPROC_LINK(linkargs) = 12;
/openbsd/usr.sbin/amd/amd/
H A Dnfs_subr.c363 nfsproc_link_2_svc(linkargs *argp, struct svc_req *rqstp) in nfsproc_link_2_svc()