Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfileutil.c204 char **temp_array = NULL; in fileutil_add_string_to_array() local
206 temp_array = *string_array; in fileutil_add_string_to_array()
211 ret_val[i] = temp_array[i]; in fileutil_add_string_to_array()
216 if (temp_array != NULL) { in fileutil_add_string_to_array()
217 free(temp_array); in fileutil_add_string_to_array()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_peread.c146 char temp_array[9]; in pe_section_name_get() local
148 memcpy(temp_array,name_array+1,7); in pe_section_name_get()
149 temp_array[7] = 0; in pe_section_name_get()
150 v = atoi(temp_array); in pe_section_name_get()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/
H A Dpsvcpolicy.c216 int8_t seg_count, temp_array[8]; in psvc_update_thresholds_0() local
274 fru_data.buf = (char *)&temp_array; in psvc_update_thresholds_0()
275 fru_data.read_size = sizeof (temp_array); in psvc_update_thresholds_0()
283 for (j = 0; j < sizeof (temp_array); j++) { in psvc_update_thresholds_0()
286 temp = temp_array[j]; in psvc_update_thresholds_0()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/
H A Dpsvcpolicy.c335 int8_t seg_count, temp_array[8]; in update_thresholds() local
393 fru_data.buf = (char *)&temp_array; in update_thresholds()
394 fru_data.read_size = sizeof (temp_array); in update_thresholds()
402 for (j = 0; j < sizeof (temp_array); j++) { in update_thresholds()
406 temp = temp_array[j]; in update_thresholds()