Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_dg.c90 static void *dgtbl = NULL; variable
148 if ((dgtbl == NULL) && ((dgtbl = rpc_fd_init()) == NULL)) { in clnt_dg_create()
282 if (rpc_fd_lock(dgtbl, cu->cu_fd)) { in clnt_dg_call()
285 rpc_fd_unlock(dgtbl, cu->cu_fd); in clnt_dg_call()
319 rpc_fd_unlock(dgtbl, cu->cu_fd); in clnt_dg_call()
328 rpc_fd_unlock(dgtbl, cu->cu_fd); in clnt_dg_call()
341 rpc_fd_unlock(dgtbl, cu->cu_fd); in clnt_dg_call()
349 rpc_fd_unlock(dgtbl, cu->cu_fd); in clnt_dg_call()
378 rpc_fd_unlock(dgtbl, cu->cu_fd); in clnt_dg_call()
398 rpc_fd_unlock(dgtbl, cu->cu_fd); in clnt_dg_call()
[all …]