us_pcbe_config_t
us_pcbe_config_t *conf;
us_pcbe_config_t *other_config;
conf = kmem_alloc(sizeof (us_pcbe_config_t), KM_SLEEP);
us_pcbe_config_t *pic0;
us_pcbe_config_t *pic1;
us_pcbe_config_t *tmp;
us_pcbe_config_t empty = { 1, 0x1c, 0, 0 }; /* SW_count_1 */
if ((pic0 = (us_pcbe_config_t *)kcpc_next_config(token, NULL, NULL)) ==
us_pcbe_config_t *pic0;
us_pcbe_config_t *pic1;
us_pcbe_config_t empty = { 1, 0, 0, 0 };
us_pcbe_config_t *ctmp;
kmem_free(config, sizeof (us_pcbe_config_t));