HomeSort by: relevance | last modified time | path
    Searched defs:universal (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/rpc/
svc_simple.c 73 static void universal(struct svc_req *, SVCXPRT *);
199 if (!svc_reg(svcxprt, prognum, versnum, universal, nconf)) {
247 * The universal handler for the services registered using registerrpc.
252 universal(struct svc_req *rqstp, SVCXPRT *transp) function in typeref:typename:void
svc_simple.c 73 static void universal(struct svc_req *, SVCXPRT *);
199 if (!svc_reg(svcxprt, prognum, versnum, universal, nconf)) {
247 * The universal handler for the services registered using registerrpc.
252 universal(struct svc_req *rqstp, SVCXPRT *transp) function in typeref:typename:void

Completed in 26 milliseconds