svc_create
extern int svc_create(void (*)(struct svc_req *, SVCXPRT *),
__weak_alias(svc_create,_svc_create)
svc_create(
if (!svc_create(rquota_service, RQUOTAPROG, RQUOTAVERS, "udp")){
if (!svc_create(ext_rquota_service, RQUOTAPROG,
if (!svc_create(rstat_service, RSTATPROG, RSTATVERS_TIME,
if (!svc_create(rstat_service, RSTATPROG, RSTATVERS_SWTCH,
if (!svc_create(rstat_service, RSTATPROG, RSTATVERS_ORIG,
if (!svc_create(rusers_service, RUSERSPROG, RUSERSVERS_3,
if (!svc_create(rusers_service, RUSERSPROG, RUSERSVERS_IDLE,
if (!svc_create(wallprog_1, WALLPROG, WALLVERS, "udp")) {
if (!svc_create(spray_service, SPRAYPROG, SPRAYVERS, "udp")) {
if (!svc_create(server, PROGNUM, VERSNUM, transp))
if (!svc_create(sm_prog_1, SM_PROG, SM_VERS, "udp")) {
if (!svc_create(sm_prog_1, SM_PROG, SM_VERS, "tcp")) {