Searched defs: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; local
369 if (((other_config = kcpc_next_config(token, NULL, NULL)) != NULL) &&
370 (other_config->pcbe_flags != flags))
H A Dniagara2_pcbe.c485 ni2_pcbe_config_t *other_config; local
563 if (((other_config = kcpc_next_config(token, NULL, NULL)) != NULL) &&
564 (other_config->pcbe_flags != flags))
/illumos-gate/usr/src/uts/sun4u/pcbe/
H A Dopl_pcbe.c665 opl_pcbe_config_t *other_config; local
687 if (((other_config = kcpc_next_config(token, NULL, NULL)) != NULL) &&
688 (other_config->opl_flags != flags))
H A Dus234_pcbe.c770 us_pcbe_config_t *other_config; local
792 if (((other_config = kcpc_next_config(token, NULL, NULL)) != NULL) &&
793 (other_config->us_flags != flags))

Completed in 50 milliseconds