Searched defs:svc_program (Results 1 – 2 of 2) sorted by relevance
401 struct svc_program { struct402 struct svc_program * pg_next; /* other programs (same xprt) */ argument413 const struct svc_program *, argument416 const struct svc_program *, argument
388 struct svc_program { struct389 struct svc_program * pg_next; /* other programs (same xprt) */ argument390 u32 pg_prog; /* program number */391 unsigned int pg_lovers; /* lowest version */392 unsigned int pg_hivers; /* highest version */393 unsigned int pg_nvers; /* number of versions */394 const struct svc_version **pg_vers; /* version array */395 char * pg_name; /* service name */396 char * pg_class; /* class name: services sharing authentication */397 struct svc_stat * pg_stats; /* rpc statistics */[all …]