Searched refs:handle_arr (Results 1 – 1 of 1) sorted by relevance
140 static handle_array_t handle_arr; variable378 if (maxnum != handle_arr.maxnum) { in re_create_arrays()392 free(handle_arr.fru_types); in re_create_arrays()393 handle_arr.fru_types = fru_types; in re_create_arrays()394 free(handle_arr.envhandles); in re_create_arrays()395 handle_arr.envhandles = envhandles; in re_create_arrays()396 free(handle_arr.piclprhdls); in re_create_arrays()397 handle_arr.piclprhdls = piclprhdls; in re_create_arrays()399 (void) memset(handle_arr.fru_types, 0, in re_create_arrays()401 (void) memset(handle_arr.envhandles, 0, in re_create_arrays()[all …]