Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c132 ushort_t ct_io_mode; member
278 ct->ct_io_mode = RPC_CL_BLOCKING; in _clnt_vc_create_timed()
657 if (ct->ct_io_mode == RPC_CL_NONBLOCKING) { in clnt_vc_call()
910 if (ct->ct_io_mode == RPC_CL_NONBLOCKING) { in clnt_vc_control()
1036 *(rpciomode_t *)info = ct->ct_io_mode; in clnt_vc_control()
1092 if (ct->ct_io_mode == RPC_CL_NONBLOCKING) { in clnt_vc_destroy()
1292 if (ct->ct_is_oneway && ct->ct_io_mode == RPC_CL_NONBLOCKING) { in write_vc()
1551 if (ct->ct_io_mode == RPC_CL_NONBLOCKING) { in set_io_mode()
1562 ct->ct_io_mode = ioMode; in set_io_mode()
1566 if (ct->ct_io_mode == RPC_CL_BLOCKING) { in set_io_mode()
[all …]