Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c2491 const hpu_value_t *hpu_list = hpus; in sgenv_get_hpu_id_str() local
2493 while (hpu_list->name != (char *)NULL) { in sgenv_get_hpu_id_str()
2494 if (hpu_list->value == hpu_type) in sgenv_get_hpu_id_str()
2495 return (hpu_list->IDstr); in sgenv_get_hpu_id_str()
2497 hpu_list++; in sgenv_get_hpu_id_str()