Searched defs:endpnt_get (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_clts.c168 static struct endpnt *endpnt_get(struct knetconfig *, int);
583 p->cku_endpnt = endpnt_get(&p->cku_config, p->cku_useresvport);
1129 * calls endpnt_get() to obtain a transport endpoint, the idle list is first
1210 * endpnt_get()/check_endpnt()/endpnt_rele()/endpnt_reap()/do_endpnt_reclaim()
1385 endpnt_get(struct knetconfig *config, int useresvport) function
1400 RPCLOG(1, "endpnt_get: protofmly %s, ", config->knc_protofmly);
1557 RPCLOG0(1, "endpnt_get: kmem_cache_alloc failed\n");
1608 RPCLOG(1, "endpnt_get: t_kopen: %d\n", error);
1621 RPCLOG(1, "endpnt_get: kstr_push on rpcmod failed %d\n", error);
1628 RPCLOG(1, "endpnt_get
[all...]

Completed in 82 milliseconds