Searched defs:dgtbl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_dg.c89 static void *dgtbl = NULL; variable
147 if ((dgtbl == NULL) && ((dgtbl = rpc_fd_init()) == NULL)) {
281 if (rpc_fd_lock(dgtbl, cu->cu_fd)) {
284 rpc_fd_unlock(dgtbl, cu->cu_fd);
318 rpc_fd_unlock(dgtbl, cu->cu_fd);
327 rpc_fd_unlock(dgtbl, cu->cu_fd);
340 rpc_fd_unlock(dgtbl, cu->cu_fd);
348 rpc_fd_unlock(dgtbl, cu->cu_fd);
377 rpc_fd_unlock(dgtbl, c
[all...]

Completed in 58 milliseconds