Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/rpc/
H A Dclnt_clts.c147 static int clnt_clts_max_endpoints = -1; variable
1498 } else if (np->e_cnt >= clnt_clts_max_endpoints) { in endpnt_get()
2226 if (clnt_clts_max_endpoints <= 0) { in clnt_clts_init()
2228 clnt_clts_max_endpoints = RESERVED_PORTSPACE; in clnt_clts_init()
2230 clnt_clts_max_endpoints = NONRESERVED_PORTSPACE; in clnt_clts_init()
2234 clnt_clts_max_endpoints > RESERVED_PORTSPACE) in clnt_clts_init()
2235 clnt_clts_max_endpoints = RESERVED_PORTSPACE; in clnt_clts_init()
2236 else if (clnt_clts_max_endpoints > NONRESERVED_PORTSPACE) in clnt_clts_init()
2237 clnt_clts_max_endpoints = NONRESERVED_PORTSPACE; in clnt_clts_init()