Home
last modified time | relevance | path

Searched refs:other_config (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/pcbe/
H A Dniagara_pcbe.c348 ni_pcbe_config_t *other_config; in ni_pcbe_configure() local
369 if (((other_config = kcpc_next_config(token, NULL, NULL)) != NULL) && in ni_pcbe_configure()
370 (other_config->pcbe_flags != flags)) in ni_pcbe_configure()
H A Dniagara2_pcbe.c485 ni2_pcbe_config_t *other_config; in ni2_pcbe_configure() local
563 if (((other_config = kcpc_next_config(token, NULL, NULL)) != NULL) && in ni2_pcbe_configure()
564 (other_config->pcbe_flags != flags)) in ni2_pcbe_configure()
/illumos-gate/usr/src/uts/sun4u/pcbe/
H A Dus234_pcbe.c770 us_pcbe_config_t *other_config; in us_pcbe_configure() local
792 if (((other_config = kcpc_next_config(token, NULL, NULL)) != NULL) && in us_pcbe_configure()
793 (other_config->us_flags != flags)) in us_pcbe_configure()
H A Dopl_pcbe.c665 opl_pcbe_config_t *other_config; in opl_pcbe_configure() local
687 if (((other_config = kcpc_next_config(token, NULL, NULL)) != NULL) && in opl_pcbe_configure()
688 (other_config->opl_flags != flags)) in opl_pcbe_configure()