Home
last modified time | relevance | path

Searched refs:WRITE3res (Results 1 – 18 of 18) sorted by relevance

/dports/net/nfsshell/nfsshell-09cdd52/
H A Dnfs_prot.h193 struct WRITE3res { struct
200 typedef struct WRITE3res WRITE3res; typedef
1027 extern WRITE3res * nfs3_write_3(WRITE3args *, CLIENT *);
1028 extern WRITE3res * nfs3_write_3_svc(WRITE3args *, struct svc_req *);
1096 extern WRITE3res * nfs3_write_3();
1097 extern WRITE3res * nfs3_write_3_svc();
1201 extern bool_t xdr_WRITE3res (XDR *, WRITE3res*);
H A Dnfs_prot_clnt.c117 WRITE3res *
120 static WRITE3res clnt_res; in nfs3_write_3()
H A Dnfs_prot.x167 union WRITE3res switch (nfsstat3 status) {
803 WRITE3res
H A Dnfs_prot_xdr.c350 xdr_WRITE3res (XDR *xdrs, WRITE3res *objp) in xdr_WRITE3res()
H A Dnfsshell.c1358 WRITE3res *wres; in do_put()
/dports/devel/kio-extras/kio-extras-21.12.3/nfs/
H A Drpc_nfs3_prot.h456 struct WRITE3res { struct
463 typedef struct WRITE3res WRITE3res; argument
1022 extern WRITE3res * nfsproc3_write_3(WRITE3args , CLIENT *);
1023 extern WRITE3res * nfsproc3_write_3_svc(WRITE3args , struct svc_req *);
1091 extern WRITE3res * nfsproc3_write_3();
1092 extern WRITE3res * nfsproc3_write_3_svc();
1252 extern bool_t xdr_WRITE3res (XDR *, WRITE3res*);
H A Drpc_nfs3_prot.x241 WRITE3res
451 union WRITE3res switch (nfsstat3 status) {
H A Dnfsv3.cpp861 WRITE3res writeRes; in put()
1070 WRITE3res writeRes; in copySame()
1071 memset(&writeRes, 0, sizeof(WRITE3res)); in copySame()
1482 WRITE3res writeRes; in copyTo()
H A Drpc_nfs3_prot_xdr.c900 xdr_WRITE3res (XDR *xdrs, WRITE3res *objp) in xdr_WRITE3res()
/dports/net/unfs3/unfs3-0.9.22/
H A Dnfs.h487 struct WRITE3res { struct
494 typedef struct WRITE3res WRITE3res; argument
976 extern WRITE3res * nfsproc3_write_3_svc(WRITE3args *, struct svc_req *);
H A Dxdr.h98 extern bool_t xdr_WRITE3res (XDR *, WRITE3res*);
H A Dnfs.c396 WRITE3res *nfsproc3_write_3_svc(WRITE3args * argp, struct svc_req * rqstp) in nfsproc3_write_3_svc()
398 static WRITE3res result; in nfsproc3_write_3_svc()
H A Dxdr.c876 bool_t xdr_WRITE3res(XDR * xdrs, WRITE3res * objp) in xdr_WRITE3res()
/dports/net/libnfs/libnfs-libnfs-4.0.0/nfs/
H A Dlibnfs-raw-nfs.h223 struct WRITE3res { struct
230 typedef struct WRITE3res WRITE3res; argument
1486 extern WRITE3res * nfs3_write_3(WRITE3args *, void *);
1487 extern WRITE3res * nfs3_write_3_svc(WRITE3args *, struct svc_req *);
1555 extern WRITE3res * nfs3_write_3();
1556 extern WRITE3res * nfs3_write_3_svc();
1659 extern uint32_t zdr_WRITE3res (ZDR *, WRITE3res*);
H A Dnfs.x188 union WRITE3res switch (nfsstat3 status) {
1155 WRITE3res
H A Dnfs.c315 …M, NFS_V3, NFS3_WRITE, cb, private_data, (zdrproc_t)zdr_WRITE3res, sizeof(WRITE3res), args->count); in rpc_nfs3_write_async()
H A Dlibnfs-raw-nfs.c317 zdr_WRITE3res (ZDR *zdrs, WRITE3res *objp) in zdr_WRITE3res()
/dports/net/libnfs/libnfs-libnfs-4.0.0/lib/
H A Dnfs_v3.c4367 WRITE3res *res; in nfs3_pwrite_mcb()