Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/amd/rpcx/
Dnfs_prot.h315 struct createargs { struct
319 typedef struct createargs createargs; argument
321 extern "C" bool_t xdr_createargs(XDR *, createargs *);
323 extern bool_t xdr_createargs(XDR *, createargs *);
508 extern "C" diropres * nfsproc_create_2(createargs *, CLIENT *);
509 extern "C" diropres * nfsproc_create_2_svc(createargs *, struct svc_req *);
523 extern "C" diropres * nfsproc_mkdir_2(createargs *, CLIENT *);
524 extern "C" diropres * nfsproc_mkdir_2_svc(createargs *, struct svc_req *);
564 extern diropres * nfsproc_create_2(createargs *, CLIENT *);
565 extern diropres * nfsproc_create_2_svc(createargs *, struct svc_req *);
[all …]
Dnfs_prot.x248 struct createargs { struct
348 NFSPROC_CREATE(createargs) = 9;
363 NFSPROC_MKDIR(createargs) = 14;
Dnfs_prot_svc.c51 createargs nfsproc_create_2_arg; in nfs_program_2()
56 createargs nfsproc_mkdir_2_arg; in nfs_program_2()
Dnfs_prot_xdr.c259 xdr_createargs(XDR *xdrs, createargs *objp) in xdr_createargs()
/openbsd/src/lib/librpcsvc/
Dnfs_prot.x229 struct createargs { struct
329 NFSPROC_CREATE(createargs) = 9;
344 NFSPROC_MKDIR(createargs) = 14;
/openbsd/src/usr.sbin/amd/amd/
Dnfs_subr.c275 nfsproc_create_2_svc(createargs *argp, struct svc_req *rqstp) in nfsproc_create_2_svc()
389 nfsproc_mkdir_2_svc(createargs *argp, struct svc_req *rqstp) in nfsproc_mkdir_2_svc()