Searched defs:handle_arr (Results 1 - 1 of 1) sorted by relevance

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

Completed in 83 milliseconds