Home
last modified time | relevance | path

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

/illumos-gate/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);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c3149 if ((env->sd_id.id.hpu_type >> 8) >= in add_env_nodes()
3160 if ((env->sd_id.id.hpu_type >> 8) == in add_env_nodes()
3163 hpu_type_table[env->sd_id.id.hpu_type >> 8], in add_env_nodes()
3167 hpu_type_table[env->sd_id.id.hpu_type >> 8], in add_env_nodes()
3180 hpu_fru_type_table[env->sd_id.id.hpu_type >> 8], in add_env_nodes()
3246 ((env->sd_id.id.hpu_type >> 8) == in add_env_nodes()
3297 if ((env->sd_id.id.hpu_type >> 8 == in add_env_nodes()
3430 if ((env->sd_id.id.hpu_type >> 8) >= in get_sensor_data()
3441 if ((env->sd_id.id.hpu_type >> 8) == in get_sensor_data()
3444 hpu_type_table[env->sd_id.id.hpu_type >> 8], in get_sensor_data()
[all …]
/illumos-gate/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()