Searched refs:create_cache_section (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | rmclomv.c | 98 static rmclomv_cache_section_t *create_cache_section(int sensor_type, int num); 600 create_cache_section(int sensor_type, int num) in create_cache_section() function 1414 subsection = create_cache_section(RMCLOMV_VOLT_IND, in make_psu_subsections() 1480 subsection = create_cache_section(RMCLOMV_AMP_IND, in make_psu_subsections() 1508 subsection = create_cache_section(RMCLOMV_TEMP_IND, in make_psu_subsections() 1527 subsection = create_cache_section(RMCLOMV_FAN_IND, in make_psu_subsections() 1637 fru_section = create_cache_section(RMCLOMV_HPU_IND, in refresh_name_cache() 1667 section = create_cache_section(RMCLOMV_VOLT_SENS, in refresh_name_cache() 1682 section = create_cache_section(RMCLOMV_TEMP_SENS, in refresh_name_cache() 1696 section = create_cache_section(RMCLOMV_FAN_SENS, in refresh_name_cache() [all …]
|