Searched refs:createargs (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/usr.sbin/amd/rpcx/ |
| D | nfs_prot.h | 315 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 …]
|
| D | nfs_prot.x | 248 struct createargs { struct 348 NFSPROC_CREATE(createargs) = 9; 363 NFSPROC_MKDIR(createargs) = 14;
|
| D | nfs_prot_svc.c | 51 createargs nfsproc_create_2_arg; in nfs_program_2() 56 createargs nfsproc_mkdir_2_arg; in nfs_program_2()
|
| D | nfs_prot_xdr.c | 259 xdr_createargs(XDR *xdrs, createargs *objp) in xdr_createargs()
|
| /openbsd/src/lib/librpcsvc/ |
| D | nfs_prot.x | 229 struct createargs { struct 329 NFSPROC_CREATE(createargs) = 9; 344 NFSPROC_MKDIR(createargs) = 14;
|
| /openbsd/src/usr.sbin/amd/amd/ |
| D | nfs_subr.c | 275 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()
|