Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.h593 #define RFAILED(bi) (((bi)->bi_failed > 0) || ((bi)->bi_ofailed > 0)) macro
601 (RFAILED(&(gcd)->devices->id_cache_dev) || \
602 RFAILED(&(gcd)->devices->id_raw_dev))
H A Drdc_dev.c806 if (p && !RFAILED(p)) { in _rdc_rsrv_d()