Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c118 int ct_fd; /* connection's fd */ member
190 if ((flag = fcntl(ct->ct_fd, F_GETFL, 0)) < 0) { in set_blocking_connection()
197 if (fcntl(ct->ct_fd, F_SETFL, flag) != 0) { in set_blocking_connection()
305 ct->ct_fd = fd; in _clnt_vc_create_timed()
649 if (rpc_fd_lock(vctbl, ct->ct_fd)) { in clnt_vc_call()
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()
[all …]