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

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c843 fasttrap_tracepoint_t **tmp_tp; local
850 tmp_tp = &tmp_probe->ftp_tps[tmp_index].fit_tp;
855 tmp_tp = &tmp_probe->ftp_tps[tmp_index].fit_tp;
858 ASSERT(*tmp_tp != NULL);
859 ASSERT(*tmp_tp != probe->ftp_tps[index].fit_tp);
860 ASSERT((*tmp_tp)->ftt_ids == NULL);
861 ASSERT((*tmp_tp)->ftt_retids == NULL);
863 probe->ftp_tps[index].fit_tp = *tmp_tp;
864 *tmp_tp = tp;

Completed in 69 milliseconds