Home
last modified time | relevance | path

Searched refs:clnt_clts_max_endpoints (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_clts.c152 static int clnt_clts_max_endpoints = -1; variable
1523 } else if (np->e_cnt >= clnt_clts_max_endpoints) { in endpnt_get()
2251 if (clnt_clts_max_endpoints <= 0) { in clnt_clts_init()
2253 clnt_clts_max_endpoints = RESERVED_PORTSPACE; in clnt_clts_init()
2255 clnt_clts_max_endpoints = NONRESERVED_PORTSPACE; in clnt_clts_init()
2259 clnt_clts_max_endpoints > RESERVED_PORTSPACE) in clnt_clts_init()
2260 clnt_clts_max_endpoints = RESERVED_PORTSPACE; in clnt_clts_init()
2261 else if (clnt_clts_max_endpoints > NONRESERVED_PORTSPACE) in clnt_clts_init()
2262 clnt_clts_max_endpoints = NONRESERVED_PORTSPACE; in clnt_clts_init()