Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/lw8/sys/
H A Dsgenv_tag.h99 hpu_type : 16, member
H A Dsgenv_impl.h217 static const char *sgenv_get_hpu_id_str(uint_t hpu_type);
/titanic_44/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c3151 if ((env->sd_id.id.hpu_type >> 8) >= in add_env_nodes()
3162 if ((env->sd_id.id.hpu_type >> 8) == in add_env_nodes()
3165 hpu_type_table[env->sd_id.id.hpu_type >> 8], in add_env_nodes()
3169 hpu_type_table[env->sd_id.id.hpu_type >> 8], in add_env_nodes()
3182 hpu_fru_type_table[env->sd_id.id.hpu_type >> 8], in add_env_nodes()
3248 ((env->sd_id.id.hpu_type >> 8) == in add_env_nodes()
3299 if ((env->sd_id.id.hpu_type >> 8 == in add_env_nodes()
3432 if ((env->sd_id.id.hpu_type >> 8) >= in get_sensor_data()
3443 if ((env->sd_id.id.hpu_type >> 8) == in get_sensor_data()
3446 hpu_type_table[env->sd_id.id.hpu_type >> 8], in get_sensor_data()
[all …]
/titanic_44/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c2489 sgenv_get_hpu_id_str(uint_t hpu_type) in sgenv_get_hpu_id_str() argument
2494 if (hpu_list->value == hpu_type) in sgenv_get_hpu_id_str()
2554 hpu_str = sgenv_get_hpu_id_str(id.id.hpu_type); in sgenv_tagid_to_string()