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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Dfasttrap.c739 fasttrap_tracepoint_t **tmp_tp; local
746 tmp_tp = &tmp_probe->ftp_tps[tmp_index].fit_tp;
751 tmp_tp = &tmp_probe->ftp_tps[tmp_index].fit_tp;
754 ASSERT(*tmp_tp != NULL);
755 ASSERT(*tmp_tp != probe->ftp_tps[index].fit_tp);
756 ASSERT((*tmp_tp)->ftt_ids == NULL);
757 ASSERT((*tmp_tp)->ftt_retids == NULL);
759 probe->ftp_tps[index].fit_tp = *tmp_tp;
760 *tmp_tp = tp;

Completed in 93 milliseconds