Searched defs:tmp_tp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c750 fasttrap_tracepoint_t **tmp_tp; local
757 tmp_tp = &tmp_probe->ftp_tps[tmp_index].fit_tp;
762 tmp_tp = &tmp_probe->ftp_tps[tmp_index].fit_tp;
765 ASSERT(*tmp_tp != NULL);
766 ASSERT(*tmp_tp != probe->ftp_tps[index].fit_tp);
767 ASSERT((*tmp_tp)->ftt_ids == NULL);
768 ASSERT((*tmp_tp)->ftt_retids == NULL);
770 probe->ftp_tps[index].fit_tp = *tmp_tp;
771 *tmp_tp = tp;

Completed in 79 milliseconds