Searched refs:rpc_fd_unlock (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | clnt_dg.c | 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() 473 rpc_fd_unlock(dgtbl, cu->cu_fd); in clnt_dg_call() 490 rpc_fd_unlock(dgtbl, cu->cu_fd); in clnt_dg_call() 535 rpc_fd_unlock(dgtbl, cu->cu_fd); in clnt_dg_call() [all …]
|
H A D | clnt_vc.c | 652 rpc_fd_unlock(vctbl, ct->ct_fd); in clnt_vc_call() 659 rpc_fd_unlock(vctbl, ct->ct_fd); in clnt_vc_call() 693 rpc_fd_unlock(vctbl, ct->ct_fd); in clnt_vc_call() 704 rpc_fd_unlock(vctbl, ct->ct_fd); in clnt_vc_call() 709 rpc_fd_unlock(vctbl, ct->ct_fd); in clnt_vc_call() 713 rpc_fd_unlock(vctbl, ct->ct_fd); in clnt_vc_call() 720 rpc_fd_unlock(vctbl, ct->ct_fd); in clnt_vc_call() 734 rpc_fd_unlock(vctbl, ct->ct_fd); in clnt_vc_call() 741 rpc_fd_unlock(vctbl, ct->ct_fd); in clnt_vc_call() 797 rpc_fd_unlock(vctbl, ct->ct_fd); in clnt_vc_call() [all …]
|
H A D | rpc_mt.h | 79 extern void rpc_fd_unlock(const void *handle, int fd);
|
H A D | fdsync.c | 106 rpc_fd_unlock(const void *handle, int fd) in rpc_fd_unlock() function
|