Searched defs:ct_io_mode (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c131 ushort_t ct_io_mode; member in struct:ct_data
277 ct->ct_io_mode = RPC_CL_BLOCKING;
664 if (ct->ct_io_mode == RPC_CL_NONBLOCKING) {
924 if (ct->ct_io_mode == RPC_CL_NONBLOCKING) {
1070 *(rpciomode_t *)info = ct->ct_io_mode;
1131 if (ct->ct_io_mode == RPC_CL_NONBLOCKING) {
1331 if (ct->ct_is_oneway && ct->ct_io_mode == RPC_CL_NONBLOCKING) {
1590 if (ct->ct_io_mode == RPC_CL_NONBLOCKING) {
1601 ct->ct_io_mode = ioMode;
1605 if (ct->ct_io_mode
[all...]

Completed in 47 milliseconds