Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libfsmgt/common/
H A Dfileutil.c206 char **temp_array = NULL; in fileutil_add_string_to_array() local
208 temp_array = *string_array; in fileutil_add_string_to_array()
213 ret_val[i] = temp_array[i]; in fileutil_add_string_to_array()
218 if (temp_array != NULL) { in fileutil_add_string_to_array()
219 free(temp_array); in fileutil_add_string_to_array()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/
H A Dpsvcpolicy.c218 int8_t seg_count, temp_array[8]; in psvc_update_thresholds_0() local
276 fru_data.buf = (char *)&temp_array; in psvc_update_thresholds_0()
277 fru_data.read_size = sizeof (temp_array); in psvc_update_thresholds_0()
285 for (j = 0; j < sizeof (temp_array); j++) { in psvc_update_thresholds_0()
288 temp = temp_array[j]; in psvc_update_thresholds_0()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/
H A Dpsvcpolicy.c337 int8_t seg_count, temp_array[8]; in update_thresholds() local
395 fru_data.buf = (char *)&temp_array; in update_thresholds()
396 fru_data.read_size = sizeof (temp_array); in update_thresholds()
404 for (j = 0; j < sizeof (temp_array); j++) { in update_thresholds()
408 temp = temp_array[j]; in update_thresholds()