Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c142 static handle_array_t handle_arr; variable
380 if (maxnum != handle_arr.maxnum) { in re_create_arrays()
394 free(handle_arr.fru_types); in re_create_arrays()
395 handle_arr.fru_types = fru_types; in re_create_arrays()
396 free(handle_arr.envhandles); in re_create_arrays()
397 handle_arr.envhandles = envhandles; in re_create_arrays()
398 free(handle_arr.piclprhdls); in re_create_arrays()
399 handle_arr.piclprhdls = piclprhdls; in re_create_arrays()
401 (void) memset(handle_arr.fru_types, 0, in re_create_arrays()
403 (void) memset(handle_arr.envhandles, 0, in re_create_arrays()
[all …]