Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c448 static call_table_t *cots_call_ht; variable
3141 e->call_bucket = &cots_call_ht[e->call_hash]; in clnt_dispatch_send()
3206 chtp = &cots_call_ht[hash]; in clnt_dispatch_notify()
3567 ctp = &cots_call_ht[i]; in clnt_dispatch_notifyall()
3694 cots_call_ht = call_table_init(clnt_cots_hash_size); in clnt_cots_init()