Searched refs:svc_tp_create (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/lib/libc/rpc/
H A Dsvc_generic.c121 xprt = svc_tp_create(dispatch, prognum, versnum, nconf);
157 svc_tp_create(void (*dispatch)(struct svc_req *, SVCXPRT *), function
164 "svc_tp_create: invalid netconfig structure for prog %u vers %u",
176 "svc_tp_create: Could not register prog %u vers %u on %s",
H A DMakefile.inc130 rpc_svc_create.3 svc_tp_create.3 \
/freebsd-13-stable/sys/rpc/
H A Dsvc_generic.c128 xprt = svc_tp_create(pool, dispatch, prognum, versnum,
150 svc_tp_create( function
165 "svc_tp_create: invalid netconfig structure for prog %u vers %u\n",
187 "svc_tp_create: Could not register prog %u vers %u on %s\n",
H A Dsvc.h765 extern SVCXPRT *svc_tp_create(SVCPOOL *, void (*)(struct svc_req *, SVCXPRT *),
834 extern SVCXPRT *svc_tp_create(void (*)(struct svc_req *, SVCXPRT *),
/freebsd-13-stable/include/rpc/
H A Dsvc.h393 extern SVCXPRT *svc_tp_create(void (*)(struct svc_req *, SVCXPRT *),
/freebsd-13-stable/sys/nlm/
H A Dnlm_prot_impl.c1466 xprts[j] = svc_tp_create(pool, dispatchers[i],

Completed in 105 milliseconds