Searched defs:universal (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_simple.c69 static void universal();
180 if (!svc_reg(svcxprt, prognum, versnum, universal, nconf)) {
230 * The universal handler for the services registered using registerrpc.
235 universal(struct svc_req *rqstp, SVCXPRT *transp) function
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Drevnetgroup.c52 * Exception: Groups to which everyone belongs (universal groups) will
53 * not be included in the list. The universal groups will be listed under
187 static char *universal = "*"; local
192 name = universal;
198 domain = universal;
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_simple.c69 static void universal();
180 if (!svc_reg(svcxprt, prognum, versnum, universal, nconf)) {
230 * The universal handler for the services registered using registerrpc.
235 universal(struct svc_req *rqstp, SVCXPRT *transp) function

Completed in 122 milliseconds