Searched refs:tmp_index (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c1628 uint_t tmp_index; /* temp index into upper level array */ local
1656 if (((tmp_index = L5_INDEX(index)) > 0) && (L5_REM(index) == 0)) {
1658 tmp_index -= 1; /* decrement by 1 for indexing */
1659 tmp_index = tmp_index % L5_SZ;
1675 envstat->l5[tmp_index] = total/count;
1677 envstat->l5[tmp_index] = NA_TEMP;
1682 if (((tmp_index = L4_INDEX(index)) > 0) && (L4_REM(index) == 0)) {
1684 tmp_index -= 1; /* decrement by 1 for indexing */
1685 tmp_index
[all...]
/illumos-gate/usr/src/cmd/make/bin/
H A Dparallel.cc557 int tmp_index; local
619 tmp_index = 0;
620 while (commands[tmp_index] != NULL) {
623 if ((commands[tmp_index][0] != (int) at_char) &&
624 (commands[tmp_index][1] != (int) at_char)) {
625 tmp_index_str_ptr = commands[tmp_index];
631 tmp_index++;
/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c751 uint_t tmp_index; local
756 tmp_index = FASTTRAP_ID_INDEX(tp->ftt_ids);
757 tmp_tp = &tmp_probe->ftp_tps[tmp_index].fit_tp;
761 tmp_index = FASTTRAP_ID_INDEX(tp->ftt_retids);
762 tmp_tp = &tmp_probe->ftp_tps[tmp_index].fit_tp;

Completed in 69 milliseconds