Searched refs:svc_pipe (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | svc_run.c | 115 int svc_pipe[2]; /* pipe for breaking out of poll: read(0), write(1) */ variable 294 (void) write(svc_pipe[1], &dummy, sizeof (dummy)); in svc_exit() 533 svc_pollset[npollfds].fd = svc_pipe[0]; in _svc_run_mt() 777 if (pipe(svc_pipe) == -1) { in create_pipe() 782 if (fcntl(svc_pipe[0], F_SETFL, O_NONBLOCK) == -1) { in create_pipe() 787 if (fcntl(svc_pipe[1], F_SETFL, O_NONBLOCK) == -1) { in create_pipe() 805 i = read(svc_pipe[0], buf, sizeof (buf)); in clear_pipe() 1009 (void) write(svc_pipe[1], &dummy, sizeof (dummy)); in svc_args_done()
|
H A D | svc.c | 800 (void) write(svc_pipe[1], &dummy, sizeof (dummy)); in xprt_register()
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | svc_mt.h | 133 extern int svc_pipe[2];
|
/titanic_50/usr/src/cmd/abi/appcert/etc/ |
H A D | etc.scoped.in | 1150 SCOPED_SYMBOL|SunOS_5.6|libnsl.so.1|svc_pipe
|