Searched refs:envhandles (Results 1 – 2 of 2) sorted by relevance
365 envmon_handle_t *envhandles; in re_create_arrays() local383 envhandles = calloc(maxnum, sizeof (envmon_handle_t)); in re_create_arrays()385 if ((fru_types == NULL) || (envhandles == NULL) || in re_create_arrays()388 free(envhandles); in re_create_arrays()394 free(handle_arr.envhandles); in re_create_arrays()395 handle_arr.envhandles = envhandles; in re_create_arrays()401 (void) memset(handle_arr.envhandles, 0, in re_create_arrays()424 handle_arr.envhandles = calloc(maxnum, sizeof (envmon_handle_t)); in create_arrays()928 id = handle_arr.envhandles[index]; in read_vol_data()1072 led_ctl.id = handle_arr.envhandles[index]; in write_led_data()[all …]
121 envmon_handle_t *envhandles; member