Searched refs:tmp_index (Results 1 – 3 of 3) sorted by relevance
1628 uint_t tmp_index; /* temp index into upper level array */ in update_temp() local1656 if (((tmp_index = L5_INDEX(index)) > 0) && (L5_REM(index) == 0)) { in update_temp()1658 tmp_index -= 1; /* decrement by 1 for indexing */ in update_temp()1659 tmp_index = tmp_index % L5_SZ; in update_temp()1675 envstat->l5[tmp_index] = total/count; in update_temp()1677 envstat->l5[tmp_index] = NA_TEMP; in update_temp()1682 if (((tmp_index = L4_INDEX(index)) > 0) && (L4_REM(index) == 0)) { in update_temp()1684 tmp_index -= 1; /* decrement by 1 for indexing */ in update_temp()1685 tmp_index = tmp_index % L4_SZ; in update_temp()1701 envstat->l4[tmp_index] = total/count; in update_temp()[all …]
557 int tmp_index; in distribute_process() local619 tmp_index = 0; in distribute_process()620 while (commands[tmp_index] != NULL) { in distribute_process()623 if ((commands[tmp_index][0] != (int) at_char) && in distribute_process()624 (commands[tmp_index][1] != (int) at_char)) { in distribute_process()625 tmp_index_str_ptr = commands[tmp_index]; in distribute_process()631 tmp_index++; in distribute_process()
751 uint_t tmp_index; in fasttrap_tracepoint_disable() local756 tmp_index = FASTTRAP_ID_INDEX(tp->ftt_ids); in fasttrap_tracepoint_disable()757 tmp_tp = &tmp_probe->ftp_tps[tmp_index].fit_tp; in fasttrap_tracepoint_disable()761 tmp_index = FASTTRAP_ID_INDEX(tp->ftt_retids); in fasttrap_tracepoint_disable()762 tmp_tp = &tmp_probe->ftp_tps[tmp_index].fit_tp; in fasttrap_tracepoint_disable()