Searched defs:us_pcbe_config_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/pcbe/
H A Dus234_pcbe.c125 } us_pcbe_config_t; typedef in typeref:struct:_us_pcbe_config
767 us_pcbe_config_t *conf;
770 us_pcbe_config_t *other_config;
805 conf = kmem_alloc(sizeof (us_pcbe_config_t), KM_SLEEP);
819 us_pcbe_config_t *pic0;
820 us_pcbe_config_t *pic1;
821 us_pcbe_config_t *tmp;
822 us_pcbe_config_t empty = { 1, 0x1c, 0, 0 }; /* SW_count_1 */
826 if ((pic0 = (us_pcbe_config_t *)kcpc_next_config(token, NULL, NULL)) ==
902 us_pcbe_config_t *pic
[all...]

Completed in 48 milliseconds