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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_dg.c82 static void *dgtbl = NULL; variable
140 if ((dgtbl == NULL) && ((dgtbl = rpc_fd_init()) == NULL)) {
273 if (rpc_fd_lock(dgtbl, cu->cu_fd)) {
276 rpc_fd_unlock(dgtbl, cu->cu_fd);
310 rpc_fd_unlock(dgtbl, cu->cu_fd);
319 rpc_fd_unlock(dgtbl, cu->cu_fd);
332 rpc_fd_unlock(dgtbl, cu->cu_fd);
340 rpc_fd_unlock(dgtbl, cu->cu_fd);
369 rpc_fd_unlock(dgtbl, c
[all...]

Completed in 20 milliseconds