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
305 ct->ct_fd = fd; in _clnt_vc_create_timed()
797 rpc_fd_unlock(vctbl, ct->ct_fd); in clnt_vc_call()
859 rpc_fd_unlock(vctbl, ct->ct_fd); in clnt_vc_send()
880 rpc_fd_unlock(vctbl, ct->ct_fd); in clnt_vc_freeres()
945 *(int *)info = ct->ct_fd; in clnt_vc_control()
1080 rpc_fd_unlock(vctbl, ct->ct_fd); in clnt_vc_control()
1088 int ct_fd = ct->ct_fd; in clnt_vc_destroy() local
1098 (void) t_close(ct_fd); in clnt_vc_destroy()
1108 rpc_fd_unlock(vctbl, ct_fd); in clnt_vc_destroy()
[all …]