Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c1658 tmp_index = tmp_index % L5_SZ; in update_temp()
1674 envstat->l5[tmp_index] = total/count; in update_temp()
1676 envstat->l5[tmp_index] = NA_TEMP; in update_temp()
1684 tmp_index = tmp_index % L4_SZ; in update_temp()
1700 envstat->l4[tmp_index] = total/count; in update_temp()
1702 envstat->l4[tmp_index] = NA_TEMP; in update_temp()
1710 tmp_index = tmp_index % L3_SZ; in update_temp()
1726 envstat->l3[tmp_index] = total/count; in update_temp()
1728 envstat->l3[tmp_index] = NA_TEMP; in update_temp()
1736 tmp_index = tmp_index % L2_SZ; in update_temp()
[all …]
/illumos-gate/usr/src/cmd/make/bin/
H A Dparallel.cc557 int tmp_index; in distribute_process() local
619 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()
/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c751 uint_t tmp_index; in fasttrap_tracepoint_disable() local
756 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()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_int.c1172 u32 tmp_index = sb_info->sb_ack; in ecore_int_sp_dpc() local
1176 tmp_index, sb_info->sb_ack); in ecore_int_sp_dpc()
1182 u16 tmp_index = sb_attn->index; in ecore_int_sp_dpc() local
1187 tmp_index, sb_attn->index); in ecore_int_sp_dpc()