Home
last modified time | relevance | path

Searched refs:rusers_service (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/rpcsvc/
H A Drpc.rusersd.c58 static void rusers_service();
127 if (!svc_reg(transp, RUSERSPROG, RUSERSVERS_3, rusers_service, in main()
133 rusers_service, 0)) { in main()
157 if (!svc_create(rusers_service, RUSERSPROG, RUSERSVERS_3, "netpath")) { in main()
161 if (!svc_create(rusers_service, RUSERSPROG, RUSERSVERS_IDLE, in main()
309 rusers_service(rqstp, transp) in rusers_service() function