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

/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c1024 uint_t tmp_index; local
1029 tmp_index = FASTTRAP_ID_INDEX(tp->ftt_ids);
1030 tmp_tp = &tmp_probe->ftp_tps[tmp_index].fit_tp;
1034 tmp_index = FASTTRAP_ID_INDEX(tp->ftt_retids);
1035 tmp_tp = &tmp_probe->ftp_tps[tmp_index].fit_tp;

Completed in 57 milliseconds