Searched refs:tmp_tp (Results 1 – 2 of 2) sorted by relevance
1014 fasttrap_tracepoint_t **tmp_tp; in fasttrap_tracepoint_disable() local1021 tmp_tp = &tmp_probe->ftp_tps[tmp_index].fit_tp; in fasttrap_tracepoint_disable()1026 tmp_tp = &tmp_probe->ftp_tps[tmp_index].fit_tp; in fasttrap_tracepoint_disable()1029 ASSERT(*tmp_tp != NULL); in fasttrap_tracepoint_disable()1030 ASSERT(*tmp_tp != probe->ftp_tps[index].fit_tp); in fasttrap_tracepoint_disable()1031 ASSERT((*tmp_tp)->ftt_ids == NULL); in fasttrap_tracepoint_disable()1032 ASSERT((*tmp_tp)->ftt_retids == NULL); in fasttrap_tracepoint_disable()1034 probe->ftp_tps[index].fit_tp = *tmp_tp; in fasttrap_tracepoint_disable()1035 *tmp_tp = tp; in fasttrap_tracepoint_disable()
2500 struct lagg_port *tmp_tp; in lagg_fail_input() local2508 tmp_tp = lagg_link_active(sc, sc->sc_primary); in lagg_fail_input()2513 if (tmp_tp == NULL || tmp_tp == lp) { in lagg_fail_input()