Symbol: rmclomv_cache_section_t
usr/src/uts/sun4u/io/rmclomv.c
101
static int validate_section_entry(rmclomv_cache_section_t *section,
usr/src/uts/sun4u/io/rmclomv.c
103
static int add_names_to_section(rmclomv_cache_section_t *section);
usr/src/uts/sun4u/io/rmclomv.c
104
static void free_section(rmclomv_cache_section_t *section);
usr/src/uts/sun4u/io/rmclomv.c
105
static void add_section(rmclomv_cache_section_t **head,
usr/src/uts/sun4u/io/rmclomv.c
106
rmclomv_cache_section_t *section);
usr/src/uts/sun4u/io/rmclomv.c
1301
validate_section_entry(rmclomv_cache_section_t *section, int index)
usr/src/uts/sun4u/io/rmclomv.c
1358
add_names_to_section(rmclomv_cache_section_t *section)
usr/src/uts/sun4u/io/rmclomv.c
1405
make_psu_subsections(rmclomv_cache_section_t *psu_section,
usr/src/uts/sun4u/io/rmclomv.c
1406
rmclomv_cache_section_t **chain_head, dp_get_psu_status_r_t *psu_resp)
usr/src/uts/sun4u/io/rmclomv.c
1410
rmclomv_cache_section_t *subsection;
usr/src/uts/sun4u/io/rmclomv.c
1614
rmclomv_cache_section_t *my_chain = NULL;
usr/src/uts/sun4u/io/rmclomv.c
1615
rmclomv_cache_section_t *derived_chain = NULL;
usr/src/uts/sun4u/io/rmclomv.c
1616
rmclomv_cache_section_t *section;
usr/src/uts/sun4u/io/rmclomv.c
1617
rmclomv_cache_section_t *psu_section;
usr/src/uts/sun4u/io/rmclomv.c
1618
rmclomv_cache_section_t *fru_section;
usr/src/uts/sun4u/io/rmclomv.c
1833
rmclomv_cache_section_t *section;
usr/src/uts/sun4u/io/rmclomv.c
1986
rmclomv_cache_section_t *section;
usr/src/uts/sun4u/io/rmclomv.c
2367
rmclomv_cache_section_t *sub_section =
usr/src/uts/sun4u/io/rmclomv.c
281
static rmclomv_cache_section_t *rmclomv_cache; /* main handle-names */
usr/src/uts/sun4u/io/rmclomv.c
282
static rmclomv_cache_section_t *rmclomv_subcache; /* derived names */
usr/src/uts/sun4u/io/rmclomv.c
3447
rmclomv_cache_section_t *section;
usr/src/uts/sun4u/io/rmclomv.c
3513
rmclomv_cache_section_t *section;
usr/src/uts/sun4u/io/rmclomv.c
599
static rmclomv_cache_section_t *
usr/src/uts/sun4u/io/rmclomv.c
602
size_t len = offsetof(rmclomv_cache_section_t, entry[0]) +
usr/src/uts/sun4u/io/rmclomv.c
604
rmclomv_cache_section_t *ptr = kmem_zalloc(len, KM_SLEEP);
usr/src/uts/sun4u/io/rmclomv.c
616
free_section(rmclomv_cache_section_t *section)
usr/src/uts/sun4u/io/rmclomv.c
627
add_section(rmclomv_cache_section_t **head, rmclomv_cache_section_t *section)
usr/src/uts/sun4u/io/rmclomv.c
638
rmclomv_reset_cache(rmclomv_cache_section_t *new_chain,
usr/src/uts/sun4u/io/rmclomv.c
639
rmclomv_cache_section_t *new_subchain, dp_get_sysinfo_r_t *sysinfo)
usr/src/uts/sun4u/io/rmclomv.c
641
rmclomv_cache_section_t *first;
usr/src/uts/sun4u/io/rmclomv.c
642
rmclomv_cache_section_t *sub_first;
usr/src/uts/sun4u/io/rmclomv.c
643
rmclomv_cache_section_t *next;
usr/src/uts/sun4u/io/rmclomv.c
679
static rmclomv_cache_section_t *
usr/src/uts/sun4u/io/rmclomv.c
680
rmclomv_find_section(rmclomv_cache_section_t *start, uint16_t sensor)
usr/src/uts/sun4u/io/rmclomv.c
682
rmclomv_cache_section_t *next = start;
usr/src/uts/sun4u/io/rmclomv.c
719
get_sensor_by_name(const rmclomv_cache_section_t *section,
usr/src/uts/sun4u/io/rmclomv.c
743
rmclomv_cache_section_t *next;
usr/src/uts/sun4u/io/rmclomv.c
94
static void rmclomv_reset_cache(rmclomv_cache_section_t *new_chain,
usr/src/uts/sun4u/io/rmclomv.c
95
rmclomv_cache_section_t *new_subchain, dp_get_sysinfo_r_t *sysinfo);
usr/src/uts/sun4u/io/rmclomv.c
96
static rmclomv_cache_section_t *rmclomv_find_section(
usr/src/uts/sun4u/io/rmclomv.c
97
rmclomv_cache_section_t *start, uint16_t sensor);
usr/src/uts/sun4u/io/rmclomv.c
98
static rmclomv_cache_section_t *create_cache_section(int sensor_type, int num);
usr/src/uts/sun4u/io/rmclomv.c
99
static int get_sensor_by_name(const rmclomv_cache_section_t *section,