Searched refs:rpc_fd_lock (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | rpc_mt.h | 78 extern int rpc_fd_lock(const void *handle, int fd);
|
H A D | clnt_dg.c | 282 if (rpc_fd_lock(dgtbl, cu->cu_fd)) { in clnt_dg_call() 631 if (rpc_fd_lock(dgtbl, cu->cu_fd)) { in clnt_dg_send() 701 (void) rpc_fd_lock(dgtbl, cu->cu_fd); in clnt_dg_freeres() 720 if (rpc_fd_lock(dgtbl, cu->cu_fd)) { in clnt_dg_control() 864 (void) rpc_fd_lock(dgtbl, cu_fd); in clnt_dg_destroy()
|
H A D | fdsync.c | 85 rpc_fd_lock(const void *handle, int fd) in rpc_fd_lock() function
|
H A D | clnt_vc.c | 649 if (rpc_fd_lock(vctbl, ct->ct_fd)) { in clnt_vc_call() 809 if (rpc_fd_lock(vctbl, ct->ct_fd)) { in clnt_vc_send() 877 (void) rpc_fd_lock(vctbl, ct->ct_fd); in clnt_vc_freeres() 895 if (rpc_fd_lock(vctbl, ct->ct_fd)) { in clnt_vc_control() 1090 (void) rpc_fd_lock(vctbl, ct_fd); in clnt_vc_destroy()
|