HomeSort by: relevance | last modified time | path
    Searched refs:svc_create (Results 1 - 11 of 11) sorted by relevancy

  /src/libexec/rpc.rstatd/
rstatd.c 128 if (!svc_create(rstat_service, RSTATPROG, RSTATVERS_TIME,
134 if (!svc_create(rstat_service, RSTATPROG, RSTATVERS_SWTCH,
140 if (!svc_create(rstat_service, RSTATPROG, RSTATVERS_ORIG,
  /src/libexec/rpc.rusersd/
rusersd.c 109 if (!svc_create(rusers_service, RUSERSPROG, RUSERSVERS_3,
115 if (!svc_create(rusers_service, RUSERSPROG, RUSERSVERS_IDLE,
  /src/libexec/rpc.rwalld/
rwalld.c 121 if (!svc_create(wallprog_1, WALLPROG, WALLVERS, "udp")) {
  /src/libexec/rpc.sprayd/
sprayd.c 108 if (!svc_create(spray_service, SPRAYPROG, SPRAYVERS, "udp")) {
  /src/libexec/rpc.rquotad/
rquotad.c 91 if (!svc_create(rquota_service, RQUOTAPROG, RQUOTAVERS, "udp")){
96 if (!svc_create(ext_rquota_service, RQUOTAPROG,
  /src/lib/libc/rpc/
svc_generic.c 72 __weak_alias(svc_create,_svc_create)
85 * If svc_create() is called multiple times, it uses the handle
89 svc_create( function in typeref:typename:int
Makefile.inc 76 rpc_svc_create.3 svc_create.3 \
  /src/usr.sbin/rpc.statd/
statd.c 115 if (!svc_create(sm_prog_1, SM_PROG, SM_VERS, "udp")) {
119 if (!svc_create(sm_prog_1, SM_PROG, SM_VERS, "tcp")) {
  /src/include/rpc/
svc.h 359 * Transport independent svc_create routine.
361 extern int svc_create(void (*)(struct svc_req *, SVCXPRT *),
  /src/tests/lib/libc/rpc/
t_rpc.c 181 if (!svc_create(server, PROGNUM, VERSNUM, transp))
  /src/lib/libc/include/
namespace.h 699 #define svc_create _svc_create macro

Completed in 896 milliseconds