Searched refs:svc_create (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/libexec/rpc.rstatd/ |
| D | rstatd.c | 128 if (!svc_create(rstat_service, RSTATPROG, RSTATVERS_TIME, in main() 134 if (!svc_create(rstat_service, RSTATPROG, RSTATVERS_SWTCH, in main() 140 if (!svc_create(rstat_service, RSTATPROG, RSTATVERS_ORIG, in main()
|
| /netbsd/src/libexec/rpc.rusersd/ |
| D | rusersd.c | 109 if (!svc_create(rusers_service, RUSERSPROG, RUSERSVERS_3, in main() 115 if (!svc_create(rusers_service, RUSERSPROG, RUSERSVERS_IDLE, in main()
|
| /netbsd/src/lib/libc/rpc/ |
| D | svc_generic.c | 72 __weak_alias(svc_create,_svc_create) 89 svc_create( in svc_create() function
|
| D | Makefile.inc | 76 rpc_svc_create.3 svc_create.3 \
|
| /netbsd/src/libexec/rpc.rquotad/ |
| D | rquotad.c | 91 if (!svc_create(rquota_service, RQUOTAPROG, RQUOTAVERS, "udp")){ in main() 96 if (!svc_create(ext_rquota_service, RQUOTAPROG, in main()
|
| /netbsd/src/usr.sbin/rpc.statd/ |
| D | statd.c | 115 if (!svc_create(sm_prog_1, SM_PROG, SM_VERS, "udp")) { in main() 119 if (!svc_create(sm_prog_1, SM_PROG, SM_VERS, "tcp")) { in main()
|
| /netbsd/src/libexec/rpc.sprayd/ |
| D | sprayd.c | 108 if (!svc_create(spray_service, SPRAYPROG, SPRAYVERS, "udp")) { in main()
|
| /netbsd/src/libexec/rpc.rwalld/ |
| D | rwalld.c | 121 if (!svc_create(wallprog_1, WALLPROG, WALLVERS, "udp")) { in main()
|
| /netbsd/src/include/rpc/ |
| D | svc.h | 361 extern int svc_create(void (*)(struct svc_req *, SVCXPRT *),
|
| /netbsd/src/tests/lib/libc/rpc/ |
| D | t_rpc.c | 181 if (!svc_create(server, PROGNUM, VERSNUM, transp)) in regtest()
|
| /netbsd/src/lib/libc/include/ |
| D | namespace.h | 699 #define svc_create _svc_create macro
|
| /netbsd/src/distrib/sets/lists/comp/ |
| D | mi | 10977 ./usr/share/man/cat3/svc_create.0 comp-c-catman .cat 19502 ./usr/share/man/html3/svc_create.html comp-c-htmlman html 28063 ./usr/share/man/man3/svc_create.3 comp-c-man .man
|