Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/rpc/
H A Dclnt_cots.c441 static calllist_t *clnt_pending = NULL; variable
2740 clnt_pending = e->call_next; in connmgr_connect()
2909 clnt_pending = e->call_next; in connmgr_getopt_int()
3001 clnt_pending = e->call_next; in connmgr_setopt_int()
3147 if (clnt_pending) in clnt_dispatch_send()
3148 clnt_pending->call_prev = e; in clnt_dispatch_send()
3149 e->call_next = clnt_pending; in clnt_dispatch_send()
3151 clnt_pending = e; in clnt_dispatch_send()
3314 for (e = clnt_pending; /* NO CONDITION */; e = e->call_next) { in clnt_dispatch_notifyconn()
3592 for (e = clnt_pending; e; e = e->call_next) { in clnt_dispatch_notifyall()