Searched defs:svc_procedure (Results 1 – 1 of 1) sorted by relevance
401 struct svc_procedure { struct402 svc_procfunc pc_func; /* process the request */403 kxdrproc_t pc_decode; /* XDR decode args */404 kxdrproc_t pc_encode; /* XDR encode result */405 kxdrproc_t pc_release; /* XDR free result */406 unsigned int pc_argsize; /* argument struct size */407 unsigned int pc_ressize; /* result struct size */408 unsigned int pc_count; /* call count */409 unsigned int pc_cachetype; /* cache info (NFS) */410 unsigned int pc_xdrressize; /* maximum size of XDR reply */