Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/rdc/
H A Drdc_clnt.c1104 krdc->group->asyncdis = 1; in rdc_dump_alloc_bufs_cd()
2077 if (group->asyncdis) { in _rdc_remote_flush()
2100 if (group->asyncdis) { in _rdc_remote_flush()
2102 group->asyncdis = 0; in _rdc_remote_flush()
2163 if (group->asyncdis) { in _rdc_remote_flush()
2165 group->asyncdis = 0; in _rdc_remote_flush()
2206 if (group->asyncdis) { in _rdc_remote_flush()
2208 group->asyncdis = 0; in _rdc_remote_flush()
2377 group->asyncdis = 1; in _rdc_remote_flush()
2673 group->asyncdis = 1; in rdc_dump_queue()
H A Drdc_io.h452 int asyncdis; /* discard stalled output */ member
H A Drdc_dev.c1626 krdc->group->asyncdis = 1; in _rdc_detach()
H A Drdc_io.c2525 krdc->group->asyncdis = 1; in _rdc_disable()
4008 krdc->group->asyncdis = 1; in _rdc_suspend()
/titanic_41/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c356 mdb_printf("asyncdis %d\n", group->asyncdis); in rdc_group()