Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/avs/ns/rdc/
H A Drdc_clnt.h57 extern int rdc_rpc_tmout;
H A Drdc_clnt.c79 int rdc_rpc_tmout = RDC_CLNT_TMOUT; variable
134 t.tv_sec = rdc_rpc_tmout; in rdc_net_getsize()
170 t.tv_sec = rdc_rpc_tmout; in rdc_net_state()
234 t.tv_sec = rdc_rpc_tmout; in rdc_net_getbmap()
306 t.tv_sec = rdc_rpc_tmout; in rdc_net_getstate()
468 t.tv_sec = rdc_rpc_tmout; in rdc_net_read()
731 t.tv_sec = rdc_rpc_tmout; in rdc_net_write()
2235 rdc_rpc_tmout, urdc->secondary.intf, in _rdc_remote_flush()
3208 t.tv_sec = rdc_rpc_tmout; in rdc_async6()
3309 t.tv_sec = rdc_rpc_tmout; in rdc_readgen()
H A Drdc.c849 extern int rdc_rpc_tmout; in sndr_info_stats_update()
869 info_stats->m_rpc_timeout.value.ul = rdc_rpc_tmout; in sndr_info_stats_update()
H A Drdc_health.c205 t.tv_sec = rdc_rpc_tmout; in rdc_health_thread()
H A Drdc_bitmap.c2045 t.tv_sec = rdc_rpc_tmout; in _rdc_net_bmap()
/titanic_50/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c921 rdc_get_print(rdc_rpc_tmout, "client RPC timeout", "%d", i); in rdc()