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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_run.c233 svc_run(void) function
261 * This function causes svc_run() to exit by destroying all
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c105 * svc_queuereq() and svc_run().
108 * loop in svc_run(). The interrupt function queues a request on the
114 * thread processes a request and sends a reply it returns to svc_run()
115 * and svc_run() calls svc_poll() to find new input.
124 * lock on this transport and return to svc_run(). If the request
178 * it should cancel the reservation before it returns to svc_run().
341 static int svc_run(SVCPOOL *);
524 err = svc_run(pool);
1601 * Exit a detached service thread that returned to svc_run
1832 * Polling part of the svc_run()
2218 svc_run(SVCPOOL *pool) function
[all...]
/illumos-gate/usr/src/man/man3nsl/
H A DMakefile236 svc_run.3nsl \
453 svc_run.3nsl := LINKSRC = rpc_svc_calls.3nsl

Completed in 76 milliseconds