Lines Matching refs:maxnum
363 int maxnum; in re_create_arrays() local
372 maxnum = new_limits.maxVoltSens + new_limits.maxVoltInd + in re_create_arrays()
378 if (maxnum != handle_arr.maxnum) { in re_create_arrays()
382 fru_types = calloc(maxnum, sizeof (uchar_t)); in re_create_arrays()
383 envhandles = calloc(maxnum, sizeof (envmon_handle_t)); in re_create_arrays()
384 piclprhdls = calloc(maxnum, sizeof (picl_prophdl_t)); in re_create_arrays()
400 maxnum * sizeof (uchar_t)); in re_create_arrays()
402 maxnum * sizeof (envmon_handle_t)); in re_create_arrays()
404 maxnum * sizeof (picl_prophdl_t)); in re_create_arrays()
408 handle_arr.maxnum = maxnum; in re_create_arrays()
416 int maxnum = env_limits.maxVoltSens + env_limits.maxVoltInd + in create_arrays() local
421 handle_arr.maxnum = maxnum; in create_arrays()
423 handle_arr.fru_types = calloc(maxnum, sizeof (uchar_t)); in create_arrays()
424 handle_arr.envhandles = calloc(maxnum, sizeof (envmon_handle_t)); in create_arrays()
425 handle_arr.piclprhdls = calloc(maxnum, sizeof (picl_prophdl_t)); in create_arrays()
1137 if (index >= handle_arr.maxnum) in add_env_nodes()
1343 } while ((id.name[0] != '\0') && (index < handle_arr.maxnum)); in add_env_nodes()