Searched refs:envhandles (Results 1 – 2 of 2) sorted by relevance
367 envmon_handle_t *envhandles; in re_create_arrays() local385 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 …]
123 envmon_handle_t *envhandles; member