Home
last modified time | relevance | path

Searched defs:svc_procedure (Results 1 – 5 of 5) sorted by relevance

/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/linux/sunrpc/
H A Dsvc.h66 struct svc_procedure { struct
67 svc_procfunc pc_func;
68 kxdrproc_t pc_decode;
69 kxdrproc_t pc_encode;
70 kxdrproc_t pc_release;
71 unsigned int pc_argsize;
72 unsigned int pc_ressize;
73 unsigned int pc_count;
74 unsigned int pc_cachetype;
75 unsigned int pc_xdrressize;
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/linux/sunrpc/
H A Dsvc.h66 struct svc_procedure { struct
67 svc_procfunc pc_func;
68 kxdrproc_t pc_decode;
69 kxdrproc_t pc_encode;
70 kxdrproc_t pc_release;
71 unsigned int pc_argsize;
72 unsigned int pc_ressize;
73 unsigned int pc_count;
74 unsigned int pc_cachetype;
75 unsigned int pc_xdrressize;
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/sunrpc/
H A Dsvc.h454 struct svc_procedure { struct
456 __be32 (*pc_func)(struct svc_rqst *);
458 int (*pc_decode)(struct svc_rqst *, __be32 *data);
460 int (*pc_encode)(struct svc_rqst *, __be32 *data);
462 void (*pc_release)(struct svc_rqst *);
463 unsigned int pc_argsize; /* argument struct size */
464 unsigned int pc_ressize; /* result struct size */
465 unsigned int pc_cachetype; /* cache info (NFS) */
466 unsigned int pc_xdrressize; /* maximum size of XDR reply */
467 const char * pc_name; /* for display */
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/sunrpc/
H A Dsvc.h454 struct svc_procedure { struct
456 __be32 (*pc_func)(struct svc_rqst *);
458 int (*pc_decode)(struct svc_rqst *, __be32 *data);
460 int (*pc_encode)(struct svc_rqst *, __be32 *data);
462 void (*pc_release)(struct svc_rqst *);
463 unsigned int pc_argsize; /* argument struct size */
464 unsigned int pc_ressize; /* result struct size */
465 unsigned int pc_cachetype; /* cache info (NFS) */
466 unsigned int pc_xdrressize; /* maximum size of XDR reply */
467 const char * pc_name; /* for display */
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/sunrpc/
H A Dsvc.h454 struct svc_procedure { struct
456 __be32 (*pc_func)(struct svc_rqst *);
458 int (*pc_decode)(struct svc_rqst *, __be32 *data);
460 int (*pc_encode)(struct svc_rqst *, __be32 *data);
462 void (*pc_release)(struct svc_rqst *);
463 unsigned int pc_argsize; /* argument struct size */
464 unsigned int pc_ressize; /* result struct size */
465 unsigned int pc_cachetype; /* cache info (NFS) */
466 unsigned int pc_xdrressize; /* maximum size of XDR reply */
467 const char * pc_name; /* for display */