HomeSort by relevance Sort by last modified time
    Searched refs:svc_rqst (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/kernel-headers/original/linux/lockd/
xdr.h 89 int nlmsvc_decode_testargs(struct svc_rqst *, u32 *, struct nlm_args *);
90 int nlmsvc_encode_testres(struct svc_rqst *, u32 *, struct nlm_res *);
91 int nlmsvc_decode_lockargs(struct svc_rqst *, u32 *, struct nlm_args *);
92 int nlmsvc_decode_cancargs(struct svc_rqst *, u32 *, struct nlm_args *);
93 int nlmsvc_decode_unlockargs(struct svc_rqst *, u32 *, struct nlm_args *);
94 int nlmsvc_encode_res(struct svc_rqst *, u32 *, struct nlm_res *);
95 int nlmsvc_decode_res(struct svc_rqst *, u32 *, struct nlm_res *);
96 int nlmsvc_encode_void(struct svc_rqst *, u32 *, void *);
97 int nlmsvc_decode_void(struct svc_rqst *, u32 *, void *);
98 int nlmsvc_decode_shareargs(struct svc_rqst *, u32 *, struct nlm_args *)
    [all...]
  /external/kernel-headers/original/linux/nfsd/
xdr.h 140 int nfssvc_decode_void(struct svc_rqst *, u32 *, void *);
141 int nfssvc_decode_fhandle(struct svc_rqst *, u32 *, struct nfsd_fhandle *);
142 int nfssvc_decode_sattrargs(struct svc_rqst *, u32 *,
144 int nfssvc_decode_diropargs(struct svc_rqst *, u32 *,
146 int nfssvc_decode_readargs(struct svc_rqst *, u32 *,
148 int nfssvc_decode_writeargs(struct svc_rqst *, u32 *,
150 int nfssvc_decode_createargs(struct svc_rqst *, u32 *,
152 int nfssvc_decode_renameargs(struct svc_rqst *, u32 *,
154 int nfssvc_decode_readlinkargs(struct svc_rqst *, u32 *,
156 int nfssvc_decode_linkargs(struct svc_rqst *, u32 *
    [all...]
auth.h 24 int nfsd_setuser(struct svc_rqst *, struct svc_export *);
  /external/kernel-headers/original/linux/sunrpc/
svcauth.h 26 struct svc_rqst; /* forward decl */
91 * Givens a pending request (struct svc_rqst), finds and assigns
98 int (*accept)(struct svc_rqst *rq, u32 *authp);
99 int (*release)(struct svc_rqst *rq);
101 int (*set_client)(struct svc_rqst *rq);
115 extern int svc_authenticate(struct svc_rqst *rqstp, u32 *authp);
116 extern int svc_authorise(struct svc_rqst *rqstp);
117 extern int svc_set_client(struct svc_rqst *rqstp);
  /development/ndk/platforms/android-3/include/linux/sunrpc/
svc.h 53 int (*pg_authenticate)(struct svc_rqst *);
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
78 typedef void (*svc_thread_fn)(struct svc_rqst *);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
svc.h 53 int (*pg_authenticate)(struct svc_rqst *);
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
78 typedef void (*svc_thread_fn)(struct svc_rqst *);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
svc.h 53 int (*pg_authenticate)(struct svc_rqst *);
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
78 typedef void (*svc_thread_fn)(struct svc_rqst *);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
svc.h 53 int (*pg_authenticate)(struct svc_rqst *);
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
78 typedef void (*svc_thread_fn)(struct svc_rqst *);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/sunrpc/
svc.h 53 int (*pg_authenticate)(struct svc_rqst *);
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
78 typedef void (*svc_thread_fn)(struct svc_rqst *);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/sunrpc/
svc.h 53 int (*pg_authenticate)(struct svc_rqst *);
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
78 typedef void (*svc_thread_fn)(struct svc_rqst *);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/sunrpc/
svc.h 53 int (*pg_authenticate)(struct svc_rqst *);
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
78 typedef void (*svc_thread_fn)(struct svc_rqst *);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
svc.h 53 int (*pg_authenticate)(struct svc_rqst *);
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
78 typedef void (*svc_thread_fn)(struct svc_rqst *);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
svc.h 53 int (*pg_authenticate)(struct svc_rqst *);
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
78 typedef void (*svc_thread_fn)(struct svc_rqst *);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/sunrpc/
svc.h 53 int (*pg_authenticate)(struct svc_rqst *);
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
78 typedef void (*svc_thread_fn)(struct svc_rqst *);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/sunrpc/
svc.h 53 int (*pg_authenticate)(struct svc_rqst *);
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
78 typedef void (*svc_thread_fn)(struct svc_rqst *);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/sunrpc/
svc.h 53 int (*pg_authenticate)(struct svc_rqst *);
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
78 typedef void (*svc_thread_fn)(struct svc_rqst *);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
svc.h 53 int (*pg_authenticate)(struct svc_rqst *);
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
78 typedef void (*svc_thread_fn)(struct svc_rqst *);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/sunrpc/
svc.h 53 int (*pg_authenticate)(struct svc_rqst *);
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
78 typedef void (*svc_thread_fn)(struct svc_rqst *);
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
svc.h 53 int (*pg_authenticate)(struct svc_rqst *);
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
78 typedef void (*svc_thread_fn)(struct svc_rqst *);
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/sunrpc/
svc.h 53 int (*pg_authenticate)(struct svc_rqst *);
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
78 typedef void (*svc_thread_fn)(struct svc_rqst *);
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
svc.h 53 int (*pg_authenticate)(struct svc_rqst *);
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
78 typedef void (*svc_thread_fn)(struct svc_rqst *);
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/sunrpc/
svc.h 53 int (*pg_authenticate)(struct svc_rqst *);
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
78 typedef void (*svc_thread_fn)(struct svc_rqst *);
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/sunrpc/
svc.h 53 int (*pg_authenticate)(struct svc_rqst *);
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
78 typedef void (*svc_thread_fn)(struct svc_rqst *);
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/sunrpc/
svc.h 53 int (*pg_authenticate)(struct svc_rqst *);
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
78 typedef void (*svc_thread_fn)(struct svc_rqst *);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/sunrpc/
svc.h 53 int (*pg_authenticate)(struct svc_rqst *);
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
78 typedef void (*svc_thread_fn)(struct svc_rqst *);

Completed in 2289 milliseconds

1 2 3