HomeSort by relevance Sort by last modified time
    Searched refs:getquota_args (Results 1 - 2 of 2) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
rquota.x 11 struct getquota_args {
53 RQUOTAPROC_GETQUOTA(getquota_args) = 1;
59 RQUOTAPROC_GETACTIVEQUOTA(getquota_args) = 2;
rquota.h 18 struct getquota_args { struct
22 typedef struct getquota_args getquota_args; typedef in typeref:struct:getquota_args
58 extern getquota_rslt * rquotaproc_getquota_1(getquota_args *, CLIENT *);
59 extern getquota_rslt * rquotaproc_getquota_1_svc(getquota_args *, struct svc_req *);
61 extern getquota_rslt * rquotaproc_getactivequota_1(getquota_args *, CLIENT *);
62 extern getquota_rslt * rquotaproc_getactivequota_1_svc(getquota_args *, struct svc_req *);
78 extern bool_t xdr_getquota_args (XDR *, getquota_args*);

Completed in 20 milliseconds