Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_tdaemon.h34 extern int _test_async_fail;
H A Dsd_tdaemon.c88 dev_t _test_async_fail; /* fail async writes to cache dev_t */ variable
461 _test_async_fail = _sd_cache_files[cd].cd_crdev; in test_control()
463 _test_async_fail, cd); in test_control()
466 _test_async_fail = 0; in test_control()
H A Dsd_bio.c1186 if (_test_async_fail == bp->b_edev) error = EIO; in _sd_async_ea()