Searched refs:rusers_service (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/rpcsvc/ |
H A D | rpc.rusersd.c | 56 static void rusers_service(); 125 if (!svc_reg(transp, RUSERSPROG, RUSERSVERS_3, rusers_service, in main() 131 rusers_service, 0)) { in main() 155 if (!svc_create(rusers_service, RUSERSPROG, RUSERSVERS_3, "netpath")) { in main() 159 if (!svc_create(rusers_service, RUSERSPROG, RUSERSVERS_IDLE, in main() 307 rusers_service(rqstp, transp) in rusers_service() function
|