Home
last modified time | relevance | path

Searched refs:FSINFO3res (Results 1 – 19 of 19) sorted by relevance

/dports/net/nfsshell/nfsshell-09cdd52/
H A Dnfs_prot.h509 struct FSINFO3res { struct
516 typedef struct FSINFO3res FSINFO3res; typedef
1063 extern FSINFO3res * nfs3_fsinfo_3(FSINFO3args *, CLIENT *);
1064 extern FSINFO3res * nfs3_fsinfo_3_svc(FSINFO3args *, struct svc_req *);
1132 extern FSINFO3res * nfs3_fsinfo_3();
1133 extern FSINFO3res * nfs3_fsinfo_3_svc();
1244 extern bool_t xdr_FSINFO3res (XDR *, FSINFO3res*);
H A Dnfs_prot_clnt.c297 FSINFO3res *
300 static FSINFO3res clnt_res; in nfs3_fsinfo_3()
H A Dnfs_prot.x439 union FSINFO3res switch (nfsstat3 status) {
839 FSINFO3res
H A Dnfs_prot_xdr.c992 xdr_FSINFO3res (XDR *xdrs, FSINFO3res *objp) in xdr_FSINFO3res()
H A Dnfsshell.c2001 FSINFO3res *res; in determine_transfersize()
/dports/devel/kio-extras/kio-extras-21.12.3/nfs/
H A Drpc_nfs3_prot.h861 struct FSINFO3res { struct
868 typedef struct FSINFO3res FSINFO3res; argument
1058 extern FSINFO3res * nfsproc3_fsinfo_3(FSINFO3args , CLIENT *);
1059 extern FSINFO3res * nfsproc3_fsinfo_3_svc(FSINFO3args , struct svc_req *);
1127 extern FSINFO3res * nfsproc3_fsinfo_3();
1128 extern FSINFO3res * nfsproc3_fsinfo_3_svc();
1309 extern bool_t xdr_FSINFO3res (XDR *, FSINFO3res*);
H A Drpc_nfs3_prot.x277 FSINFO3res
798 union FSINFO3res switch (nfsstat3 status) {
H A Drpc_nfs3_prot_xdr.c1733 xdr_FSINFO3res (XDR *xdrs, FSINFO3res *objp) in xdr_FSINFO3res()
H A Dnfsv3.cpp1596 FSINFO3res fsRes; in initPreferredSizes()
/dports/net/unfs3/unfs3-0.9.22/
H A Dnfs.h892 struct FSINFO3res { struct
899 typedef struct FSINFO3res FSINFO3res; argument
1000 extern FSINFO3res * nfsproc3_fsinfo_3_svc(FSINFO3args *, struct svc_req *);
H A Dxdr.h155 extern bool_t xdr_FSINFO3res (XDR *, FSINFO3res*);
H A Dnfs.c1007 FSINFO3res *nfsproc3_fsinfo_3_svc(FSINFO3args * argp, struct svc_req * rqstp) in nfsproc3_fsinfo_3_svc()
1009 static FSINFO3res result; in nfsproc3_fsinfo_3_svc()
H A Dxdr.c1547 bool_t xdr_FSINFO3res(XDR * xdrs, FSINFO3res * objp) in xdr_FSINFO3res()
/dports/net/libnfs/libnfs-libnfs-4.0.0/nfs/
H A Dlibnfs-raw-nfs.h539 struct FSINFO3res { struct
546 typedef struct FSINFO3res FSINFO3res; typedef
1522 extern FSINFO3res * nfs3_fsinfo_3(FSINFO3args *, void *);
1523 extern FSINFO3res * nfs3_fsinfo_3_svc(FSINFO3args *, struct svc_req *);
1591 extern FSINFO3res * nfs3_fsinfo_3();
1592 extern FSINFO3res * nfs3_fsinfo_3_svc();
1702 extern uint32_t zdr_FSINFO3res (ZDR *, FSINFO3res*);
H A Dnfs.x460 union FSINFO3res switch (nfsstat3 status) {
1191 FSINFO3res
H A Dnfs.c728 …NFS_PROGRAM, NFS_V3, NFS3_FSINFO, cb, private_data, (zdrproc_t)zdr_FSINFO3res, sizeof(FSINFO3res)); in rpc_nfs3_fsinfo_async()
H A Dlibnfs-raw-nfs.c950 zdr_FSINFO3res (ZDR *zdrs, FSINFO3res *objp) in zdr_FSINFO3res()
/dports/net/libnfs/libnfs-libnfs-4.0.0/examples/
H A Dnfsclient-raw.c149 FSINFO3res *res = data; in nfs_fsinfo_cb()
/dports/net/libnfs/libnfs-libnfs-4.0.0/lib/
H A Dnfs_v3.c669 FSINFO3res *res = command_data; in nfs3_mount_6_cb()