Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.c632 if (!IS_CONFIGURED(ktmp)) in add_to_group()
775 if (!IS_CONFIGURED(ktmp)) in change_group()
1437 if (!IS_CONFIGURED(krdc)) in rdc_lookup_configured()
1476 if (!IS_CONFIGURED(krdc)) in rdc_lookup_many2one()
1520 if (!IS_CONFIGURED(krdc)) in rdc_lookup_byname()
1569 if (!IS_CONFIGURED(krdc)) in rdc_lookup_byhostdev()
1700 if (!IS_CONFIGURED(ktmp)) { in rdc_lookup_multimany()
1756 if (!IS_CONFIGURED(krdc)) in rdc_lookup_secondary()
2244 ASSERT(IS_CONFIGURED(krdc) && !IS_ENABLED(urdc)); in _rdc_enable()
2251 ASSERT(IS_CONFIGURED(krdc) && !IS_ENABLED(urdc)); in _rdc_enable()
[all …]
H A Drdc_io.h696 #define IS_ENABLED(urdc) ((IS_CONFIGURED(&rdc_k_info[(urdc)->index]) && \
698 #define IS_CONFIGURED(krdc) ((krdc)->type_flag & RDC_CONFIGURED) macro
703 IS_CONFIGURED(&rdc_k_info[(index)]))
H A Drdc_health.c572 if (IS_CONFIGURED(krdc) && krdc->intf == ip) { in rdc_remove_from_if()
H A Drdc_dev.c349 if (!IS_CONFIGURED(krdc)) in rdc_dev_open()
H A Drdc_clnt.c3136 if (!IS_CONFIGURED(krdc)) in rdc_async6()