Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c367 envmon_handle_t *envhandles; in re_create_arrays() local
385 envhandles = calloc(maxnum, sizeof (envmon_handle_t)); in re_create_arrays()
387 if ((fru_types == NULL) || (envhandles == NULL) || in re_create_arrays()
390 free(envhandles); in re_create_arrays()
396 free(handle_arr.envhandles); in re_create_arrays()
397 handle_arr.envhandles = envhandles; in re_create_arrays()
403 (void) memset(handle_arr.envhandles, 0, in re_create_arrays()
426 handle_arr.envhandles = calloc(maxnum, sizeof (envmon_handle_t)); in create_arrays()
930 id = handle_arr.envhandles[index]; in read_vol_data()
1074 led_ctl.id = handle_arr.envhandles[index]; in write_led_data()
[all …]
H A Dpiclenvmon.h123 envmon_handle_t *envhandles; member