Home
last modified time | relevance | path

Searched refs:xdr_SETATTR3args (Results 1 – 10 of 10) sorted by relevance

/dports/net/nfsshell/nfsshell-09cdd52/
H A Dnfs_prot_svc.c63 _xdr_argument = (xdrproc_t) xdr_SETATTR3args; in nfs_program_3()
H A Dnfs_prot_clnt.c49 (xdrproc_t) xdr_SETATTR3args, (caddr_t) argp, in nfs3_setattr_3()
H A Dnfs_prot.h1298 extern bool_t xdr_SETATTR3args (XDR *, SETATTR3args*);
1436 extern bool_t xdr_SETATTR3args ();
H A Dnfs_prot_xdr.c1837 xdr_SETATTR3args (XDR *xdrs, SETATTR3args *objp) in xdr_SETATTR3args() function
/dports/net/unfs3/unfs3-0.9.22/
H A Dxdr.h74 extern bool_t xdr_SETATTR3args (XDR *, SETATTR3args*);
H A Ddaemon.c416 _xdr_argument = (xdrproc_t) xdr_SETATTR3args;
H A Dxdr.c616 bool_t xdr_SETATTR3args(XDR * xdrs, SETATTR3args * objp) in xdr_SETATTR3args() function
/dports/devel/kio-extras/kio-extras-21.12.3/nfs/
H A Drpc_nfs3_prot.h1228 extern bool_t xdr_SETATTR3args (XDR *, SETATTR3args*);
1373 extern bool_t xdr_SETATTR3args ();
H A Drpc_nfs3_prot_xdr.c572 xdr_SETATTR3args (XDR *xdrs, SETATTR3args *objp) in xdr_SETATTR3args() function
H A Dnfsv3.cpp1927 (xdrproc_t) xdr_SETATTR3args, reinterpret_cast<caddr_t>(&setAttrArgs), in setAttr()